summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/udl
AgeCommit message (Expand)AuthorLines
2020-06-10drm/udl: Use GEM vmap/mmap function from SHMEM helpersThomas Zimmermann-114/+3
2020-06-03drm/udl: Don't call get/put_pages on imported dma-bufDaniel Vetter-10/+12
2020-05-06drm/udl: Make udl_handle_damage staticZou Wei-2/+2
2020-04-28drm/udl: don't set drm_device->dev_privateDaniel Vetter-6/+5
2020-04-28drm/udl: Use devm_drm_dev_allocDaniel Vetter-19/+7
2020-04-08drm/udl: Remove error check from fbdev setupThomas Zimmermann-5/+1
2020-03-26drm/udl: drop drm_driver.release hookDaniel Vetter-18/+1
2020-03-26drm/udl: Drop explicit drm_mode_config_cleanup callDaniel Vetter-17/+6
2020-03-26drm: Garbage collect drm_dev_finiDaniel Vetter-1/+0
2020-03-26drm/udl: Use drmm_add_final_kfreeDaniel Vetter-3/+3
2020-02-10drm/udl: Clear struct drm_connector_funcs.dpmsThomas Zimmermann-1/+0
2020-01-30drm/udl: Don't set struct drm_crtc_state.no_vblank explicitlyThomas Zimmermann-11/+0
2020-01-09drm/udl: Make udl driver depend on CONFIG_USBThomas Zimmermann-2/+1
2019-12-11drm/udl: Remove udl_fb.cThomas Zimmermann-52/+1
2019-12-11drm/udl: Move udl_handle_damage() into udl_modeset.cThomas Zimmermann-114/+112
2019-12-11drm/udl: Remove struct udl_device.active_fb_16Thomas Zimmermann-24/+0
2019-12-11drm/udl: Convert to drm_atomic_helper_dirtyfb()Thomas Zimmermann-60/+8
2019-12-11drm/udl: Set preferred color depth to 16 bppThomas Zimmermann-2/+2
2019-12-11drm/udl: Inline DPMS code into CRTC enable and disable functionsThomas Zimmermann-59/+38
2019-12-11drm/udl: Switch to atomic suspend/resume helpersThomas Zimmermann-20/+2
2019-12-11drm/udl: Convert to struct drm_simple_display_pipeThomas Zimmermann-177/+86
2019-12-11drm/udl: Init connector before encoder and CRTCThomas Zimmermann-9/+18
2019-12-06drm/udl: Remove field lost_pixels from struct udl_deviceThomas Zimmermann-10/+8
2019-12-06drm/udl: Begin/end access to imported buffers in damage-handlerThomas Zimmermann-20/+23
2019-12-06drm/udl: Move log-cpp code out of udl_damage_handler()Thomas Zimmermann-5/+12
2019-12-06drm/udl: Move clip-rectangle code out of udl_handle_damage()Thomas Zimmermann-16/+32
2019-12-06drm/udl: Vmap framebuffer after all tests succeeded in damage handlingThomas Zimmermann-13/+7
2019-12-06drm/udl: Don't track number of identical and sent pixels per lineThomas Zimmermann-10/+3
2019-12-06drm/udl: Remove unused statistics countersThomas Zimmermann-17/+1
2019-11-26drm/udl: Replace struct udl_framebuffer with generic implementationThomas Zimmermann-63/+6
2019-11-26drm/udl: Call udl_handle_damage() with DRM framebufferThomas Zimmermann-26/+26
2019-11-26drm/udl: Store active framebuffer in device structureThomas Zimmermann-14/+25
2019-11-26drm/udl: Remove udl implementation of GEM's free_object()Thomas Zimmermann-17/+1
2019-11-26drm/udl: Unmap buffer object after damage updateThomas Zimmermann-13/+18
2019-11-20drm/udl: Fix Kconfig indentationKrzysztof Kozlowski-1/+1
2019-11-19drm/udl: Replace fbdev code with generic emulationThomas Zimmermann-296/+7
2019-11-08drm/udl: Remove struct udl_gem_object and functionsThomas Zimmermann-490/+1
2019-11-08drm/udl: Switch to SHMEMThomas Zimmermann-60/+138
2019-11-08drm/udl: Allocate GEM object via struct drm_driver.gem_create_objectThomas Zimmermann-4/+24
2019-11-08drm/udl: Remove flags field from struct udl_gem_objectThomas Zimmermann-25/+7
2019-09-16drm/connector: Share with non-atomic drivers the function to get the single e...José Roberto de Souza-8/+0
2019-07-17drm/udl: drop use of drmP.hSam Ravnborg-30/+43
2019-06-21drm/prime: Align gem_prime_export with obj_funcs.exportDaniel Vetter-5/+3
2019-06-21drm/prime: Actually remove DRIVER_PRIME everywhereDaniel Vetter-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 262Thomas Gleixner-35/+9
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner-13/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+2
2019-04-24drm/udl: move to embedding drm device inside udl device.Dave Airlie-37/+53
2019-04-24drm/udl: introduce a macro to convert dev to udl.Dave Airlie-12/+14
2019-04-15BackMerge v5.1-rc5 into drm-nextDave Airlie-62/+20