Re: [Freedreno] [PATCH v3 07/13] drm/msm/dpu: avoid querying for hw intf before assignment

2018-08-14 Thread Sean Paul
On Tue, Aug 07, 2018 at 08:12:34PM -0700, Jeykumar Sankaran wrote: > hw intf blocks are needed only during encoder enable to program > timing engines(for video panels). encoder->enable is triggered > only after atomic_modeset at which point we assign the > resources for the display pipeline. This

[Freedreno] [PATCH v3 07/13] drm/msm/dpu: avoid querying for hw intf before assignment

2018-08-07 Thread Jeykumar Sankaran
hw intf blocks are needed only during encoder enable to program timing engines(for video panels). encoder->enable is triggered only after atomic_modeset at which point we assign the resources for the display pipeline. This patch defers the hw_intf look-up until encoder enable. changes in v2: