summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/udl
Commit message (Expand)AuthorAgeFilesLines
* drm/udl: Make udl driver depend on CONFIG_USBThomas Zimmermann2020-01-091-2/+1
* drm/udl: Remove udl_fb.cThomas Zimmermann2019-12-112-52/+1
* drm/udl: Move udl_handle_damage() into udl_modeset.cThomas Zimmermann2019-12-113-114/+112
* drm/udl: Remove struct udl_device.active_fb_16Thomas Zimmermann2019-12-114-24/+0
* drm/udl: Convert to drm_atomic_helper_dirtyfb()Thomas Zimmermann2019-12-113-60/+8
* drm/udl: Set preferred color depth to 16 bppThomas Zimmermann2019-12-112-2/+2
* drm/udl: Inline DPMS code into CRTC enable and disable functionsThomas Zimmermann2019-12-112-59/+38
* drm/udl: Switch to atomic suspend/resume helpersThomas Zimmermann2019-12-113-20/+2
* drm/udl: Convert to struct drm_simple_display_pipeThomas Zimmermann2019-12-116-177/+86
* drm/udl: Init connector before encoder and CRTCThomas Zimmermann2019-12-113-9/+18
* drm/udl: Remove field lost_pixels from struct udl_deviceThomas Zimmermann2019-12-064-10/+8
* 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-062-13/+7
* drm/udl: Don't track number of identical and sent pixels per lineThomas Zimmermann2019-12-063-10/+3
* drm/udl: Remove unused statistics countersThomas Zimmermann2019-12-062-17/+1
* drm/udl: Replace struct udl_framebuffer with generic implementationThomas Zimmermann2019-11-262-63/+6
* drm/udl: Call udl_handle_damage() with DRM framebufferThomas Zimmermann2019-11-263-26/+26
* drm/udl: Store active framebuffer in device structureThomas Zimmermann2019-11-264-14/+25
* drm/udl: Remove udl implementation of GEM's free_object()Thomas Zimmermann2019-11-261-17/+1
* drm/udl: Unmap buffer object after damage updateThomas Zimmermann2019-11-261-13/+18
* drm/udl: Fix Kconfig indentationKrzysztof Kozlowski2019-11-201-1/+1
* drm/udl: Replace fbdev code with generic emulationThomas Zimmermann2019-11-195-296/+7
* drm/udl: Remove struct udl_gem_object and functionsThomas Zimmermann2019-11-084-490/+1
* drm/udl: Switch to SHMEMThomas Zimmermann2019-11-085-60/+138
* drm/udl: Allocate GEM object via struct drm_driver.gem_create_objectThomas Zimmermann2019-11-083-4/+24
* drm/udl: Remove flags field from struct udl_gem_objectThomas Zimmermann2019-11-083-25/+7
* drm/connector: Share with non-atomic drivers the function to get the single e...José Roberto de Souza2019-09-161-8/+0
* drm/udl: drop use of drmP.hSam Ravnborg2019-07-1711-30/+43
* drm/prime: Align gem_prime_export with obj_funcs.exportDaniel Vetter2019-06-212-5/+3
* drm/prime: Actually remove DRIVER_PRIME everywhereDaniel Vetter2019-06-211-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 262Thomas Gleixner2019-06-059-35/+9
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2019-05-211-13/+1
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* drm/udl: move to embedding drm device inside udl device.Dave Airlie2019-04-244-37/+53
* drm/udl: introduce a macro to convert dev to udl.Dave Airlie2019-04-244-12/+14
* BackMerge v5.1-rc5 into drm-nextDave Airlie2019-04-154-62/+20
|\
| * drm/udl: add a release method and delay modeset teardownDave Airlie2019-04-083-1/+9
| * drm/udl: Refactor edid retrieving in UDL driver (v2)Robert Tarasov2019-03-251-61/+11
* | Merge tag 'drm-misc-next-2019-03-28-1' of git://anongit.freedesktop.org/drm/d...Dave Airlie2019-03-291-6/+2
|\ \
| * | drm/udl: Use drm_fb_helper_fill_infoDaniel Vetter2019-03-271-6/+2
* | | Merge tag 'drm-misc-next-2019-03-21' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2019-03-251-0/+1
|\| | | |/ |/|
| * drm/drv: drm_dev_unplug(): Move out drm_dev_put() callNoralf Trønnes2019-02-211-0/+1
* | drm/udl: use drm_gem_object_put_unlocked.Dave Airlie2019-03-181-1/+1
|/
* drm: Split out drm_probe_helper.hDaniel Vetter2019-01-243-0/+3
* DRM: UDL: get rid of useless vblank initializationEugeniy Paltsev2018-10-231-6/+1
* Merge drm/drm-next into drm-misc-nextSean Paul2018-09-271-3/+5
|\
| * drm: udl: Destroy framebuffer only if it was initializedEmil Lundmark2018-09-101-3/+5
* | drm/udl: Replace drm_dev_unref with drm_dev_putThomas Zimmermann2018-09-261-1/+1
|/