commit | e7351a8474d2df929751ef1397ac7f9c6d3c4e22 | [log] [tgz] |
---|---|---|
author | Jani Nikula <jani.nikula@intel.com> | Wed Sep 26 16:34:14 2018 +0300 |
committer | Jani Nikula <jani.nikula@intel.com> | Thu Sep 27 09:25:19 2018 +0300 |
tree | e29b40f72716760374de6bd9a139ad6925802637 | |
parent | d8a5b7d79fb7de60d9f0b9c56ebd8ef9f507d362 [diff] |
drm/i915/csr: bypass firmware request on i915.dmc_firmware_path="" With i915.dmc_firmware_path="" it's obvious the intention is to disable CSR firmware loading. Bypass the firmware request altogether in this case, with more obvious debug logging. v2: Use DRM_INFO for logging (Chris) Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Jani Nikula <jani.nikula@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20180926133414.22073-3-jani.nikula@intel.com