]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm: zynqmp_dp: Don't retrain the link in our IRQ
authorSean Anderson <sean.anderson@linux.dev>
Fri, 9 Aug 2024 19:35:55 +0000 (15:35 -0400)
committerTomi Valkeinen <tomi.valkeinen@ideasonboard.com>
Wed, 30 Oct 2024 12:17:34 +0000 (14:17 +0200)
commit851daf0ceca10278714a359dabbe97d360a6949b
treee0cd27babea15a832ce54d19d8746315cf01ec22
parenta7d5eeaa57d7a0d3d6a1da82b350d9661c8559a1
drm: zynqmp_dp: Don't retrain the link in our IRQ

Retraining the link can take a while, and might involve waiting for
DPCD reads/writes to complete. In preparation for unthreading the IRQ
handler, move this into its own work function.

Signed-off-by: Sean Anderson <sean.anderson@linux.dev>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240809193600.3360015-4-sean.anderson@linux.dev
drivers/gpu/drm/xlnx/zynqmp_dp.c