This patch series changes DMC loading to be partially backwards-compatible by removing version checking. Future patches in linux-firmware should start using unversioned filenames and we will gradually adapt i915 to use them. For platforms already supported, the change to unversioned paths will require a fallback mechanism (alternatively load from versioned paths) to avoid regression. Let's do that when the time comes. This version differs from v3 in that we are postponing reorganization of macros and implementation of the fallback mechanism to when we need it. Signed-off-by: Gustavo Sousa <gustavo.sousa@xxxxxxxxx> Gustavo Sousa (1): drm/i915/dmc: Do not require specific versions drivers/gpu/drm/i915/display/intel_dmc.c | 35 ------------------------ drivers/gpu/drm/i915/display/intel_dmc.h | 1 - 2 files changed, 36 deletions(-) -- 2.39.0