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