public inbox for igt-dev@lists.freedesktop.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH] drm/i915: Enable XE_HP 4Tile support
@ 2022-12-21 15:20 Jonathan Cavitt
  2022-12-21 15:33 ` Petri Latvala
  2022-12-21 16:05 ` [igt-dev] ✗ Fi.CI.BUILD: failure for " Patchwork
  0 siblings, 2 replies; 3+ messages in thread
From: Jonathan Cavitt @ 2022-12-21 15:20 UTC (permalink / raw)
  To: igt-dev; +Cc: jonathan.cavitt, Telukuntla Sreedhar, Bommu Krishnaiah

Add .has_4tile tag to XE_HP_FEATURES set.
Remove duplicate entry from DG2_FEATURES.

Signed-off-by: Jonathan Cavitt <jonathan.cavitt@intel.com>
Cc: Bommu Krishnaiah <krishnaiah.bommu@intel.com>
Cc: Roper Matthew D <matthew.d.roper@intel.com>
Cc: Kempczynski Zbigniew <Zbigniew.Kempczynski@intel.com>
Cc: Telukuntla Sreedhar <sreedhar.telukuntla@intel.com>
Acked-by: Matt Roper <matthew.d.roper@intel.com>
---
 drivers/gpu/drm/i915/i915_pci.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/i915/i915_pci.c b/drivers/gpu/drm/i915/i915_pci.c
index 668e9da52584..7fd74cc28c0a 100644
--- a/drivers/gpu/drm/i915/i915_pci.c
+++ b/drivers/gpu/drm/i915/i915_pci.c
@@ -1017,6 +1017,7 @@ static const struct intel_device_info adl_p_info = {
 	.has_3d_pipeline = 1, \
 	.has_64bit_reloc = 1, \
 	.has_flat_ccs = 1, \
+	.has_4tile = 1, \
 	.has_global_mocs = 1, \
 	.has_gt_uc = 1, \
 	.has_llc = 1, \
@@ -1061,7 +1062,6 @@ static const struct intel_device_info xehpsdv_info = {
 	.__runtime.graphics.ip.rel = 55, \
 	.__runtime.media.ip.rel = 55, \
 	PLATFORM(INTEL_DG2), \
-	.has_4tile = 1, \
 	.has_64k_pages = 1, \
 	.has_guc_deprivilege = 1, \
 	.has_heci_pxp = 1, \
-- 
2.25.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [igt-dev] [PATCH] drm/i915: Enable XE_HP 4Tile support
  2022-12-21 15:20 [igt-dev] [PATCH] drm/i915: Enable XE_HP 4Tile support Jonathan Cavitt
@ 2022-12-21 15:33 ` Petri Latvala
  2022-12-21 16:05 ` [igt-dev] ✗ Fi.CI.BUILD: failure for " Patchwork
  1 sibling, 0 replies; 3+ messages in thread
From: Petri Latvala @ 2022-12-21 15:33 UTC (permalink / raw)
  To: Jonathan Cavitt; +Cc: igt-dev, Bommu Krishnaiah, Telukuntla Sreedhar

On Wed, Dec 21, 2022 at 07:20:25AM -0800, Jonathan Cavitt wrote:
> Add .has_4tile tag to XE_HP_FEATURES set.
> Remove duplicate entry from DG2_FEATURES.
> 
> Signed-off-by: Jonathan Cavitt <jonathan.cavitt@intel.com>
> Cc: Bommu Krishnaiah <krishnaiah.bommu@intel.com>
> Cc: Roper Matthew D <matthew.d.roper@intel.com>
> Cc: Kempczynski Zbigniew <Zbigniew.Kempczynski@intel.com>
> Cc: Telukuntla Sreedhar <sreedhar.telukuntla@intel.com>
> Acked-by: Matt Roper <matthew.d.roper@intel.com>
> ---
>  drivers/gpu/drm/i915/i915_pci.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Did you mean to send this to intel-gfx instead?


-- 
Petri Latvala



> 
> diff --git a/drivers/gpu/drm/i915/i915_pci.c b/drivers/gpu/drm/i915/i915_pci.c
> index 668e9da52584..7fd74cc28c0a 100644
> --- a/drivers/gpu/drm/i915/i915_pci.c
> +++ b/drivers/gpu/drm/i915/i915_pci.c
> @@ -1017,6 +1017,7 @@ static const struct intel_device_info adl_p_info = {
>  	.has_3d_pipeline = 1, \
>  	.has_64bit_reloc = 1, \
>  	.has_flat_ccs = 1, \
> +	.has_4tile = 1, \
>  	.has_global_mocs = 1, \
>  	.has_gt_uc = 1, \
>  	.has_llc = 1, \
> @@ -1061,7 +1062,6 @@ static const struct intel_device_info xehpsdv_info = {
>  	.__runtime.graphics.ip.rel = 55, \
>  	.__runtime.media.ip.rel = 55, \
>  	PLATFORM(INTEL_DG2), \
> -	.has_4tile = 1, \
>  	.has_64k_pages = 1, \
>  	.has_guc_deprivilege = 1, \
>  	.has_heci_pxp = 1, \
> -- 
> 2.25.1
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [igt-dev] ✗ Fi.CI.BUILD: failure for drm/i915: Enable XE_HP 4Tile support
  2022-12-21 15:20 [igt-dev] [PATCH] drm/i915: Enable XE_HP 4Tile support Jonathan Cavitt
  2022-12-21 15:33 ` Petri Latvala
@ 2022-12-21 16:05 ` Patchwork
  1 sibling, 0 replies; 3+ messages in thread
From: Patchwork @ 2022-12-21 16:05 UTC (permalink / raw)
  To: Jonathan Cavitt; +Cc: igt-dev

== Series Details ==

Series: drm/i915: Enable XE_HP 4Tile support
URL   : https://patchwork.freedesktop.org/series/112141/
State : failure

== Summary ==

Applying: drm/i915: Enable XE_HP 4Tile support
Patch failed at 0001 drm/i915: Enable XE_HP 4Tile support
When you have resolved this problem, run "git am --continue".
If you prefer to skip this patch, run "git am --skip" instead.
To restore the original branch and stop patching, run "git am --abort".


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-12-21 16:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-21 15:20 [igt-dev] [PATCH] drm/i915: Enable XE_HP 4Tile support Jonathan Cavitt
2022-12-21 15:33 ` Petri Latvala
2022-12-21 16:05 ` [igt-dev] ✗ Fi.CI.BUILD: failure for " Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox