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