Re: [RFC PATCH 3/3] drm/msm/dp: move dp_request_irq() call to dp_display_probe()

2022-09-07 Thread Stephen Boyd
Quoting Dmitry Baryshkov (2022-09-01 02:15:27) > As the MDSS registers the IRQ domain before populating child devices, > there is little point in deferring the IRQ request up to the > msm_dp_modeset_init(). Following the 'get resources as early as > possible' paradigm, move dp_request_irq() call to

[RFC PATCH 3/3] drm/msm/dp: move dp_request_irq() call to dp_display_probe()

2022-09-01 Thread Dmitry Baryshkov
As the MDSS registers the IRQ domain before populating child devices, there is little point in deferring the IRQ request up to the msm_dp_modeset_init(). Following the 'get resources as early as possible' paradigm, move dp_request_irq() call to dp_display_probe(). Signed-off-by: Dmitry Baryshkov