On Fri, Nov 01, 2024 at 12:29:03PM +0200, Jani Nikula wrote:
> On Thu, 31 Oct 2024, Ville Syrjala wrote:
> > From: Ville Syrjälä
> >
> > We'll be wanting reprogram the PIPE_MBUS_DBOX_CTL registers
>
> wanting *to* reprogram
>
> I would've wanted to see conversion to struct intel_display here to
On Thu, 31 Oct 2024, Ville Syrjala wrote:
> From: Ville Syrjälä
>
> We'll be wanting reprogram the PIPE_MBUS_DBOX_CTL registers
wanting *to* reprogram
I would've wanted to see conversion to struct intel_display here too, or
at least a mention we're keeping it this way for backports, or
somethin
From: Ville Syrjälä
We'll be wanting reprogram the PIPE_MBUS_DBOX_CTL registers
during an upcoming MBUS sanitation stage. Extract the reprogramming
loop into a helper that doesn't depend on the full atomic state
so that it can be reused.
Signed-off-by: Ville Syrjälä
---
drivers/gpu/drm/i915/di