mbox series

[v4,0/1] drm/i915/dmc: Make firmware loading backwards-compatible

Message ID 20221230182422.29680-1-gustavo.sousa@intel.com (mailing list archive)
Headers show
Series drm/i915/dmc: Make firmware loading backwards-compatible | expand

Message

Gustavo Sousa Dec. 30, 2022, 6:24 p.m. UTC
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@intel.com>

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(-)