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