summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/udl/udl_fb.c
AgeCommit message (Expand)AuthorFilesLines
2019-12-11drm/udl: Remove udl_fb.cThomas Zimmermann1-51/+0
2019-12-11drm/udl: Move udl_handle_damage() into udl_modeset.cThomas Zimmermann1-111/+0
2019-12-11drm/udl: Remove struct udl_device.active_fb_16Thomas Zimmermann1-8/+0
2019-12-11drm/udl: Convert to drm_atomic_helper_dirtyfb()Thomas Zimmermann1-52/+0
2019-12-06drm/udl: Remove field lost_pixels from struct udl_deviceThomas Zimmermann1-3/+4
2019-12-06drm/udl: Begin/end access to imported buffers in damage-handlerThomas Zimmermann1-20/+23
2019-12-06drm/udl: Move log-cpp code out of udl_damage_handler()Thomas Zimmermann1-5/+12
2019-12-06drm/udl: Move clip-rectangle code out of udl_handle_damage()Thomas Zimmermann1-16/+32
2019-12-06drm/udl: Vmap framebuffer after all tests succeeded in damage handlingThomas Zimmermann1-12/+7
2019-12-06drm/udl: Don't track number of identical and sent pixels per lineThomas Zimmermann1-5/+1
2019-12-06drm/udl: Remove unused statistics countersThomas Zimmermann1-13/+1
2019-11-26drm/udl: Replace struct udl_framebuffer with generic implementationThomas Zimmermann1-56/+6
2019-11-26drm/udl: Call udl_handle_damage() with DRM framebufferThomas Zimmermann1-17/+18
2019-11-26drm/udl: Store active framebuffer in device structureThomas Zimmermann1-2/+11
2019-11-26drm/udl: Unmap buffer object after damage updateThomas Zimmermann1-13/+18
2019-11-19drm/udl: Replace fbdev code with generic emulationThomas Zimmermann1-282/+0
2019-11-08drm/udl: Switch to SHMEMThomas Zimmermann1-30/+36
2019-07-17drm/udl: drop use of drmP.hSam Ravnborg1-8/+7
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 262Thomas Gleixner1-4/+1
2019-04-24drm/udl: move to embedding drm device inside udl device.Dave Airlie1-1/+1
2019-04-24drm/udl: introduce a macro to convert dev to udl.Dave Airlie1-5/+5
2019-03-27drm/udl: Use drm_fb_helper_fill_infoDaniel Vetter1-6/+2
2018-09-10drm: udl: Destroy framebuffer only if it was initializedEmil Lundmark1-3/+5
2018-07-31udl-kms: dont spam the syslog with debug messagesMikulas Patocka1-3/+3
2018-07-31udl-kms: avoid divisionMikulas Patocka1-6/+9
2018-07-31udl-kms: fix crash due to uninitialized memoryMikulas Patocka1-1/+1
2018-07-05drm/udl: fix display corruption of the last lineMikulas Patocka1-1/+4
2018-03-22drm: udl: Properly check framebuffer mmap offsetsGreg Kroah-Hartman1-2/+7
2017-09-04Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+4
2017-08-11drm/udl: switch to drm_*_get(), drm_*_put() helpersCihangir Akturk1-3/+3
2017-08-11drm: Document device unplug infrastructureDaniel Vetter1-1/+1
2017-07-26drm/<drivers>: Drop fbdev info flagsDaniel Vetter1-1/+0
2017-07-18x86, drm, fbdev: Do not specify encrypted memory for video mappingsTom Lendacky1-0/+4
2017-05-03Merge tag 'drm-for-v4.12' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-4/+1
2017-04-21linux/kernel.h: Add ALIGN_DOWN macroKrzysztof Kozlowski1-1/+1
2017-02-07drm/fb-helper: Automatically clean up fb_infoDaniel Vetter1-4/+1
2017-02-02drm: Rely on mode_config data for fb_helper initializationGabriel Krisman Bertazi1-2/+1
2016-12-15drm: Nuke fb->bits_per_pixelVille Syrjälä1-1/+1
2016-12-15drm: Nuke fb->depthVille Syrjälä1-1/+1
2016-12-15drm: Pass 'dev' to drm_helper_mode_fill_fb_struct()Ville Syrjälä1-1/+1
2016-11-14drm/udl: use DRM_FB_HELPER_DEFAULT_OPS for fb_opsStefan Christ1-7/+1
2016-09-28drm/udl: fix line iterator in damage handlingDavid Herrmann1-1/+1
2016-08-25drm: Protect fb_defio in drivers with CONFIG_KMS_FBDEV_EMULATIONDaniel Vetter1-0/+4
2016-05-17drm: Remove unused drm_device from drm_gem_object_lookup()Chris Wilson1-1/+1
2016-05-02drm/udl: Use drm_fb_helper deferred_io supportNoralf Trønnes1-134/+6
2016-05-02drm/udl: Change drm_fb_helper_sys_*() calls to sys_*()Noralf Trønnes1-3/+3
2016-04-01drm/udl: Use unlocked gem unreferencingDaniel Vetter1-1/+1
2016-03-19dma-buf, drm, ion: Propagate error code from dma_buf_start_cpu_access()Chris Wilson1-2/+2
2016-02-09dma-buf: Remove range-based flushTiago Vignatti1-2/+0
2015-11-24drm: Pass the user drm_mode_fb_cmd2 as const to .fb_create()Ville Syrjälä1-2/+2