summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/udl
AgeCommit message (Expand)Author
2021-11-05drm/udl: fix control-message timeoutJohan Hovold
2021-08-12drm/shmem-helper: Switch to vmf_insert_pfnDaniel Vetter
2021-08-08drm/udl: Use offset-adjusted shadow-plane mappingThomas Zimmermann
2021-07-23drm/udl: Use framebuffer dma-buf helpersThomas Zimmermann
2021-03-16Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2021-03-11drm: Use USB controller's DMA mask when importing dmabufsThomas Zimmermann
2021-02-08drm/udl: Move vmap out of commit tailThomas Zimmermann
2020-11-24drm/shmem-helper: Removed drm_gem_shmem_create_object_cached()Thomas Zimmermann
2020-11-13drm/udl: Fix missing error code in udl_handle_damage()Dan Carpenter
2020-11-09drm/gem: Use struct dma_buf_map in GEM vmap ops and convert GEM backendsThomas Zimmermann
2020-11-09drm/udl: Retrieve USB device from struct drm_device.devThomas Zimmermann
2020-11-06drm/<drivers>: Constify struct drm_driverDaniel Vetter
2020-06-10drm/udl: Use GEM vmap/mmap function from SHMEM helpersThomas Zimmermann
2020-06-03drm/udl: Don't call get/put_pages on imported dma-bufDaniel Vetter
2020-05-06drm/udl: Make udl_handle_damage staticZou Wei
2020-04-28drm/udl: don't set drm_device->dev_privateDaniel Vetter
2020-04-28drm/udl: Use devm_drm_dev_allocDaniel Vetter
2020-04-08drm/udl: Remove error check from fbdev setupThomas Zimmermann
2020-03-26drm/udl: drop drm_driver.release hookDaniel Vetter
2020-03-26drm/udl: Drop explicit drm_mode_config_cleanup callDaniel Vetter
2020-03-26drm: Garbage collect drm_dev_finiDaniel Vetter
2020-03-26drm/udl: Use drmm_add_final_kfreeDaniel Vetter
2020-02-10drm/udl: Clear struct drm_connector_funcs.dpmsThomas Zimmermann
2020-01-30drm/udl: Don't set struct drm_crtc_state.no_vblank explicitlyThomas Zimmermann
2020-01-09drm/udl: Make udl driver depend on CONFIG_USBThomas Zimmermann
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-11drm/udl: Set preferred color depth to 16 bppThomas Zimmermann
2019-12-11drm/udl: Inline DPMS code into CRTC enable and disable functionsThomas Zimmermann
2019-12-11drm/udl: Switch to atomic suspend/resume helpersThomas Zimmermann
2019-12-11drm/udl: Convert to struct drm_simple_display_pipeThomas Zimmermann
2019-12-11drm/udl: Init connector before encoder and CRTCThomas 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: Remove udl implementation of GEM's free_object()Thomas Zimmermann
2019-11-26drm/udl: Unmap buffer object after damage updateThomas Zimmermann
2019-11-20drm/udl: Fix Kconfig indentationKrzysztof Kozlowski
2019-11-19drm/udl: Replace fbdev code with generic emulationThomas Zimmermann
2019-11-08drm/udl: Remove struct udl_gem_object and functionsThomas Zimmermann
2019-11-08drm/udl: Switch to SHMEMThomas Zimmermann