drm/i915/dmc: Use unversioned path for ADLP
authorGustavo Sousa <gustavo.sousa@intel.com>
Mon, 23 Jan 2023 18:20:21 +0000 (15:20 -0300)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Tue, 24 Jan 2023 19:43:09 +0000 (14:43 -0500)
commit81f66500f7c9e80c01bde8eb2cb78054051058e2
tree09fabf5fb5e7bae3b0145dfc7edbafafa771d97a
parentff6f11afd792b59563b12b382d496279d63a55c0
drm/i915/dmc: Use unversioned path for ADLP

The new DMC release for ADLP (v2.18) in linux-firmware adopted the new
convention of using unversioned filenames, so update the driver code for
that new release. Keep the latest versioned path as fallback so we do
not cause regressions.

Signed-off-by: Gustavo Sousa <gustavo.sousa@intel.com>
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230123182021.31239-3-gustavo.sousa@intel.com
drivers/gpu/drm/i915/display/intel_dmc.c