summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/udl
AgeCommit message (Expand)AuthorFilesLines
2025-04-17drm/udl: Set error code in udl_init()Dan Carpenter1-0/+1
2025-04-14drm/udl: Support adapters without firmware descriptorThomas Zimmermann1-16/+21
2025-04-14drm/udl: Validate length in vendor-descriptor parserThomas Zimmermann1-26/+51
2025-04-14drm/udl: Treat vendor descriptor as u8Thomas Zimmermann1-8/+8
2025-04-14drm/udl: Return error if vendor descriptor is too shortThomas Zimmermann1-36/+36
2025-04-14drm/udl: Handle errors from usb_get_descriptor()Thomas Zimmermann1-10/+14
2025-04-14drm/udl: The number of pixels is always positiveThomas Zimmermann1-2/+2
2025-04-14drm/udl: Improve type safety when using struct udl_deviceThomas Zimmermann5-36/+37
2025-04-14drm/udl: Remove unused field gem_lock from struct udl_deviceThomas Zimmermann2-4/+0
2025-04-14drm/udl: Remove unused field dev from struct udl_deviceThomas Zimmermann1-1/+0
2025-03-24drm/udl: Switch poll helpers to managed cleanupThomas Zimmermann3-3/+1
2025-03-24drm/udl: Unregister device before cleaning up on disconnectThomas Zimmermann1-1/+1
2025-03-12drm/udl: Set struct drm_device.dma_devThomas Zimmermann3-25/+7
2024-12-05drm: remove driver date from struct drm_driver and all driversJani Nikula2-2/+0
2024-11-15drm/client: Move public client header to clients/ subdirectoryThomas Zimmermann1-1/+1
2024-10-09Merge tag 'drm-misc-next-2024-09-26' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie2-1/+4
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-09-26drm/udl: Run DRM default client setupThomas Zimmermann2-1/+4
2024-08-16drm: use mem_is_zero() instead of !memchr_inv(s, 0, n)Jani Nikula1-1/+1
2024-06-10drm: add missing MODULE_DESCRIPTION() macrosJeff Johnson1-0/+1
2024-05-13drm/udl: Remove struct udl_connectorThomas Zimmermann2-48/+11
2024-05-13drm/udl: Untangle .get_modes() and .detect_ctx()Thomas Zimmermann5-73/+115
2024-05-13drm/udl: Clean up MakefileThomas Zimmermann1-1/+6
2024-05-13drm/udl: Move drm_dev_{enter, exit}() into udl_get_edid_block()Thomas Zimmermann1-9/+11
2024-05-13drm/udl: Remove DRM_CONNECTOR_POLL_HPDThomas Zimmermann1-2/+1
2024-05-02drm/udl: Use fbdev-shmemThomas Zimmermann1-2/+2
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