index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
udl
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/shmem-helper: Switch to vmf_insert_pfn
Daniel Vetter
2021-08-12
1
-0
/
+1
*
drm/udl: Use offset-adjusted shadow-plane mapping
Thomas Zimmermann
2021-08-08
1
-2
/
+2
*
drm/udl: Use framebuffer dma-buf helpers
Thomas Zimmermann
2021-07-23
1
-21
/
+8
*
Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
2021-03-16
1
-21
/
+13
|
\
|
*
drm/udl: Move vmap out of commit tail
Thomas Zimmermann
2021-02-08
1
-21
/
+13
*
|
drm: Use USB controller's DMA mask when importing dmabufs
Thomas Zimmermann
2021-03-11
3
-0
/
+28
|
/
*
drm/shmem-helper: Removed drm_gem_shmem_create_object_cached()
Thomas Zimmermann
2020-11-24
1
-2
/
+0
*
drm/udl: Fix missing error code in udl_handle_damage()
Dan Carpenter
2020-11-13
1
-1
/
+3
*
drm/gem: Use struct dma_buf_map in GEM vmap ops and convert GEM backends
Thomas Zimmermann
2020-11-09
1
-3
/
+5
*
drm/udl: Retrieve USB device from struct drm_device.dev
Thomas Zimmermann
2020-11-09
4
-19
/
+21
*
drm/<drivers>: Constify struct drm_driver
Daniel Vetter
2020-11-06
1
-1
/
+1
*
drm/udl: Use GEM vmap/mmap function from SHMEM helpers
Thomas Zimmermann
2020-06-10
4
-114
/
+3
*
drm/udl: Don't call get/put_pages on imported dma-buf
Daniel Vetter
2020-06-03
1
-10
/
+12
*
drm/udl: Make udl_handle_damage static
Zou Wei
2020-05-06
1
-2
/
+2
*
drm/udl: don't set drm_device->dev_private
Daniel Vetter
2020-04-28
3
-6
/
+5
*
drm/udl: Use devm_drm_dev_alloc
Daniel Vetter
2020-04-28
1
-19
/
+7
*
drm/udl: Remove error check from fbdev setup
Thomas Zimmermann
2020-04-08
1
-5
/
+1
*
drm/udl: drop drm_driver.release hook
Daniel Vetter
2020-03-26
3
-18
/
+1
*
drm/udl: Drop explicit drm_mode_config_cleanup call
Daniel Vetter
2020-03-26
3
-17
/
+6
*
drm: Garbage collect drm_dev_fini
Daniel Vetter
2020-03-26
1
-1
/
+0
*
drm/udl: Use drmm_add_final_kfree
Daniel Vetter
2020-03-26
1
-3
/
+3
*
drm/udl: Clear struct drm_connector_funcs.dpms
Thomas Zimmermann
2020-02-10
1
-1
/
+0
*
drm/udl: Don't set struct drm_crtc_state.no_vblank explicitly
Thomas Zimmermann
2020-01-30
1
-11
/
+0
*
drm/udl: Make udl driver depend on CONFIG_USB
Thomas Zimmermann
2020-01-09
1
-2
/
+1
*
drm/udl: Remove udl_fb.c
Thomas Zimmermann
2019-12-11
2
-52
/
+1
*
drm/udl: Move udl_handle_damage() into udl_modeset.c
Thomas Zimmermann
2019-12-11
3
-114
/
+112
*
drm/udl: Remove struct udl_device.active_fb_16
Thomas Zimmermann
2019-12-11
4
-24
/
+0
*
drm/udl: Convert to drm_atomic_helper_dirtyfb()
Thomas Zimmermann
2019-12-11
3
-60
/
+8
*
drm/udl: Set preferred color depth to 16 bpp
Thomas Zimmermann
2019-12-11
2
-2
/
+2
*
drm/udl: Inline DPMS code into CRTC enable and disable functions
Thomas Zimmermann
2019-12-11
2
-59
/
+38
*
drm/udl: Switch to atomic suspend/resume helpers
Thomas Zimmermann
2019-12-11
3
-20
/
+2
*
drm/udl: Convert to struct drm_simple_display_pipe
Thomas Zimmermann
2019-12-11
6
-177
/
+86
*
drm/udl: Init connector before encoder and CRTC
Thomas Zimmermann
2019-12-11
3
-9
/
+18
*
drm/udl: Remove field lost_pixels from struct udl_device
Thomas Zimmermann
2019-12-06
4
-10
/
+8
*
drm/udl: Begin/end access to imported buffers in damage-handler
Thomas Zimmermann
2019-12-06
1
-20
/
+23
*
drm/udl: Move log-cpp code out of udl_damage_handler()
Thomas Zimmermann
2019-12-06
1
-5
/
+12
*
drm/udl: Move clip-rectangle code out of udl_handle_damage()
Thomas Zimmermann
2019-12-06
1
-16
/
+32
*
drm/udl: Vmap framebuffer after all tests succeeded in damage handling
Thomas Zimmermann
2019-12-06
2
-13
/
+7
*
drm/udl: Don't track number of identical and sent pixels per line
Thomas Zimmermann
2019-12-06
3
-10
/
+3
*
drm/udl: Remove unused statistics counters
Thomas Zimmermann
2019-12-06
2
-17
/
+1
*
drm/udl: Replace struct udl_framebuffer with generic implementation
Thomas Zimmermann
2019-11-26
2
-63
/
+6
*
drm/udl: Call udl_handle_damage() with DRM framebuffer
Thomas Zimmermann
2019-11-26
3
-26
/
+26
*
drm/udl: Store active framebuffer in device structure
Thomas Zimmermann
2019-11-26
4
-14
/
+25
*
drm/udl: Remove udl implementation of GEM's free_object()
Thomas Zimmermann
2019-11-26
1
-17
/
+1
*
drm/udl: Unmap buffer object after damage update
Thomas Zimmermann
2019-11-26
1
-13
/
+18
*
drm/udl: Fix Kconfig indentation
Krzysztof Kozlowski
2019-11-20
1
-1
/
+1
*
drm/udl: Replace fbdev code with generic emulation
Thomas Zimmermann
2019-11-19
5
-296
/
+7
*
drm/udl: Remove struct udl_gem_object and functions
Thomas Zimmermann
2019-11-08
4
-490
/
+1
*
drm/udl: Switch to SHMEM
Thomas Zimmermann
2019-11-08
5
-60
/
+138
*
drm/udl: Allocate GEM object via struct drm_driver.gem_create_object
Thomas Zimmermann
2019-11-08
3
-4
/
+24
[next]