[CI] drm/i915/GuC: use MTL GuC from the CI folder

2024-07-08 Thread Julia Filipchuk
This is to test new GuC release before upstream. Patch is for testing only. Do not merge. Signed-off-by: Julia Filipchuk --- drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c b/drivers/gpu/drm

[CI] drm/i915/guc: Pick GuC from CI folder for ADLP,DG1,DG2,TGL,MTL

2024-07-30 Thread Julia Filipchuk
This is to test the new GuC release before overwriting the existing one. This patch is for CI only to test new firmware before upstream. Signed-off-by: Julia Filipchuk --- drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a

[PATCH] drm/i915/guc: avoid FIELD_PREP warning

2024-04-30 Thread Julia Filipchuk
LV_0_KEY is an unsigned value to avoid the warning. Fixes: 77b6f79df66e ("drm/i915/guc: Update to GuC version 69.0.3") Signed-off-by: Arnd Bergmann Reviewed-by: Michal Wajdeczko Signed-off-by: Julia Filipchuk --- Resubmit of a previous patch that was reviewed but never merged. Patch res

Re: [PATCH v2] drm/i915/guc: Enable w/a 16021333562 for DG2, MTL and ARL

2024-06-06 Thread Julia Filipchuk
on > --- Reviewed-by: Julia Filipchuk

[CI] drm/i915/guc: Test new GuC v70.36.0 for ADL-P, DG1, DG2, MTL, TGL

2024-11-12 Thread Julia Filipchuk
UAPI compatiblity version 1.17.0 This patch is for testing only. If testing is successful the binary blobs will replace the major versioned '*_guc_70.bin' files for given platforms. Signed-off-by: Julia Filipchuk --- drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c | 12 ++-- 1 file

[CI] drm/i915/guc: Test new GuC v70.35.1 for ADL-P, DG1, DG2, MTL, TGL

2024-11-06 Thread Julia Filipchuk
UAPI compatiblity version 1.16.1 This patch is for testing only. If testing is successful the binary blobs will replace the major versioned '*_guc_70.bin' files for given platforms. Signed-off-by: Julia Filipchuk --- drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c | 12 ++-- 1 file

Re: [PATCH] drm/i915: Add debug print about hw config table size

2025-01-13 Thread Julia Filipchuk
Explicit printing prior to guc interaction provides the needed information. We could always add more detailed logging of internal state, but this seems like a fine trade-off. Reviewed-by: Julia Filipchuk

[PATCH] drm/i915/guc: Enable DUAL_QUEUE_WA for newer platforms

2025-04-18 Thread Julia Filipchuk
starting from MTL supporting CCS. Signed-off-by: Julia Filipchuk --- drivers/gpu/drm/i915/gt/intel_gt.h | 8 drivers/gpu/drm/i915/gt/uc/intel_guc.c | 9 ++--- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/i915/gt/intel_gt.h b/drivers/gpu/drm

[PATCH v2] drm/i915/guc: Enable DUAL_QUEUE_WA for newer platforms

2025-04-28 Thread Julia Filipchuk
starting from MTL supporting CCS. v2: Use existing macros for version check. (Jani) Signed-off-by: Julia Filipchuk --- drivers/gpu/drm/i915/gt/uc/intel_guc.c | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/i915/gt/uc/intel_guc.c b/drivers/gpu/drm

Re: [PATCH] drm/i915/guc: Enable DUAL_QUEUE_WA for newer platforms

2025-04-28 Thread Julia Filipchuk
Appreciate the suggestion. The additional checks in the IS_GFX_GT_IP_RANGE macro must be for legacy changes and not needed here.

[PATCH v3] drm/i915/guc: Enable DUAL_QUEUE_WA for newer platforms

2025-05-02 Thread Julia Filipchuk
for all platforms starting from MTL supporting CCS. v2: Use existing macros for version check. (Jani) v3: Reword explanation for clarity. Remove unneeded parens. Remove accidental comment change. (Daniele) Signed-off-by: Julia Filipchuk Cc: Daniele Ceraolo Spurio --- drivers/gpu/drm/i915/gt

[CI] drm/i915/guc: Test new GuC v70.45.2 for DG2

2025-05-21 Thread Julia Filipchuk
UAPI compatiblity version 1.21.2 This patch is for testing only. If testing is successful the binary blobs will replace the major versioned *_guc_70.bin files for given platforms. Signed-off-by: Julia Filipchuk --- drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c | 2 +- 1 file changed, 1 insertion