RE: [PATCH 1/3] drm/xe/display: drop redundant intel_hpd_poll_fini() call
Jani Nikula <[email protected]> Wed, 05 Aug 2026 10:25:38 +0300
| Newsgroups | org.freedesktop.lists.intel-xe |
|---|---|
| Organization | Intel Finland Oy - BIC 0357606-4 - c/o Alberga Business Park, 6 krs Bertel Jungin Aukio 5, 02600 Espoo, Finland |
| Message-ID | <[email protected]> |
On Tue, 04 Aug 2026, "Shankar, Uma" <[email protected]> wrote: >> -----Original Message----- >> From: Intel-xe <[email protected]> On Behalf Of Jani Nikula >> Sent: Tuesday, July 28, 2026 8:20 PM >> To: [email protected] >> Cc: Nikula, Jani <[email protected]> >> Subject: [PATCH 1/3] drm/xe/display: drop redundant intel_hpd_poll_fini() call >> >> intel_hpd_poll_fini() is already being called via >> xe_display_fini_early() -> intel_display_driver_remove_noirq(). Remove the >> redundant call. > > Looks Good to me. > Reviewed-by: Uma Shankar <[email protected]> Thanks for the reviews, series pushed to din. BR, Jani. > >> Signed-off-by: Jani Nikula <[email protected]> >> --- >> drivers/gpu/drm/xe/display/xe_display.c | 1 - >> 1 file changed, 1 deletion(-) >> >> diff --git a/drivers/gpu/drm/xe/display/xe_display.c >> b/drivers/gpu/drm/xe/display/xe_display.c >> index 8da4c457a4a0..57088e24aba2 100644 >> --- a/drivers/gpu/drm/xe/display/xe_display.c >> +++ b/drivers/gpu/drm/xe/display/xe_display.c >> @@ -129,7 +129,6 @@ static void xe_display_fini(void *arg) >> struct xe_device *xe = arg; >> struct intel_display *display = xe->display; >> >> - intel_hpd_poll_fini(display); >> intel_hdcp_component_fini(display); >> intel_audio_deinit(display); >> intel_display_driver_remove(display); >> -- >> 2.47.3 > -- Jani Nikula, Intel