index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
udl
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-09
drm/udl: Make udl driver depend on CONFIG_USB
Thomas Zimmermann
1
-2
/
+1
2019-12-11
drm/udl: Remove udl_fb.c
Thomas Zimmermann
2
-52
/
+1
2019-12-11
drm/udl: Move udl_handle_damage() into udl_modeset.c
Thomas Zimmermann
3
-114
/
+112
2019-12-11
drm/udl: Remove struct udl_device.active_fb_16
Thomas Zimmermann
4
-24
/
+0
2019-12-11
drm/udl: Convert to drm_atomic_helper_dirtyfb()
Thomas Zimmermann
3
-60
/
+8
2019-12-11
drm/udl: Set preferred color depth to 16 bpp
Thomas Zimmermann
2
-2
/
+2
2019-12-11
drm/udl: Inline DPMS code into CRTC enable and disable functions
Thomas Zimmermann
2
-59
/
+38
2019-12-11
drm/udl: Switch to atomic suspend/resume helpers
Thomas Zimmermann
3
-20
/
+2
2019-12-11
drm/udl: Convert to struct drm_simple_display_pipe
Thomas Zimmermann
6
-177
/
+86
2019-12-11
drm/udl: Init connector before encoder and CRTC
Thomas Zimmermann
3
-9
/
+18
2019-12-06
drm/udl: Remove field lost_pixels from struct udl_device
Thomas Zimmermann
4
-10
/
+8
2019-12-06
drm/udl: Begin/end access to imported buffers in damage-handler
Thomas Zimmermann
1
-20
/
+23
2019-12-06
drm/udl: Move log-cpp code out of udl_damage_handler()
Thomas Zimmermann
1
-5
/
+12
2019-12-06
drm/udl: Move clip-rectangle code out of udl_handle_damage()
Thomas Zimmermann
1
-16
/
+32
2019-12-06
drm/udl: Vmap framebuffer after all tests succeeded in damage handling
Thomas Zimmermann
2
-13
/
+7
2019-12-06
drm/udl: Don't track number of identical and sent pixels per line
Thomas Zimmermann
3
-10
/
+3
2019-12-06
drm/udl: Remove unused statistics counters
Thomas Zimmermann
2
-17
/
+1
2019-11-26
drm/udl: Replace struct udl_framebuffer with generic implementation
Thomas Zimmermann
2
-63
/
+6
2019-11-26
drm/udl: Call udl_handle_damage() with DRM framebuffer
Thomas Zimmermann
3
-26
/
+26
2019-11-26
drm/udl: Store active framebuffer in device structure
Thomas Zimmermann
4
-14
/
+25
2019-11-26
drm/udl: Remove udl implementation of GEM's free_object()
Thomas Zimmermann
1
-17
/
+1
2019-11-26
drm/udl: Unmap buffer object after damage update
Thomas Zimmermann
1
-13
/
+18
2019-11-20
drm/udl: Fix Kconfig indentation
Krzysztof Kozlowski
1
-1
/
+1
2019-11-19
drm/udl: Replace fbdev code with generic emulation
Thomas Zimmermann
5
-296
/
+7
2019-11-08
drm/udl: Remove struct udl_gem_object and functions
Thomas Zimmermann
4
-490
/
+1
2019-11-08
drm/udl: Switch to SHMEM
Thomas Zimmermann
5
-60
/
+138
2019-11-08
drm/udl: Allocate GEM object via struct drm_driver.gem_create_object
Thomas Zimmermann
3
-4
/
+24
2019-11-08
drm/udl: Remove flags field from struct udl_gem_object
Thomas Zimmermann
3
-25
/
+7
2019-09-17
drm/connector: Share with non-atomic drivers the function to get the single e...
José Roberto de Souza
1
-8
/
+0
2019-07-17
drm/udl: drop use of drmP.h
Sam Ravnborg
11
-30
/
+43
2019-06-21
drm/prime: Align gem_prime_export with obj_funcs.export
Daniel Vetter
2
-5
/
+3
2019-06-21
drm/prime: Actually remove DRIVER_PRIME everywhere
Daniel Vetter
1
-1
/
+1
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 262
Thomas Gleixner
9
-35
/
+9
2019-05-21
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13
Thomas Gleixner
1
-13
/
+1
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2
-0
/
+2
2019-04-24
drm/udl: move to embedding drm device inside udl device.
Dave Airlie
4
-37
/
+53
2019-04-24
drm/udl: introduce a macro to convert dev to udl.
Dave Airlie
4
-12
/
+14
2019-04-15
BackMerge v5.1-rc5 into drm-next
Dave Airlie
4
-62
/
+20
2019-04-08
drm/udl: add a release method and delay modeset teardown
Dave Airlie
3
-1
/
+9
2019-03-29
Merge tag 'drm-misc-next-2019-03-28-1' of git://anongit.freedesktop.org/drm/d...
Dave Airlie
1
-6
/
+2
2019-03-27
drm/udl: Use drm_fb_helper_fill_info
Daniel Vetter
1
-6
/
+2
2019-03-25
Merge tag 'drm-misc-next-2019-03-21' of git://anongit.freedesktop.org/drm/drm...
Daniel Vetter
1
-0
/
+1
2019-03-25
drm/udl: Refactor edid retrieving in UDL driver (v2)
Robert Tarasov
1
-61
/
+11
2019-03-18
drm/udl: use drm_gem_object_put_unlocked.
Dave Airlie
1
-1
/
+1
2019-02-21
drm/drv: drm_dev_unplug(): Move out drm_dev_put() call
Noralf Trønnes
1
-0
/
+1
2019-01-24
drm: Split out drm_probe_helper.h
Daniel Vetter
3
-0
/
+3
2018-10-23
DRM: UDL: get rid of useless vblank initialization
Eugeniy Paltsev
1
-6
/
+1
2018-09-27
Merge drm/drm-next into drm-misc-next
Sean Paul
1
-3
/
+5
2018-09-26
drm/udl: Replace drm_dev_unref with drm_dev_put
Thomas Zimmermann
1
-1
/
+1
2018-09-10
drm: udl: Destroy framebuffer only if it was initialized
Emil Lundmark
1
-3
/
+5
[next]