[PATCH v3] drm/i915/display: Don't update DBUF_TRACKER_STATE_SERVICE

2025-01-08 Thread Ravi Kumar Vodapalli
ated should use their default value. Bspec: 49213 Signed-off-by: Ravi Kumar Vodapalli --- drivers/gpu/drm/i915/display/intel_display_power.c | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/drivers/gpu/drm/i915/display/intel_display_power.c b/drivers/gpu/d

[PATCH v2] drm/i915/display: Don't update DBUF_TRACKER_STATE_SERVICE

2025-01-07 Thread Ravi Kumar Vodapalli
fault value Bspec: 49213 Signed-off-by: Ravi Kumar Vodapalli --- drivers/gpu/drm/i915/display/intel_display_power.c | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/drivers/gpu/drm/i915/display/intel_display_power.c b/drivers/gpu/drm/i915/display/intel_display_power.c

[PATCH] drm/i915/display: Don't update DBUF_TRACKER_STATE_SERVICE

2024-12-20 Thread Ravi Kumar Vodapalli
their default value Bspec: 49213 Signed-off-by: Ravi Kumar Vodapalli --- drivers/gpu/drm/i915/display/intel_display_power.c | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/drivers/gpu/drm/i915/display/intel_display_power.c b/drivers/gpu/drm/i915/display

[PATCH] drm/i915/display: Don't program DBUF_CTL tracker state service

2024-12-19 Thread Ravi Kumar Vodapalli
value is already 0x8 so don't program them. Bspec: 49213 Signed-off-by: Ravi Kumar Vodapalli --- drivers/gpu/drm/i915/display/intel_display_power.c | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/drivers/gpu/drm/i915/display/intel_display_power.c b/drivers/gpu/drm

[PATCH] drm/i915/display: Don't program DBUF_CTL tracker state service

2024-12-17 Thread Ravi Kumar Vodapalli
value is already 0x8 so don't program them. Bspec: 49213 Signed-off-by: Ravi Kumar Vodapalli --- drivers/gpu/drm/i915/display/intel_display_power.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/i915/display/intel_display_power.c b/drivers/gpu/drm

[PATCH] drm/i915/display: program DBUF_CTL tracker state service to 0x8

2024-12-16 Thread Ravi Kumar Vodapalli
value is not 0x8, hence set to 0x8. For remaining platforms the default value is already 0x8 so no need to program them. Bspec: 49213 Signed-off-by: Ravi Kumar Vodapalli --- drivers/gpu/drm/i915/display/intel_display_power.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a

[PATCH] drm/i915/display: program DBUF_CTL tracker state service to 0x8

2024-12-16 Thread Ravi Kumar Vodapalli
Program Tracker state service(DBUF_CTL Register) for TGLLP, SVL, RYF, DG1, ACM, ACMPLUS, RKLC, RKLGM, ADLS platforms to 0x8 which is not the default value. Bspec: 49213 Signed-off-by: Ravi Kumar Vodapalli --- drivers/gpu/drm/i915/display/intel_display_power.c | 4 +++- 1 file changed, 3

[PATCH] drm/i915: Add new PCI IDs to DG2 platform in driver

2024-03-26 Thread Ravi Kumar Vodapalli
New PCI IDs are added in Bspec for DG2 platform, add them in driver Bspec: 44477 Signed-off-by: Ravi Kumar Vodapalli --- include/drm/i915_pciids.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/drm/i915_pciids.h b/include/drm/i915_pciids.h index 28a96aa1e08f

[PATCH] drm/i915: Add new pciid's to DG2 platform

2024-03-26 Thread Ravi Kumar Vodapalli
New pciid's are added in Bspec for DG2 platform Bspec: 44477 Signed-off-by: Ravi Kumar Vodapalli --- include/drm/xe_pciids.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/drm/xe_pciids.h b/include/drm/xe_pciids.h index ab4a8987ac65..c7fc288dacee 100644

[PATCH] drm/i915/display: update pll values in sync with Bspec for MTL

2024-02-13 Thread Ravi Kumar Vodapalli
DP/eDP and HDMI C20 PHY PLL values were updated for MTL platform Signed-off-by: Ravi Kumar Vodapalli --- drivers/gpu/drm/i915/display/intel_cx0_phy.c | 32 ++-- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/drivers/gpu/drm/i915/display/intel_cx0_phy.c b

[PATCH] drm/i915/display: update pll values in sync with Bspec for MTL

2024-02-13 Thread Ravi Kumar Vodapalli
DP/eDP and HDMI C20 PHY PLL values were updated for MTL platform Signed-off-by: Ravi Kumar Vodapalli --- drivers/gpu/drm/i915/display/intel_cx0_phy.c | 32 ++-- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/drivers/gpu/drm/i915/display/intel_cx0_phy.c b