Age | Commit message (Expand) | Author |
2020-06-10 | drm/udl: Use GEM vmap/mmap function from SHMEM helpers | Thomas Zimmermann |
2020-06-03 | drm/udl: Don't call get/put_pages on imported dma-buf | Daniel Vetter |
2020-05-06 | drm/udl: Make udl_handle_damage static | Zou Wei |
2020-04-28 | drm/udl: don't set drm_device->dev_private | Daniel Vetter |
2020-04-28 | drm/udl: Use devm_drm_dev_alloc | Daniel Vetter |
2020-04-08 | drm/udl: Remove error check from fbdev setup | Thomas Zimmermann |
2020-03-26 | drm/udl: drop drm_driver.release hook | Daniel Vetter |
2020-03-26 | drm/udl: Drop explicit drm_mode_config_cleanup call | Daniel Vetter |
2020-03-26 | drm: Garbage collect drm_dev_fini | Daniel Vetter |
2020-03-26 | drm/udl: Use drmm_add_final_kfree | Daniel Vetter |
2020-02-10 | drm/udl: Clear struct drm_connector_funcs.dpms | Thomas Zimmermann |
2020-01-30 | drm/udl: Don't set struct drm_crtc_state.no_vblank explicitly | Thomas Zimmermann |
2020-01-09 | drm/udl: Make udl driver depend on CONFIG_USB | Thomas Zimmermann |
2019-12-11 | drm/udl: Remove udl_fb.c | Thomas Zimmermann |
2019-12-11 | drm/udl: Move udl_handle_damage() into udl_modeset.c | Thomas Zimmermann |
2019-12-11 | drm/udl: Remove struct udl_device.active_fb_16 | Thomas Zimmermann |
2019-12-11 | drm/udl: Convert to drm_atomic_helper_dirtyfb() | Thomas Zimmermann |
2019-12-11 | drm/udl: Set preferred color depth to 16 bpp | Thomas Zimmermann |
2019-12-11 | drm/udl: Inline DPMS code into CRTC enable and disable functions | Thomas Zimmermann |
2019-12-11 | drm/udl: Switch to atomic suspend/resume helpers | Thomas Zimmermann |
2019-12-11 | drm/udl: Convert to struct drm_simple_display_pipe | Thomas Zimmermann |
2019-12-11 | drm/udl: Init connector before encoder and CRTC | Thomas Zimmermann |
2019-12-06 | drm/udl: Remove field lost_pixels from struct udl_device | Thomas Zimmermann |
2019-12-06 | drm/udl: Begin/end access to imported buffers in damage-handler | Thomas Zimmermann |
2019-12-06 | drm/udl: Move log-cpp code out of udl_damage_handler() | Thomas Zimmermann |
2019-12-06 | drm/udl: Move clip-rectangle code out of udl_handle_damage() | Thomas Zimmermann |
2019-12-06 | drm/udl: Vmap framebuffer after all tests succeeded in damage handling | Thomas Zimmermann |
2019-12-06 | drm/udl: Don't track number of identical and sent pixels per line | Thomas Zimmermann |
2019-12-06 | drm/udl: Remove unused statistics counters | Thomas Zimmermann |
2019-11-26 | drm/udl: Replace struct udl_framebuffer with generic implementation | Thomas Zimmermann |
2019-11-26 | drm/udl: Call udl_handle_damage() with DRM framebuffer | Thomas Zimmermann |
2019-11-26 | drm/udl: Store active framebuffer in device structure | Thomas Zimmermann |
2019-11-26 | drm/udl: Remove udl implementation of GEM's free_object() | Thomas Zimmermann |
2019-11-26 | drm/udl: Unmap buffer object after damage update | Thomas Zimmermann |
2019-11-20 | drm/udl: Fix Kconfig indentation | Krzysztof Kozlowski |
2019-11-19 | drm/udl: Replace fbdev code with generic emulation | Thomas Zimmermann |
2019-11-08 | drm/udl: Remove struct udl_gem_object and functions | Thomas Zimmermann |
2019-11-08 | drm/udl: Switch to SHMEM | Thomas Zimmermann |
2019-11-08 | drm/udl: Allocate GEM object via struct drm_driver.gem_create_object | Thomas Zimmermann |
2019-11-08 | drm/udl: Remove flags field from struct udl_gem_object | Thomas Zimmermann |
2019-09-16 | drm/connector: Share with non-atomic drivers the function to get the single e... | José Roberto de Souza |
2019-07-17 | drm/udl: drop use of drmP.h | Sam Ravnborg |
2019-06-21 | drm/prime: Align gem_prime_export with obj_funcs.export | Daniel Vetter |
2019-06-21 | drm/prime: Actually remove DRIVER_PRIME everywhere | Daniel Vetter |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 262 | Thomas Gleixner |
2019-05-21 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13 | Thomas Gleixner |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner |
2019-04-24 | drm/udl: move to embedding drm device inside udl device. | Dave Airlie |
2019-04-24 | drm/udl: introduce a macro to convert dev to udl. | Dave Airlie |
2019-04-15 | BackMerge v5.1-rc5 into drm-next | Dave Airlie |