summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/udl
Commit message (Expand)AuthorAgeFilesLines
* drm/udl: Remove unnecessary include statements for drm_crtc_helper.hThomas Zimmermann2023-01-182-2/+1
* drm/fb-helper: Move generic fbdev emulation into separate source fileThomas Zimmermann2022-11-051-1/+1
* drm/atomic-helper: Replace drm_atomic_helper_check_crtc_state()Thomas Zimmermann2022-10-081-1/+4
* drm/udl: Add constants for commandsThomas Zimmermann2022-10-074-20/+28
* drm/udl: Add register constants for framebuffer scanout addressesThomas Zimmermann2022-10-072-9/+38
* drm/udl: Add register constants for video locksThomas Zimmermann2022-10-072-2/+7
* drm/udl: Add register constants for color depthThomas Zimmermann2022-10-072-1/+4
* drm/udl: Add constants for display-mode registersThomas Zimmermann2022-10-072-70/+47
* drm/udl: Move register constants to udl_proto.hThomas Zimmermann2022-10-073-15/+21
* drm/udl: Use damage iteratorThomas Zimmermann2022-10-071-21/+21
* drm/udl: Support DRM hot-unpluggingThomas Zimmermann2022-10-071-6/+37
* drm/udl: Simplify modesetting in CRTC's enable functionThomas Zimmermann2022-10-072-50/+14
* drm/udl: Convert to atomic-modesetting helpersThomas Zimmermann2022-10-072-54/+112
* drm/udl: Remove udl_simple_display_pipe_mode_valid()Thomas Zimmermann2022-10-071-8/+0
* drm/udl: Move connector to modesetting codeThomas Zimmermann2022-10-075-154/+134
* drm/udl: Various improvements to the connectorThomas Zimmermann2022-10-071-24/+40
* drm/udl: Use USB timeout constant when reading EDIDThomas Zimmermann2022-10-071-1/+1
* drm/udl: Test pixel limit in mode-config's mode-valid functionThomas Zimmermann2022-10-072-14/+14
* drm/udl: Rename struct udl_drm_connector to struct udl_connectorThomas Zimmermann2022-10-072-16/+13
* drm/udl: Sync pending URBs at the end of suspendTakashi Iwai2022-09-104-8/+10
* drm/udl: Don't re-initialize stuff at retrying the URB list allocationTakashi Iwai2022-09-101-4/+3
* drm/udl: Fix inconsistent urbs.count value during udl_free_urb_list()Takashi Iwai2022-09-102-20/+30
* drm/udl: Fix potential URB leaksTakashi Iwai2022-09-102-4/+9
* drm/udl: Pass rectangle directly to udl_handle_damage()Takashi Iwai2022-09-101-11/+8
* drm/udl: Drop unneeded alignmentTakashi Iwai2022-09-102-67/+1
* drm/udl: Increase the default URB list size to 20Takashi Iwai2022-09-101-1/+1
* drm/udl: Suppress error print for -EPROTO at URB completionTakashi Iwai2022-09-101-0/+1
* Revert "drm/udl: Kill pending URBs at suspend and disconnect"Takashi Iwai2022-09-103-26/+3
* drm/udl: Enable damage clippingThomas Zimmermann2022-09-101-0/+1
* drm/udl: Add reset_resumeThomas Zimmermann2022-09-103-1/+13
* drm/udl: Restore display mode on resumeTakashi Iwai2022-09-101-3/+0
* drm/udl: Replace BUG_ON() with WARN_ON()Takashi Iwai2022-08-102-2/+4
* drm/udl: Kill pending URBs at suspend and disconnectTakashi Iwai2022-08-103-3/+26
* drm/udl: Sync pending URBs at suspend / disconnectTakashi Iwai2022-08-103-0/+20
* drm/udl: Replace semaphore with a simple wait queueTakashi Iwai2022-08-102-64/+31
* drm: Drop drm_edid.h from drm_crtc.hVille Syrjälä2022-06-201-0/+1
* drm/udl: Set VGA connectorThomas Zimmermann2022-05-181-1/+1
* dma-buf-map: Rename to iosys-mapLucas De Marchi2022-02-071-1/+2
* drm/udl: fix control-message timeoutJohan Hovold2021-11-051-1/+1
* drm/shmem-helper: Switch to vmf_insert_pfnDaniel Vetter2021-08-121-0/+1
* drm/udl: Use offset-adjusted shadow-plane mappingThomas Zimmermann2021-08-081-2/+2
* drm/udl: Use framebuffer dma-buf helpersThomas Zimmermann2021-07-231-21/+8
* Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2021-03-161-21/+13
|\
| * drm/udl: Move vmap out of commit tailThomas Zimmermann2021-02-081-21/+13
* | drm: Use USB controller's DMA mask when importing dmabufsThomas Zimmermann2021-03-113-0/+28
|/
* drm/shmem-helper: Removed drm_gem_shmem_create_object_cached()Thomas Zimmermann2020-11-241-2/+0
* drm/udl: Fix missing error code in udl_handle_damage()Dan Carpenter2020-11-131-1/+3
* drm/gem: Use struct dma_buf_map in GEM vmap ops and convert GEM backendsThomas Zimmermann2020-11-091-3/+5
* drm/udl: Retrieve USB device from struct drm_device.devThomas Zimmermann2020-11-094-19/+21
* drm/<drivers>: Constify struct drm_driverDaniel Vetter2020-11-061-1/+1