summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/udl
AgeCommit message (Expand)Author
2024-10-09Merge tag 'drm-misc-next-2024-09-26' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro
2024-09-26drm/udl: Run DRM default client setupThomas Zimmermann
2024-08-16drm: use mem_is_zero() instead of !memchr_inv(s, 0, n)Jani Nikula
2024-06-10drm: add missing MODULE_DESCRIPTION() macrosJeff Johnson
2024-05-13drm/udl: Remove struct udl_connectorThomas Zimmermann
2024-05-13drm/udl: Untangle .get_modes() and .detect_ctx()Thomas Zimmermann
2024-05-13drm/udl: Clean up MakefileThomas Zimmermann
2024-05-13drm/udl: Move drm_dev_{enter, exit}() into udl_get_edid_block()Thomas Zimmermann
2024-05-13drm/udl: Remove DRM_CONNECTOR_POLL_HPDThomas Zimmermann
2024-05-02drm/udl: Use fbdev-shmemThomas Zimmermann
2023-12-06drm/plane-helper: Move drm_plane_helper_atomic_check() into udlThomas Zimmermann
2023-07-29drm/udl: Convert to drm_crtc_helper_atomic_check()Geert Uytterhoeven
2023-05-03drm/udl: delete dead codeDan Carpenter
2023-01-18drm/udl: Remove unnecessary include statements for drm_crtc_helper.hThomas Zimmermann
2022-11-05drm/fb-helper: Move generic fbdev emulation into separate source fileThomas Zimmermann
2022-10-08drm/atomic-helper: Replace drm_atomic_helper_check_crtc_state()Thomas Zimmermann
2022-10-07drm/udl: Add constants for commandsThomas Zimmermann
2022-10-07drm/udl: Add register constants for framebuffer scanout addressesThomas Zimmermann
2022-10-07drm/udl: Add register constants for video locksThomas Zimmermann
2022-10-07drm/udl: Add register constants for color depthThomas Zimmermann
2022-10-07drm/udl: Add constants for display-mode registersThomas Zimmermann
2022-10-07drm/udl: Move register constants to udl_proto.hThomas Zimmermann
2022-10-07drm/udl: Use damage iteratorThomas Zimmermann
2022-10-07drm/udl: Support DRM hot-unpluggingThomas Zimmermann
2022-10-07drm/udl: Simplify modesetting in CRTC's enable functionThomas Zimmermann
2022-10-07drm/udl: Convert to atomic-modesetting helpersThomas Zimmermann
2022-10-07drm/udl: Remove udl_simple_display_pipe_mode_valid()Thomas Zimmermann
2022-10-07drm/udl: Move connector to modesetting codeThomas Zimmermann
2022-10-07drm/udl: Various improvements to the connectorThomas Zimmermann
2022-10-07drm/udl: Use USB timeout constant when reading EDIDThomas Zimmermann
2022-10-07drm/udl: Test pixel limit in mode-config's mode-valid functionThomas Zimmermann
2022-10-07drm/udl: Rename struct udl_drm_connector to struct udl_connectorThomas Zimmermann
2022-09-10drm/udl: Sync pending URBs at the end of suspendTakashi Iwai
2022-09-10drm/udl: Don't re-initialize stuff at retrying the URB list allocationTakashi Iwai
2022-09-10drm/udl: Fix inconsistent urbs.count value during udl_free_urb_list()Takashi Iwai
2022-09-10drm/udl: Fix potential URB leaksTakashi Iwai
2022-09-10drm/udl: Pass rectangle directly to udl_handle_damage()Takashi Iwai
2022-09-10drm/udl: Drop unneeded alignmentTakashi Iwai
2022-09-10drm/udl: Increase the default URB list size to 20Takashi Iwai
2022-09-10drm/udl: Suppress error print for -EPROTO at URB completionTakashi Iwai
2022-09-10Revert "drm/udl: Kill pending URBs at suspend and disconnect"Takashi Iwai
2022-09-10drm/udl: Enable damage clippingThomas Zimmermann
2022-09-10drm/udl: Add reset_resumeThomas Zimmermann
2022-09-10drm/udl: Restore display mode on resumeTakashi Iwai
2022-08-10drm/udl: Replace BUG_ON() with WARN_ON()Takashi Iwai
2022-08-10drm/udl: Kill pending URBs at suspend and disconnectTakashi Iwai
2022-08-10drm/udl: Sync pending URBs at suspend / disconnectTakashi Iwai
2022-08-10drm/udl: Replace semaphore with a simple wait queueTakashi Iwai
2022-06-20drm: Drop drm_edid.h from drm_crtc.hVille Syrjälä