File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
drivers/gpu/drm/i915/display Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 6363#define DG2_DMC_PATH DMC_LEGACY_PATH(dg2, 2, 08)
6464MODULE_FIRMWARE (DG2_DMC_PATH );
6565
66- #define ADLP_DMC_PATH DMC_LEGACY_PATH(adlp, 2, 16)
66+ #define ADLP_DMC_PATH DMC_PATH(adlp)
67+ #define ADLP_DMC_FALLBACK_PATH DMC_LEGACY_PATH(adlp, 2, 16)
6768MODULE_FIRMWARE (ADLP_DMC_PATH );
69+ MODULE_FIRMWARE (ADLP_DMC_FALLBACK_PATH );
6870
6971#define ADLS_DMC_PATH DMC_LEGACY_PATH(adls, 2, 01)
7072MODULE_FIRMWARE (ADLS_DMC_PATH );
@@ -855,7 +857,9 @@ static void intel_dmc_runtime_pm_put(struct drm_i915_private *dev_priv)
855857
856858static const char * dmc_fallback_path (struct drm_i915_private * i915 )
857859{
858- /* No fallback paths for now. */
860+ if (IS_ALDERLAKE_P (i915 ))
861+ return ADLP_DMC_FALLBACK_PATH ;
862+
859863 return NULL ;
860864}
861865
You can’t perform that action at this time.
0 commit comments