Lines Matching refs:old_state
6108 static void valleyview_modeset_commit_cdclk(struct drm_atomic_state *old_state) in valleyview_modeset_commit_cdclk() argument
6110 struct drm_device *dev = old_state->dev; in valleyview_modeset_commit_cdclk()
6111 unsigned int req_cdclk = to_intel_atomic_state(old_state)->cdclk; in valleyview_modeset_commit_cdclk()
9565 static void broxton_modeset_commit_cdclk(struct drm_atomic_state *old_state) in broxton_modeset_commit_cdclk() argument
9567 struct drm_device *dev = old_state->dev; in broxton_modeset_commit_cdclk()
9568 unsigned int req_cdclk = to_intel_atomic_state(old_state)->cdclk; in broxton_modeset_commit_cdclk()
9713 static void broadwell_modeset_commit_cdclk(struct drm_atomic_state *old_state) in broadwell_modeset_commit_cdclk() argument
9715 struct drm_device *dev = old_state->dev; in broadwell_modeset_commit_cdclk()
9716 unsigned int req_cdclk = to_intel_atomic_state(old_state)->cdclk; in broadwell_modeset_commit_cdclk()
12688 struct drm_atomic_state *old_state) in check_connector_state() argument
12694 for_each_connector_in_state(old_state, connector, old_conn_state, i) { in check_connector_state()
12748 check_crtc_state(struct drm_device *dev, struct drm_atomic_state *old_state) in check_crtc_state() argument
12756 for_each_crtc_in_state(old_state, crtc, old_crtc_state, i) { in check_crtc_state()
12769 pipe_config->base.state = old_state; in check_crtc_state()
12872 struct drm_atomic_state *old_state) in intel_modeset_check_state() argument
12875 check_connector_state(dev, old_state); in intel_modeset_check_state()
12877 check_crtc_state(dev, old_state); in intel_modeset_check_state()
13493 const struct drm_plane_state *old_state) in intel_cleanup_plane_fb() argument
13496 struct drm_i915_gem_object *obj = intel_fb_obj(old_state->fb); in intel_cleanup_plane_fb()
13504 intel_unpin_fb_obj(old_state->fb, old_state); in intel_cleanup_plane_fb()