Hi, On Wed, Mar 30, 2022 at 4:19 PM Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx> wrote: > > + bridge->ops = > > + DRM_BRIDGE_OP_DETECT | > > + DRM_BRIDGE_OP_HPD | > > + DRM_BRIDGE_OP_MODES; > > I think OP_MODES should be used for eDP, shouldn't it? No. It's confusing, but basically to get the power sequencing correct we end up driving the EDID read from the panel driver in the eDP case. -Doug