✓ Fi.CI.BAT: success for Extend Wa14019159160 and enable for ARL and DG2

2024-06-21 Thread Patchwork
== Series Details == Series: Extend Wa14019159160 and enable for ARL and DG2 URL : https://patchwork.freedesktop.org/series/135208/ State : success == Summary == CI Bug Log - changes from CI_DRM_14987 -> Patchwork_135208v1 Summary ---

✗ Fi.CI.SPARSE: warning for Extend Wa14019159160 and enable for ARL and DG2

2024-06-21 Thread Patchwork
== Series Details == Series: Extend Wa14019159160 and enable for ARL and DG2 URL : https://patchwork.freedesktop.org/series/135208/ State : warning == Summary == Error: dim sparse failed Sparse version: v0.6.2 Fast mode used, each commit won't be checked separately.

✓ Fi.CI.BAT: success for Extend Wa14019159160 and enable for ARL

2024-06-21 Thread Patchwork
== Series Details == Series: Extend Wa14019159160 and enable for ARL URL : https://patchwork.freedesktop.org/series/135205/ State : success == Summary == CI Bug Log - changes from CI_DRM_14987 -> Patchwork_135205v1 Summary ---

✗ Fi.CI.SPARSE: warning for Extend Wa14019159160 and enable for ARL

2024-06-21 Thread Patchwork
== Series Details == Series: Extend Wa14019159160 and enable for ARL URL : https://patchwork.freedesktop.org/series/135205/ State : warning == Summary == Error: dim sparse failed Sparse version: v0.6.2 Fast mode used, each commit won't be checked separately.

[PATCH 0/3] [CI] Extend Wa14019159160 and enable for ARL and DG2

2024-06-21 Thread John . C . Harrison
From: John Harrison The context switch out workaround requires an extra piece on top. Also, it applies to more platforms. Signed-off-by: John Harrison John Harrison (3): drm/i915/arl: Enable Wa_14019159160 for ARL drm/i915/guc: Extend w/a 14019159160 drm/i915/dg2: Enable Wa_14019159160

[PATCH 3/3] drm/i915/dg2: Enable Wa_14019159160 for DG2

2024-06-21 Thread John . C . Harrison
From: John Harrison The context switch hold out workaround also applies to DG2. Signed-off-by: John Harrison --- drivers/gpu/drm/i915/gt/uc/intel_guc.c | 3 ++- drivers/gpu/drm/i915/gt/uc/intel_guc_ads.c | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git

[PATCH 1/3] drm/i915/arl: Enable Wa_14019159160 for ARL

2024-06-21 Thread John . C . Harrison
From: John Harrison The context switch out workaround also applies to ARL. Signed-off-by: John Harrison --- drivers/gpu/drm/i915/gt/uc/intel_guc.c | 2 +- drivers/gpu/drm/i915/gt/uc/intel_guc_ads.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git

[PATCH 2/3] drm/i915/guc: Extend w/a 14019159160

2024-06-21 Thread John . C . Harrison
From: John Harrison There is a new part to an existing workaround, so enable that piece as well. v2: Extend even further. v3: Drop DG2 as there are CI failures still to resolve. Also re-order the parameters to a function to reduce excessive line wrapping. Signed-off-by: John Harrison ---

[PATCH 2/2] drm/i915/guc: Extend w/a 14019159160

2024-06-21 Thread John . C . Harrison
From: John Harrison There is a new part to an existing workaround, so enable that piece as well. v2: Extend even further. v3: Drop DG2 as there are CI failures still to resolve. Also re-order the parameters to a function to reduce excessive line wrapping. Signed-off-by: John Harrison ---

[PATCH 0/2] Extend Wa14019159160 and enable for ARL

2024-06-21 Thread John . C . Harrison
From: John Harrison The context switch out workaround requires an extra piece on top. Also, it applies to more platforms. Signed-off-by: John Harrison John Harrison (2): drm/i915/arl: Enable Wa_14019159160 for ARL drm/i915/guc: Extend w/a 14019159160

[PATCH 1/2] drm/i915/arl: Enable Wa_14019159160 for ARL

2024-06-21 Thread John . C . Harrison
From: John Harrison The context switch out workaround also applies to ARL. Signed-off-by: John Harrison --- drivers/gpu/drm/i915/gt/uc/intel_guc.c | 2 +- drivers/gpu/drm/i915/gt/uc/intel_guc_ads.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git

[PATCH i-g-t] test/xe_gt_freq: Add helper to read RPe freq

2024-06-21 Thread Vinay Belgaumkar
We are seeing a possible switch in RPe right after RC6 wakeup. Ensure we obtain the latest RPe by reading it every time. Fixes: adcc68266b8e ("tests/intel/xe_gt_freq: Check for RPe freq updates") Signed-off-by: Vinay Belgaumkar --- tests/intel/xe_gt_freq.c | 43

Re: [PATCH] drm/i915/display: Consider adjusted_pixel_rate to be u64

2024-06-21 Thread Rodrigo Vivi
On Fri, Jun 21, 2024 at 01:04:54PM +0530, Mitul Golani wrote: > Consider adjusted_pixel_rate to be a u64 to match the return > type of mul_u32_u32() and avoid any compiler dependency for > do_div. Reviewed-by: Rodrigo Vivi > > Fixes: 1676ecd303ac ("drm/i915: Compute CMRR and calculate vtotal")

✓ Fi.CI.BAT: success for drm/i915/display: Consider adjusted_pixel_rate to be u64

2024-06-21 Thread Patchwork
== Series Details == Series: drm/i915/display: Consider adjusted_pixel_rate to be u64 URL : https://patchwork.freedesktop.org/series/135163/ State : success == Summary == CI Bug Log - changes from CI_DRM_14985 -> Patchwork_135163v1 Summary

[PATCH] drm/i915/display: Consider adjusted_pixel_rate to be u64

2024-06-21 Thread Mitul Golani
Consider adjusted_pixel_rate to be a u64 to match the return type of mul_u32_u32() and avoid any compiler dependency for do_div. Fixes: 1676ecd303ac ("drm/i915: Compute CMRR and calculate vtotal") Cc: Mitul Golani Cc: Ankit Nautiyal Cc: Suraj Kandpal Cc: Jani Nikula Cc: Rodrigo Vivi Cc: