Re: [PATCH 13/19] drm/i915: Skip some bw_state readout on pre-icl

2025-03-06 Thread Ville Syrjälä
On Tue, Mar 04, 2025 at 02:20:51PM +, Govindapillai, Vinod wrote: > On Tue, 2025-02-18 at 23:19 +0200, Ville Syrjala wrote: > > From: Ville Syrjälä > > > > We only compute bw_state->data_rate and bw_state->num_active_planes > > on icl+. Do the same during readout so that we don't leave random

Re: [PATCH 13/19] drm/i915: Skip some bw_state readout on pre-icl

2025-03-04 Thread Govindapillai, Vinod
On Tue, 2025-02-18 at 23:19 +0200, Ville Syrjala wrote: > From: Ville Syrjälä > > We only compute bw_state->data_rate and bw_state->num_active_planes > on icl+. Do the same during readout so that we don't leave random > junk inside the state. > > Signed-off-by: Ville Syrjälä > --- >  drivers/gp