index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
udl
/
udl_fb.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-12-11
drm/udl: Remove udl_fb.c
Thomas Zimmermann
1
-51
/
+0
2019-12-11
drm/udl: Move udl_handle_damage() into udl_modeset.c
Thomas Zimmermann
1
-111
/
+0
2019-12-11
drm/udl: Remove struct udl_device.active_fb_16
Thomas Zimmermann
1
-8
/
+0
2019-12-11
drm/udl: Convert to drm_atomic_helper_dirtyfb()
Thomas Zimmermann
1
-52
/
+0
2019-12-06
drm/udl: Remove field lost_pixels from struct udl_device
Thomas Zimmermann
1
-3
/
+4
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
1
-12
/
+7
2019-12-06
drm/udl: Don't track number of identical and sent pixels per line
Thomas Zimmermann
1
-5
/
+1
2019-12-06
drm/udl: Remove unused statistics counters
Thomas Zimmermann
1
-13
/
+1
2019-11-26
drm/udl: Replace struct udl_framebuffer with generic implementation
Thomas Zimmermann
1
-56
/
+6
2019-11-26
drm/udl: Call udl_handle_damage() with DRM framebuffer
Thomas Zimmermann
1
-17
/
+18
2019-11-26
drm/udl: Store active framebuffer in device structure
Thomas Zimmermann
1
-2
/
+11
2019-11-26
drm/udl: Unmap buffer object after damage update
Thomas Zimmermann
1
-13
/
+18
2019-11-19
drm/udl: Replace fbdev code with generic emulation
Thomas Zimmermann
1
-282
/
+0
2019-11-08
drm/udl: Switch to SHMEM
Thomas Zimmermann
1
-30
/
+36
2019-07-17
drm/udl: drop use of drmP.h
Sam Ravnborg
1
-8
/
+7
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 262
Thomas Gleixner
1
-4
/
+1
2019-04-24
drm/udl: move to embedding drm device inside udl device.
Dave Airlie
1
-1
/
+1
2019-04-24
drm/udl: introduce a macro to convert dev to udl.
Dave Airlie
1
-5
/
+5
2019-03-27
drm/udl: Use drm_fb_helper_fill_info
Daniel Vetter
1
-6
/
+2
2018-09-10
drm: udl: Destroy framebuffer only if it was initialized
Emil Lundmark
1
-3
/
+5
2018-07-31
udl-kms: dont spam the syslog with debug messages
Mikulas Patocka
1
-3
/
+3
2018-07-31
udl-kms: avoid division
Mikulas Patocka
1
-6
/
+9
2018-07-31
udl-kms: fix crash due to uninitialized memory
Mikulas Patocka
1
-1
/
+1
2018-07-05
drm/udl: fix display corruption of the last line
Mikulas Patocka
1
-1
/
+4
2018-03-22
drm: udl: Properly check framebuffer mmap offsets
Greg Kroah-Hartman
1
-2
/
+7
2017-09-04
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+4
2017-08-11
drm/udl: switch to drm_*_get(), drm_*_put() helpers
Cihangir Akturk
1
-3
/
+3
2017-08-11
drm: Document device unplug infrastructure
Daniel Vetter
1
-1
/
+1
2017-07-26
drm/<drivers>: Drop fbdev info flags
Daniel Vetter
1
-1
/
+0
2017-07-18
x86, drm, fbdev: Do not specify encrypted memory for video mappings
Tom Lendacky
1
-0
/
+4
2017-05-03
Merge tag 'drm-for-v4.12' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
1
-4
/
+1
2017-04-21
linux/kernel.h: Add ALIGN_DOWN macro
Krzysztof Kozlowski
1
-1
/
+1
2017-02-07
drm/fb-helper: Automatically clean up fb_info
Daniel Vetter
1
-4
/
+1
2017-02-02
drm: Rely on mode_config data for fb_helper initialization
Gabriel Krisman Bertazi
1
-2
/
+1
2016-12-15
drm: Nuke fb->bits_per_pixel
Ville Syrjälä
1
-1
/
+1
2016-12-15
drm: Nuke fb->depth
Ville Syrjälä
1
-1
/
+1
2016-12-15
drm: Pass 'dev' to drm_helper_mode_fill_fb_struct()
Ville Syrjälä
1
-1
/
+1
2016-11-14
drm/udl: use DRM_FB_HELPER_DEFAULT_OPS for fb_ops
Stefan Christ
1
-7
/
+1
2016-09-28
drm/udl: fix line iterator in damage handling
David Herrmann
1
-1
/
+1
2016-08-26
drm: Protect fb_defio in drivers with CONFIG_KMS_FBDEV_EMULATION
Daniel Vetter
1
-0
/
+4
2016-05-17
drm: Remove unused drm_device from drm_gem_object_lookup()
Chris Wilson
1
-1
/
+1
2016-05-02
drm/udl: Use drm_fb_helper deferred_io support
Noralf Trønnes
1
-134
/
+6
2016-05-02
drm/udl: Change drm_fb_helper_sys_*() calls to sys_*()
Noralf Trønnes
1
-3
/
+3
2016-04-01
drm/udl: Use unlocked gem unreferencing
Daniel Vetter
1
-1
/
+1
2016-03-19
dma-buf, drm, ion: Propagate error code from dma_buf_start_cpu_access()
Chris Wilson
1
-2
/
+2
2016-02-09
dma-buf: Remove range-based flush
Tiago Vignatti
1
-2
/
+0
2015-11-24
drm: Pass the user drm_mode_fb_cmd2 as const to .fb_create()
Ville Syrjälä
1
-2
/
+2
[next]