summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_csr.c
diff options
context:
space:
mode:
authorDaniel Vetter2016-07-14 16:15:04 +0200
committerDaniel Vetter2016-07-21 22:23:04 +0200
commit843759a5f81d0b65df12f3bb6627fc7c3e450a98 (patch)
treeac0bf0a6d0d68ba7f384e5d5a78085d9f38d920c /drivers/gpu/drm/i915/intel_csr.c
parentdrm/i915: use i915_gem_object_put_unlocked() after releasing mutex (diff)
downloadkernel-qcow2-linux-843759a5f81d0b65df12f3bb6627fc7c3e450a98.tar.gz
kernel-qcow2-linux-843759a5f81d0b65df12f3bb6627fc7c3e450a98.tar.xz
kernel-qcow2-linux-843759a5f81d0b65df12f3bb6627fc7c3e450a98.zip
drm/i915: Remove misleading CSR firmware loading docs
I forgot to remove these when reworking the firmware loading sequence last year. The new sequence is that we load firmware, and if it's not there we entirely (and permanently) fail dmc setup. Reported-by: Dave Gordon <david.s.gordon@intel.com> Reviewed-by: Dave Gordon <david.s.gordon@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/1468505704-17391-1-git-send-email-daniel.vetter@ffwll.ch
Diffstat (limited to 'drivers/gpu/drm/i915/intel_csr.c')
-rw-r--r--drivers/gpu/drm/i915/intel_csr.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/gpu/drm/i915/intel_csr.c b/drivers/gpu/drm/i915/intel_csr.c
index c3b33a10c15c..1ea0e1f43397 100644
--- a/drivers/gpu/drm/i915/intel_csr.c
+++ b/drivers/gpu/drm/i915/intel_csr.c
@@ -32,13 +32,6 @@
* onwards to drive newly added DMC (Display microcontroller) in display
* engine to save and restore the state of display engine when it enter into
* low-power state and comes back to normal.
- *
- * Firmware loading status will be one of the below states: FW_UNINITIALIZED,
- * FW_LOADED, FW_FAILED.
- *
- * Once the firmware is written into the registers status will be moved from
- * FW_UNINITIALIZED to FW_LOADED and for any erroneous condition status will
- * be moved to FW_FAILED.
*/
#define I915_CSR_KBL "i915/kbl_dmc_ver1_01.bin"