Message ID | 20221124162123.16870-1-gustavo.sousa@intel.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [v3] drm/i915/dmc: Update DG2 DMC version to v2.08 | expand |
Just a quick note: firmware PR hasn't been applied yet. Waiting... -- Gustavo Sousa
On Thu, Nov 24, 2022 at 01:27:40PM -0300, Gustavo Sousa wrote:
> Just a quick note: firmware PR hasn't been applied yet. Waiting...
Firmware PR merged into linux-firmware!
--
Gustavo Sousa
On Wed, 2022-11-30 at 10:42 -0300, Gustavo Sousa wrote: > On Thu, Nov 24, 2022 at 01:27:40PM -0300, Gustavo Sousa wrote: > > Just a quick note: firmware PR hasn't been applied yet. Waiting... > > Firmware PR merged into linux-firmware! Thanks for the patch and the heads up. Patch is now pushed to drm-intel-next and already cherry-picked to drm-intel-next-fixes. > > -- > Gustavo Sousa
diff --git a/drivers/gpu/drm/i915/display/intel_dmc.c b/drivers/gpu/drm/i915/display/intel_dmc.c index 081a4d0083b1..eff3add70611 100644 --- a/drivers/gpu/drm/i915/display/intel_dmc.c +++ b/drivers/gpu/drm/i915/display/intel_dmc.c @@ -52,8 +52,8 @@ #define DISPLAY_VER12_DMC_MAX_FW_SIZE ICL_DMC_MAX_FW_SIZE -#define DG2_DMC_PATH DMC_PATH(dg2, 2, 07) -#define DG2_DMC_VERSION_REQUIRED DMC_VERSION(2, 07) +#define DG2_DMC_PATH DMC_PATH(dg2, 2, 08) +#define DG2_DMC_VERSION_REQUIRED DMC_VERSION(2, 8) MODULE_FIRMWARE(DG2_DMC_PATH); #define ADLP_DMC_PATH DMC_PATH(adlp, 2, 16)
Release notes: 1. Fixes for Register noclaims and few restore. Fixes: c4cf059d9c2c ("drm/i915/dmc: Update DG2 DMC firmware to v2.07") Signed-off-by: Gustavo Sousa <gustavo.sousa@intel.com> --- v2: - Use correct numbering for the minor version (8 instead of the invalid octal 08). v3: - Add "Fixes:" trailer. drivers/gpu/drm/i915/display/intel_dmc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)