Skip to content

Commit

Permalink
drm/i915: Add more keywords to firmware loading message
Browse files Browse the repository at this point in the history
To find out what firmware we actually loaded (from dmesg) the explicit
'dmc' and 'firmware' are missing from the info printout. Add them.

Cc: Imre Deak <imre.deak@intel.com>
Reviewed-by: Imre Deak <imre.deak@intel.com>
Signed-off-by: Mika Kuoppala <mika.kuoppala@intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/1479288806-17355-1-git-send-email-mika.kuoppala@intel.com
  • Loading branch information
Mika Kuoppala authored and Mika Kuoppala committed Nov 21, 2016
1 parent 5841591 commit b2251c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/i915/intel_csr.c
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ static void csr_load_work_fn(struct work_struct *work)

intel_display_power_put(dev_priv, POWER_DOMAIN_INIT);

DRM_INFO("Finished loading %s (v%u.%u)\n",
DRM_INFO("Finished loading DMC firmware %s (v%u.%u)\n",
dev_priv->csr.fw_path,
CSR_VERSION_MAJOR(csr->version),
CSR_VERSION_MINOR(csr->version));
Expand Down

0 comments on commit b2251c0

Please sign in to comment.