summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/udl (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm: use mem_is_zero() instead of !memchr_inv(s, 0, n)Jani Nikula2024-08-161-1/+1
* drm: add missing MODULE_DESCRIPTION() macrosJeff Johnson2024-06-101-0/+1
* drm/udl: Remove struct udl_connectorThomas Zimmermann2024-05-132-48/+11
* drm/udl: Untangle .get_modes() and .detect_ctx()Thomas Zimmermann2024-05-135-73/+115
* drm/udl: Clean up MakefileThomas Zimmermann2024-05-131-1/+6
* drm/udl: Move drm_dev_{enter, exit}() into udl_get_edid_block()Thomas Zimmermann2024-05-131-9/+11
* drm/udl: Remove DRM_CONNECTOR_POLL_HPDThomas Zimmermann2024-05-131-2/+1
* drm/udl: Use fbdev-shmemThomas Zimmermann2024-05-021-2/+2
* drm/plane-helper: Move drm_plane_helper_atomic_check() into udlThomas Zimmermann2023-12-061-2/+17
* drm/udl: Convert to drm_crtc_helper_atomic_check()Geert Uytterhoeven2023-07-291-11/+2
* drm/udl: delete dead codeDan Carpenter2023-05-031-1/+1
* 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-081-1/+2
* drm/udl: fix control-message timeoutJohan Hovold2021-11-051-1/+1