summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/udl
AgeCommit message (Expand)AuthorFilesLines
2020-01-09drm/udl: Make udl driver depend on CONFIG_USBThomas Zimmermann1-2/+1
2019-12-11drm/udl: Remove udl_fb.cThomas Zimmermann2-52/+1
2019-12-11drm/udl: Move udl_handle_damage() into udl_modeset.cThomas Zimmermann3-114/+112
2019-12-11drm/udl: Remove struct udl_device.active_fb_16Thomas Zimmermann4-24/+0
2019-12-11drm/udl: Convert to drm_atomic_helper_dirtyfb()Thomas Zimmermann3-60/+8
2019-12-11drm/udl: Set preferred color depth to 16 bppThomas Zimmermann2-2/+2
2019-12-11drm/udl: Inline DPMS code into CRTC enable and disable functionsThomas Zimmermann2-59/+38
2019-12-11drm/udl: Switch to atomic suspend/resume helpersThomas Zimmermann3-20/+2
2019-12-11drm/udl: Convert to struct drm_simple_display_pipeThomas Zimmermann6-177/+86
2019-12-11drm/udl: Init connector before encoder and CRTCThomas Zimmermann3-9/+18
2019-12-06drm/udl: Remove field lost_pixels from struct udl_deviceThomas Zimmermann4-10/+8
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 Zimmermann2-13/+7
2019-12-06drm/udl: Don't track number of identical and sent pixels per lineThomas Zimmermann3-10/+3
2019-12-06drm/udl: Remove unused statistics countersThomas Zimmermann2-17/+1
2019-11-26drm/udl: Replace struct udl_framebuffer with generic implementationThomas Zimmermann2-63/+6
2019-11-26drm/udl: Call udl_handle_damage() with DRM framebufferThomas Zimmermann3-26/+26
2019-11-26drm/udl: Store active framebuffer in device structureThomas Zimmermann4-14/+25
2019-11-26drm/udl: Remove udl implementation of GEM's free_object()Thomas Zimmermann1-17/+1
2019-11-26drm/udl: Unmap buffer object after damage updateThomas Zimmermann1-13/+18
2019-11-20drm/udl: Fix Kconfig indentationKrzysztof Kozlowski1-1/+1
2019-11-19drm/udl: Replace fbdev code with generic emulationThomas Zimmermann5-296/+7
2019-11-08drm/udl: Remove struct udl_gem_object and functionsThomas Zimmermann4-490/+1
2019-11-08drm/udl: Switch to SHMEMThomas Zimmermann5-60/+138
2019-11-08drm/udl: Allocate GEM object via struct drm_driver.gem_create_objectThomas Zimmermann3-4/+24
2019-11-08drm/udl: Remove flags field from struct udl_gem_objectThomas Zimmermann3-25/+7
2019-09-16drm/connector: Share with non-atomic drivers the function to get the single e...José Roberto de Souza1-8/+0
2019-07-17drm/udl: drop use of drmP.hSam Ravnborg11-30/+43
2019-06-21drm/prime: Align gem_prime_export with obj_funcs.exportDaniel Vetter2-5/+3
2019-06-21drm/prime: Actually remove DRIVER_PRIME everywhereDaniel Vetter1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 262Thomas Gleixner9-35/+9
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner1-13/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-04-24drm/udl: move to embedding drm device inside udl device.Dave Airlie4-37/+53
2019-04-24drm/udl: introduce a macro to convert dev to udl.Dave Airlie4-12/+14
2019-04-15BackMerge v5.1-rc5 into drm-nextDave Airlie4-62/+20
2019-04-08drm/udl: add a release method and delay modeset teardownDave Airlie3-1/+9
2019-03-29Merge tag 'drm-misc-next-2019-03-28-1' of git://anongit.freedesktop.org/drm/d...Dave Airlie1-6/+2
2019-03-27drm/udl: Use drm_fb_helper_fill_infoDaniel Vetter1-6/+2
2019-03-25Merge tag 'drm-misc-next-2019-03-21' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter1-0/+1
2019-03-25drm/udl: Refactor edid retrieving in UDL driver (v2)Robert Tarasov1-61/+11
2019-03-18drm/udl: use drm_gem_object_put_unlocked.Dave Airlie1-1/+1
2019-02-21drm/drv: drm_dev_unplug(): Move out drm_dev_put() callNoralf Trønnes1-0/+1
2019-01-24drm: Split out drm_probe_helper.hDaniel Vetter3-0/+3
2018-10-23DRM: UDL: get rid of useless vblank initializationEugeniy Paltsev1-6/+1
2018-09-27Merge drm/drm-next into drm-misc-nextSean Paul1-3/+5
2018-09-26drm/udl: Replace drm_dev_unref with drm_dev_putThomas Zimmermann1-1/+1
2018-09-10drm: udl: Destroy framebuffer only if it was initializedEmil Lundmark1-3/+5