[Intel-gfx] [PATCH] drm/i915/dmc: Add MTL DMC firmware v2.10

2022-11-17 Thread Madhumitha Tolakanahalli Pradeep
This patch adds DMC firmware v2.10 for Meteorlake. Release Notes: 1.DCstate residency counter 2.Traphit fix 3.LM TONEFACT fix 4.Ramp up timer fix(PFET) Signed-off-by: Madhumitha Tolakanahalli Pradeep --- drivers/gpu/drm/i915/display/intel_dmc.c | 4 1 file changed, 4 insertions(+) diff

[Intel-gfx] [PATCH 0/1] [CI] Bump DG2 DMC firmware to v2.07

2022-07-27 Thread Madhumitha Tolakanahalli Pradeep
The following changes since commit 150864a4d73e8c448eb1e2c68e65f07635fe1a66: amdgpu partially revert "amdgpu: update beige goby to release 22.20" (2022-07-25 14:16:04 -0400) are available in the Git repository at: git://anongit.freedesktop.org/drm/drm-firmware dg2_dmc_2_07 for you to

[Intel-gfx] [PATCH 1/1] drm/i915/dmc: Update DG2 DMC firmware to v2.07

2022-07-27 Thread Madhumitha Tolakanahalli Pradeep
The release notes mention that DMC v2.07 has a workaround for MMIO hang issue when DC States are enabled. Signed-off-by: Madhumitha Tolakanahalli Pradeep --- drivers/gpu/drm/i915/display/intel_dmc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/i915

[Intel-gfx] [PATCH 1/1] drm/i915/dmc: Update DMC to v2.16 on ADL-P

2022-02-23 Thread Madhumitha Tolakanahalli Pradeep
Changes since v2.14: - Release Notes for v2.15 Fix for corruption issue when DC States are enabled. - Release Notes for v2.16 Fix for cases with flip queue and DC6v are enabled. Signed-off-by: Madhumitha Tolakanahalli Pradeep --- drivers/gpu/drm/i915

[Intel-gfx] [PATCH 0/1] Bump DMC to v2.16 on ADL-P

2022-02-23 Thread Madhumitha Tolakanahalli Pradeep
Resending the patch to load the latest version of DMC on ADL-P as the previous one had false CI fail postives. Madhumitha Tolakanahalli Pradeep (1): drm/i915/dmc: Update DMC to v2.16 on ADL-P drivers/gpu/drm/i915/display/intel_dmc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions

[Intel-gfx] [PATCH 1/1] drm/i915/dmc: Update DMC to v2.16 on ADL-P

2022-02-09 Thread Madhumitha Tolakanahalli Pradeep
Changes since v2.14: - Release Notes for v2.15 Fix for corruption issue when DC States are enabled. - Release Notes for v2.16 Fix for cases with flip queue and DC6v are enabled. Signed-off-by: Madhumitha Tolakanahalli Pradeep --- drivers/gpu/drm/i915

[Intel-gfx] [PATCH 0/1] Bump DMC Version on ADL-P to v2.16

2022-02-09 Thread Madhumitha Tolakanahalli Pradeep
The following changes since commit eb8ea1b46893c42edbd516f971a93b4d097730ab: Merge branch 'v1.1.7' of https://github.com/irui- wang/linux_fw_vpu_v1.1.7 into main (2022-01-24 06:49:52 -0500) are available in the Git repository at: git://anongit.freedesktop.org/drm/drm-firmware adlp_dmc_v2.16

[Intel-gfx] [PATCH] drm/i915/dmc: Eliminate remnant GEN references

2021-12-16 Thread Madhumitha Tolakanahalli Pradeep
Replace GEN with DISPLAY_VER, in line with the naming convention followed in the i915 driver code. Signed-off-by: Madhumitha Tolakanahalli Pradeep --- drivers/gpu/drm/i915/display/intel_dmc.c | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/drivers/gpu/drm

[Intel-gfx] [PATCH] drm/i915/dmc: Change DMC FW size on ADL-P

2021-12-06 Thread Madhumitha Tolakanahalli Pradeep
Increase the size of DMC on ADL-P to account for support of new features in the current/upcoming DMC versions. Signed-off-by: Madhumitha Tolakanahalli Pradeep --- drivers/gpu/drm/i915/display/intel_dmc.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm

[Intel-gfx] [v2 0/1] Bump DMC to v2.14 on ADL-P

2021-12-01 Thread Madhumitha Tolakanahalli Pradeep
for you to fetch changes up to dd81b8ccf199693e382596eb785cffde9db217c6: i915: Add DMC firmware v2.14 for ADL-P (2021-11-17 17:49:57 -0800) Madhumitha Tolakanahalli Pradeep (1): drm/i915/dmc: Update DMC to v2.14 on ADL-P drivers/gpu/drm/i915/display/intel_dmc.c | 4 ++-- 1 file changed, 2

[Intel-gfx] [v2 1/1] drm/i915/dmc: Update DMC to v2.14 on ADL-P

2021-12-01 Thread Madhumitha Tolakanahalli Pradeep
-off-by: Madhumitha Tolakanahalli Pradeep --- drivers/gpu/drm/i915/display/intel_dmc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/i915/display/intel_dmc.c b/drivers/gpu/drm/i915/display/intel_dmc.c index 2dc9d632969d..8617cd1ec9b2 100644 --- a/drivers

[Intel-gfx] [PATCH 0/1] Bump DMC version on ADL-P to v2.14

2021-11-18 Thread Madhumitha Tolakanahalli Pradeep
for you to fetch changes up to dd81b8ccf199693e382596eb785cffde9db217c6: i915: Add DMC firmware v2.14 for ADL-P (2021-11-17 17:49:57 -0800) Madhumitha Tolakanahalli Pradeep (1): i915: Add DMC firmware v2.14 for ADL-P WHENCE

[Intel-gfx] [PATCH 1/1] drm/i915/dmc: Update DMC to v2.14 on ADL-P

2021-11-18 Thread Madhumitha Tolakanahalli Pradeep
The release notes mention that DMC v2.14 provides - 1. Fix for Flip queue roll over cases with DC6v 2. Enhancement for residency 3. Workaround for 3Dlut restore issue Signed-off-by: Madhumitha Tolakanahalli Pradeep --- drivers/gpu/drm/i915/display/intel_dmc.c | 4 ++-- 1 file changed, 2

[Intel-gfx] [PATCH] drm/i915/display/tgl: Implement Wa_14013120569

2021-06-28 Thread Madhumitha Tolakanahalli Pradeep
PCH display HPD IRQ is not detected with default filter value. So, PP_CONTROL is manually reprogrammed. Signed-off-by: Madhumitha Tolakanahalli Pradeep --- .../gpu/drm/i915/display/intel_display_power.c | 8 drivers/gpu/drm/i915/display/intel_hotplug.c | 16 2

[Intel-gfx] [PATCH] drm/i915/tgl: Enabling DSC on Pipe A for TGL

2019-08-22 Thread Madhumitha Tolakanahalli Pradeep
-by: Madhumitha Tolakanahalli Pradeep --- drivers/gpu/drm/i915/display/intel_dp.c | 21 + 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/drivers/gpu/drm/i915/display/intel_dp.c b/drivers/gpu/drm/i915/display/intel_dp.c index 4884c87c8ed7..e2c8fe274c84 100644

[Intel-gfx] [PATCH] drm/i915/tgl: Enabling DSC on Pipe A for TGL

2019-08-14 Thread Madhumitha Tolakanahalli Pradeep
Removing restriction on Pipe A as TigerLake onwards, all the pipes support DSC. Cc: Manasi Navare Signed-off-by: Madhumitha Tolakanahalli Pradeep --- drivers/gpu/drm/i915/display/intel_dp.c | 16 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/drivers/gpu/drm