We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e45b819 commit 003ec4cCopy full SHA for 003ec4c
drivers/gpu/drm/i915/display/intel_cdclk.c
@@ -3364,13 +3364,8 @@ void intel_cdclk_update_hw_state(struct intel_display *display)
3364
void intel_cdclk_crtc_disable_noatomic(struct intel_crtc *crtc)
3365
{
3366
struct intel_display *display = to_intel_display(crtc);
3367
- struct intel_cdclk_state *cdclk_state =
3368
- to_intel_cdclk_state(display->cdclk.obj.state);
3369
- enum pipe pipe = crtc->pipe;
3370
3371
- cdclk_state->min_cdclk[pipe] = 0;
3372
- cdclk_state->min_voltage_level[pipe] = 0;
3373
- cdclk_state->active_pipes &= ~BIT(pipe);
+ intel_cdclk_update_hw_state(display);
3374
}
3375
3376
static int intel_compute_max_dotclk(struct intel_display *display)
0 commit comments