index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
udl
/
udl_modeset.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-08
drm/atomic-helper: Replace drm_atomic_helper_check_crtc_state()
Thomas Zimmermann
1
-1
/
+4
2022-10-07
drm/udl: Add constants for commands
Thomas Zimmermann
1
-7
/
+9
2022-10-07
drm/udl: Add register constants for framebuffer scanout addresses
Thomas Zimmermann
1
-9
/
+24
2022-10-07
drm/udl: Add register constants for video locks
Thomas Zimmermann
1
-2
/
+2
2022-10-07
drm/udl: Add register constants for color depth
Thomas Zimmermann
1
-1
/
+1
2022-10-07
drm/udl: Add constants for display-mode registers
Thomas Zimmermann
1
-70
/
+32
2022-10-07
drm/udl: Move register constants to udl_proto.h
Thomas Zimmermann
1
-6
/
+5
2022-10-07
drm/udl: Use damage iterator
Thomas Zimmermann
1
-21
/
+21
2022-10-07
drm/udl: Support DRM hot-unplugging
Thomas Zimmermann
1
-6
/
+37
2022-10-07
drm/udl: Simplify modesetting in CRTC's enable function
Thomas Zimmermann
1
-47
/
+14
2022-10-07
drm/udl: Convert to atomic-modesetting helpers
Thomas Zimmermann
1
-52
/
+105
2022-10-07
drm/udl: Remove udl_simple_display_pipe_mode_valid()
Thomas Zimmermann
1
-8
/
+0
2022-10-07
drm/udl: Move connector to modesetting code
Thomas Zimmermann
1
-0
/
+122
2022-10-07
drm/udl: Test pixel limit in mode-config's mode-valid function
Thomas Zimmermann
1
-0
/
+14
2022-09-10
drm/udl: Sync pending URBs at the end of suspend
Takashi Iwai
1
-2
/
+0
2022-09-10
drm/udl: Pass rectangle directly to udl_handle_damage()
Takashi Iwai
1
-11
/
+8
2022-09-10
drm/udl: Drop unneeded alignment
Takashi Iwai
1
-27
/
+1
2022-09-10
Revert "drm/udl: Kill pending URBs at suspend and disconnect"
Takashi Iwai
1
-2
/
+0
2022-09-10
drm/udl: Enable damage clipping
Thomas Zimmermann
1
-0
/
+1
2022-09-10
drm/udl: Restore display mode on resume
Takashi Iwai
1
-3
/
+0
2022-08-10
drm/udl: Kill pending URBs at suspend and disconnect
Takashi Iwai
1
-0
/
+2
2022-08-10
drm/udl: Sync pending URBs at suspend / disconnect
Takashi Iwai
1
-0
/
+2
2022-02-07
dma-buf-map: Rename to iosys-map
Lucas De Marchi
1
-1
/
+2
2021-08-08
drm/udl: Use offset-adjusted shadow-plane mapping
Thomas Zimmermann
1
-2
/
+2
2021-07-23
drm/udl: Use framebuffer dma-buf helpers
Thomas Zimmermann
1
-21
/
+8
2021-02-08
drm/udl: Move vmap out of commit tail
Thomas Zimmermann
1
-21
/
+13
2020-11-13
drm/udl: Fix missing error code in udl_handle_damage()
Dan Carpenter
1
-1
/
+3
2020-11-09
drm/gem: Use struct dma_buf_map in GEM vmap ops and convert GEM backends
Thomas Zimmermann
1
-3
/
+5
2020-05-06
drm/udl: Make udl_handle_damage static
Zou Wei
1
-2
/
+2
2020-04-28
drm/udl: don't set drm_device->dev_private
Daniel Vetter
1
-3
/
+3
2020-03-26
drm/udl: Drop explicit drm_mode_config_cleanup call
Daniel Vetter
1
-15
/
+6
2020-01-30
drm/udl: Don't set struct drm_crtc_state.no_vblank explicitly
Thomas Zimmermann
1
-11
/
+0
2019-12-11
drm/udl: Move udl_handle_damage() into udl_modeset.c
Thomas Zimmermann
1
-0
/
+112
2019-12-11
drm/udl: Remove struct udl_device.active_fb_16
Thomas Zimmermann
1
-9
/
+0
2019-12-11
drm/udl: Convert to drm_atomic_helper_dirtyfb()
Thomas Zimmermann
1
-3
/
+8
2019-12-11
drm/udl: Set preferred color depth to 16 bpp
Thomas Zimmermann
1
-1
/
+1
2019-12-11
drm/udl: Inline DPMS code into CRTC enable and disable functions
Thomas Zimmermann
1
-59
/
+29
2019-12-11
drm/udl: Switch to atomic suspend/resume helpers
Thomas Zimmermann
1
-14
/
+0
2019-12-11
drm/udl: Convert to struct drm_simple_display_pipe
Thomas Zimmermann
1
-93
/
+77
2019-12-11
drm/udl: Init connector before encoder and CRTC
Thomas Zimmermann
1
-2
/
+14
2019-11-26
drm/udl: Call udl_handle_damage() with DRM framebuffer
Thomas Zimmermann
1
-8
/
+7
2019-11-26
drm/udl: Store active framebuffer in device structure
Thomas Zimmermann
1
-11
/
+7
2019-11-19
drm/udl: Replace fbdev code with generic emulation
Thomas Zimmermann
1
-1
/
+0
2019-07-17
drm/udl: drop use of drmP.h
Sam Ravnborg
1
-3
/
+3
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 262
Thomas Gleixner
1
-3
/
+1
2018-07-31
udl-kms: dont spam the syslog with debug messages
Mikulas Patocka
1
-1
/
+1
2018-07-31
udl-kms: use spin_lock_irq instead of spin_lock_irqsave
Mikulas Patocka
1
-3
/
+2
2017-03-29
drm: Add acquire ctx parameter to ->page_flip(_target)
Daniel Vetter
1
-1
/
+2
2016-09-06
drm/udl: implement usb_driver suspend/resume.
Haixia Shi
1
-0
/
+14
2016-08-16
drm/kms: Nuke dirty_info property
Daniel Vetter
1
-2
/
+0
[next]