Skip to content

Commit

Permalink
drm/i915/cnl: Reprogram DMC firmware after S3/S4 resume
Browse files Browse the repository at this point in the history
The DMC firmware program memory is lost after S3/S4 system suspend, so
we need to reprogram it during resume.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=103070
Fixes: cebfcea ("drm/i915/DMC/CNL: Load DMC on CNL")
Cc: Anusha Srivatsa <anusha.srivatsa@intel.com>
Cc: Animesh Manna <animesh.manna@intel.com>
Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
Signed-off-by: Imre Deak <imre.deak@intel.com>
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20171003095159.711-1-imre.deak@intel.com
(cherry picked from commit 57522c4)
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
  • Loading branch information
ideak authored and rodrigovivi committed Oct 4, 2017
1 parent 7130013 commit 2a8408e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions drivers/gpu/drm/i915/intel_runtime_pm.c
Original file line number Diff line number Diff line change
Expand Up @@ -2782,6 +2782,9 @@ static void cnl_display_core_init(struct drm_i915_private *dev_priv, bool resume

/* 6. Enable DBUF */
gen9_dbuf_enable(dev_priv);

if (resume && dev_priv->csr.dmc_payload)
intel_csr_load_program(dev_priv);
}

#undef CNL_PROCMON_IDX
Expand Down

0 comments on commit 2a8408e

Please sign in to comment.