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 dp_display_probe(). > > Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx> > --- Reviewed-by: Stephen Boyd <swboyd@xxxxxxxxxxxx>