diff options
| author | Arnaldo Carvalho de Melo <[email protected]> | 2022-03-14 19:15:16 -0300 | 
|---|---|---|
| committer | Arnaldo Carvalho de Melo <[email protected]> | 2022-03-14 19:15:16 -0300 | 
| commit | 65eab2bc7dab326ee892ec5a4c749470b368b51a (patch) | |
| tree | 341189a55a3d021db7f1c8a8e5b4772b6c782c25 /drivers/gpu/drm/i915/display/intel_bw.h | |
| parent | f693dac4794fae99c04f75a3a1a5c4018bb33144 (diff) | |
| parent | 09688c0166e76ce2fb85e86b9d99be8b0084cdf9 (diff) | |
Merge remote-tracking branch 'torvalds/master' into perf/core
To pick up fixes that went thru perf/urgent.
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/i915/display/intel_bw.h')
| -rw-r--r-- | drivers/gpu/drm/i915/display/intel_bw.h | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/drivers/gpu/drm/i915/display/intel_bw.h b/drivers/gpu/drm/i915/display/intel_bw.h index 46c6eecbd917..0ceaed1c9656 100644 --- a/drivers/gpu/drm/i915/display/intel_bw.h +++ b/drivers/gpu/drm/i915/display/intel_bw.h @@ -30,19 +30,19 @@ struct intel_bw_state {  	 */  	u8 pipe_sagv_reject; +	/* bitmask of active pipes */ +	u8 active_pipes; +  	/*  	 * Current QGV points mask, which restricts  	 * some particular SAGV states, not to confuse  	 * with pipe_sagv_mask.  	 */ -	u8 qgv_points_mask; +	u16 qgv_points_mask;  	unsigned int data_rate[I915_MAX_PIPES];  	u8 num_active_planes[I915_MAX_PIPES]; -	/* bitmask of active pipes */ -	u8 active_pipes; -  	int min_cdclk;  }; |