drm/i915/dmc: define firmware URL locally
authorJani Nikula <jani.nikula@intel.com>
Fri, 5 Apr 2024 19:37:39 +0000 (22:37 +0300)
committerJani Nikula <jani.nikula@intel.com>
Mon, 8 Apr 2024 08:03:16 +0000 (11:03 +0300)
commit7b16510592eb52b1b630b2f55346e53009ef5906
tree1cad51677b513e1842606db87c119379d5489fe8
parent58387e8383f78d70f236ba4e31906162c66b3023
drm/i915/dmc: define firmware URL locally

Avoid the dependency on intel_uc_fw.h, and allow removal of xe compat
intel_uc_fw.h. If there needs to be duplication of the URL, at least
have the duplication in a sensible way.

Cc: Lucas De Marchi <lucas.demarchi@intel.com>
Reviewed-by: Lucas De Marchi <lucas.demarchi@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/15935837a0c15f861bb2a688cc53514f47153ef3.1712345787.git.jani.nikula@intel.com
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
drivers/gpu/drm/i915/display/intel_dmc.c
drivers/gpu/drm/xe/compat-i915-headers/i915_drv.h
drivers/gpu/drm/xe/compat-i915-headers/intel_uc_fw.h [deleted file]