summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/udl/udl_fb.c
Commit message (Expand)AuthorAgeFilesLines
* drm/udl: Remove udl_fb.cThomas Zimmermann2019-12-111-51/+0
* drm/udl: Move udl_handle_damage() into udl_modeset.cThomas Zimmermann2019-12-111-111/+0
* drm/udl: Remove struct udl_device.active_fb_16Thomas Zimmermann2019-12-111-8/+0
* drm/udl: Convert to drm_atomic_helper_dirtyfb()Thomas Zimmermann2019-12-111-52/+0
* drm/udl: Remove field lost_pixels from struct udl_deviceThomas Zimmermann2019-12-061-3/+4
* drm/udl: Begin/end access to imported buffers in damage-handlerThomas Zimmermann2019-12-061-20/+23
* drm/udl: Move log-cpp code out of udl_damage_handler()Thomas Zimmermann2019-12-061-5/+12
* drm/udl: Move clip-rectangle code out of udl_handle_damage()Thomas Zimmermann2019-12-061-16/+32
* drm/udl: Vmap framebuffer after all tests succeeded in damage handlingThomas Zimmermann2019-12-061-12/+7
* drm/udl: Don't track number of identical and sent pixels per lineThomas Zimmermann2019-12-061-5/+1
* drm/udl: Remove unused statistics countersThomas Zimmermann2019-12-061-13/+1
* drm/udl: Replace struct udl_framebuffer with generic implementationThomas Zimmermann2019-11-261-56/+6
* drm/udl: Call udl_handle_damage() with DRM framebufferThomas Zimmermann2019-11-261-17/+18
* drm/udl: Store active framebuffer in device structureThomas Zimmermann2019-11-261-2/+11
* drm/udl: Unmap buffer object after damage updateThomas Zimmermann2019-11-261-13/+18
* drm/udl: Replace fbdev code with generic emulationThomas Zimmermann2019-11-191-282/+0
* drm/udl: Switch to SHMEMThomas Zimmermann2019-11-081-30/+36
* drm/udl: drop use of drmP.hSam Ravnborg2019-07-171-8/+7
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 262Thomas Gleixner2019-06-051-4/+1
* drm/udl: move to embedding drm device inside udl device.Dave Airlie2019-04-241-1/+1
* drm/udl: introduce a macro to convert dev to udl.Dave Airlie2019-04-241-5/+5
* drm/udl: Use drm_fb_helper_fill_infoDaniel Vetter2019-03-271-6/+2
* drm: udl: Destroy framebuffer only if it was initializedEmil Lundmark2018-09-101-3/+5
* udl-kms: dont spam the syslog with debug messagesMikulas Patocka2018-07-311-3/+3
* udl-kms: avoid divisionMikulas Patocka2018-07-311-6/+9
* udl-kms: fix crash due to uninitialized memoryMikulas Patocka2018-07-311-1/+1
* drm/udl: fix display corruption of the last lineMikulas Patocka2018-07-051-1/+4
* drm: udl: Properly check framebuffer mmap offsetsGreg Kroah-Hartman2018-03-221-2/+7
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-09-041-0/+4
|\
| * x86, drm, fbdev: Do not specify encrypted memory for video mappingsTom Lendacky2017-07-181-0/+4
* | drm/udl: switch to drm_*_get(), drm_*_put() helpersCihangir Akturk2017-08-111-3/+3
* | drm: Document device unplug infrastructureDaniel Vetter2017-08-111-1/+1
* | drm/<drivers>: Drop fbdev info flagsDaniel Vetter2017-07-261-1/+0
|/
* Merge tag 'drm-for-v4.12' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2017-05-031-4/+1
|\
| * drm/fb-helper: Automatically clean up fb_infoDaniel Vetter2017-02-071-4/+1
* | linux/kernel.h: Add ALIGN_DOWN macroKrzysztof Kozlowski2017-04-211-1/+1
|/
* drm: Rely on mode_config data for fb_helper initializationGabriel Krisman Bertazi2017-02-021-2/+1
* drm: Nuke fb->bits_per_pixelVille Syrjälä2016-12-151-1/+1
* drm: Nuke fb->depthVille Syrjälä2016-12-151-1/+1
* drm: Pass 'dev' to drm_helper_mode_fill_fb_struct()Ville Syrjälä2016-12-151-1/+1
* drm/udl: use DRM_FB_HELPER_DEFAULT_OPS for fb_opsStefan Christ2016-11-141-7/+1
* drm/udl: fix line iterator in damage handlingDavid Herrmann2016-09-281-1/+1
* drm: Protect fb_defio in drivers with CONFIG_KMS_FBDEV_EMULATIONDaniel Vetter2016-08-261-0/+4
* drm: Remove unused drm_device from drm_gem_object_lookup()Chris Wilson2016-05-171-1/+1
* drm/udl: Use drm_fb_helper deferred_io supportNoralf Trønnes2016-05-021-134/+6
* drm/udl: Change drm_fb_helper_sys_*() calls to sys_*()Noralf Trønnes2016-05-021-3/+3
* drm/udl: Use unlocked gem unreferencingDaniel Vetter2016-04-011-1/+1
* dma-buf, drm, ion: Propagate error code from dma_buf_start_cpu_access()Chris Wilson2016-03-191-2/+2
* dma-buf: Remove range-based flushTiago Vignatti2016-02-091-2/+0
* drm: Pass the user drm_mode_fb_cmd2 as const to .fb_create()Ville Syrjälä2015-11-241-2/+2