mirror of
https://github.com/torvalds/linux.git
synced 2026-04-18 14:53:58 -04:00
drm/i915: s/min_cdck[]/plane_min_cdclk[]/
Rename crtc_state->min_cdclk[] into crtc_state->plane_min_cdclk[] to better reflect what it represents. Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20251013201236.30084-7-ville.syrjala@linux.intel.com Reviewed-by: Mika Kahola <mika.kahola@intel.com>
This commit is contained in:
@@ -304,7 +304,7 @@ static void intel_plane_calc_min_cdclk(struct intel_atomic_state *state,
|
||||
|
||||
new_crtc_state = intel_atomic_get_new_crtc_state(state, crtc);
|
||||
|
||||
new_crtc_state->min_cdclk[plane->id] =
|
||||
new_crtc_state->plane_min_cdclk[plane->id] =
|
||||
plane->min_cdclk(new_crtc_state, plane_state);
|
||||
}
|
||||
|
||||
@@ -391,7 +391,7 @@ void intel_plane_set_invisible(struct intel_crtc_state *crtc_state,
|
||||
crtc_state->data_rate_y[plane->id] = 0;
|
||||
crtc_state->rel_data_rate[plane->id] = 0;
|
||||
crtc_state->rel_data_rate_y[plane->id] = 0;
|
||||
crtc_state->min_cdclk[plane->id] = 0;
|
||||
crtc_state->plane_min_cdclk[plane->id] = 0;
|
||||
|
||||
plane_state->uapi.visible = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user