All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
From: Matt Roper <matthew.d.roper@intel.com>
To: Balasubramani Vivekanandan <balasubramani.vivekanandan@intel.com>
Cc: <intel-xe@lists.freedesktop.org>,
	Lucas De Marchi <lucas.demarchi@intel.com>
Subject: Re: [PATCH v3 00/11] Add Battlemage support
Date: Tue, 9 Apr 2024 14:25:14 -0700	[thread overview]
Message-ID: <20240409212514.GE958162@mdroper-desk1.amr.corp.intel.com> (raw)
In-Reply-To: <20240408170545.3769566-1-balasubramani.vivekanandan@intel.com>

On Mon, Apr 08, 2024 at 10:35:34PM +0530, Balasubramani Vivekanandan wrote:
> Add basic support for Battlemage, which is a discrete graphics card
> based on Xe2 architecture.
> This series provides basic enabling support. This will be followed with
> further patches series to enable display support and loading of required
> firwares.
> 
> v3: Resubmission because v2 had mixup of patches

Series applied to drm-xe-next (with the one-liner IS_BATTLEMAGE patch
squashed in as suggested on Lucas' review).  Thanks for the patches and
reviews.


Matt

> 
> v2:
> * Removed the BMG PCI IDs to stop driver from binding to it. Will be
>   added later after enabling patches are merged.
> * Function argument modified for function get_flat_ccs_offset
> * Removed WA_16020183090 which is no more applicable.
>   Extended WA_18033852989,WA_18034896535 to xe2hpg
> * Switched to open upper bound for "Tuning: L3 Cache" setting
> * improved commit description for
>   "drm/xe/xe2hpg: Remove extra allocation of CCS pages for dgfx"
> * Included the patch from [1] as the patch "Add initial GT workarounds"
>   has a dependency on it
>   [1]: https://patchwork.freedesktop.org/patch/587168/?series=131912&rev=3
> 
> Akshata Jahagirdar (1):
>   drm/xe/xe2hpg: Remove extra allocation of CCS pages for dgfx
> 
> Balasubramani Vivekanandan (1):
>   drm/xe/bmg: Add BMG mocs table
> 
> Bommu Krishnaiah (1):
>   drm/xe/xe2: Add workaround 18034896535
> 
> Gustavo Sousa (1):
>   drm/xe/xe2hpm: Add initial set of workarounds
> 
> Haridhar Kalvala (1):
>   drm/xe/xe2hpg: Add initial GT workarounds
> 
> Himal Prasad Ghimiray (1):
>   drm/xe/xe2hpg: Determine flat ccs offset for vram
> 
> Matt Roper (4):
>   drm/xe/xe2: Recognize Xe2_HPG IP
>   drm/xe/xe2: Recognize Xe2_HPM IP
>   drm/xe/bmg: Add BMG platform definition
>   drm/xe/bmg: Program an additional discrete-specific PAT setting
> 
> Shekhar Chauhan (1):
>   drm/xe/xe2hpg: Introduce performance tuning changes for Xe2_HPG.
> 
>  drivers/gpu/drm/xe/regs/xe_gt_regs.h   |  14 ++++
>  drivers/gpu/drm/xe/xe_bo.c             |   3 +
>  drivers/gpu/drm/xe/xe_mmio.c           |  39 +++++++++-
>  drivers/gpu/drm/xe/xe_mocs.c           |   1 +
>  drivers/gpu/drm/xe/xe_pat.c            |   7 ++
>  drivers/gpu/drm/xe/xe_pci.c            |  12 ++-
>  drivers/gpu/drm/xe/xe_platform_types.h |   1 +
>  drivers/gpu/drm/xe/xe_tuning.c         |   6 +-
>  drivers/gpu/drm/xe/xe_wa.c             | 102 ++++++++++++++++++++++++-
>  9 files changed, 177 insertions(+), 8 deletions(-)
> 
> -- 
> 2.25.1
> 

-- 
Matt Roper
Graphics Software Engineer
Linux GPU Platform Enablement
Intel Corporation

      parent reply	other threads:[~2024-04-09 21:25 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-08 17:05 [PATCH v3 00/11] Add Battlemage support Balasubramani Vivekanandan
2024-04-08 17:05 ` [PATCH v3 01/11] drm/xe/xe2: Recognize Xe2_HPG IP Balasubramani Vivekanandan
2024-04-08 17:05 ` [PATCH v3 02/11] drm/xe/xe2: Recognize Xe2_HPM IP Balasubramani Vivekanandan
2024-04-08 17:05 ` [PATCH v3 03/11] drm/xe/bmg: Add BMG platform definition Balasubramani Vivekanandan
2024-04-08 19:09   ` Ghimiray, Himal Prasad
2024-04-09 15:46   ` Lucas De Marchi
2024-04-08 17:05 ` [PATCH v3 04/11] drm/xe/bmg: Add BMG mocs table Balasubramani Vivekanandan
2024-04-08 17:05 ` [PATCH v3 05/11] drm/xe/bmg: Program an additional discrete-specific PAT setting Balasubramani Vivekanandan
2024-04-08 19:05   ` Ghimiray, Himal Prasad
2024-04-08 17:05 ` [PATCH v3 06/11] drm/xe/xe2hpg: Determine flat ccs offset for vram Balasubramani Vivekanandan
2024-04-08 21:44   ` Matt Roper
2024-04-08 17:05 ` [PATCH v3 07/11] drm/xe/xe2hpg: Remove extra allocation of CCS pages for dgfx Balasubramani Vivekanandan
2024-04-08 18:57   ` Ghimiray, Himal Prasad
2024-04-08 21:46   ` Matt Roper
2024-04-22 10:15   ` Thomas Hellström
2024-04-08 17:05 ` [PATCH v3 08/11] drm/xe/xe2: Add workaround 18034896535 Balasubramani Vivekanandan
2024-04-26 21:02   ` Lucas De Marchi
2024-04-29 13:51     ` Gustavo Sousa
2024-04-08 17:05 ` [PATCH v3 09/11] drm/xe/xe2hpg: Add initial GT workarounds Balasubramani Vivekanandan
2024-04-08 17:05 ` [PATCH v3 10/11] drm/xe/xe2hpg: Introduce performance tuning changes for Xe2_HPG Balasubramani Vivekanandan
2024-04-08 17:05 ` [PATCH v3 11/11] drm/xe/xe2hpm: Add initial set of workarounds Balasubramani Vivekanandan
2024-04-08 18:33 ` ✓ CI.Patch_applied: success for Add Battlemage support (rev3) Patchwork
2024-04-08 18:33 ` ✗ CI.checkpatch: warning " Patchwork
2024-04-08 18:34 ` ✓ CI.KUnit: success " Patchwork
2024-04-08 18:46 ` ✓ CI.Build: " Patchwork
2024-04-08 18:48 ` ✓ CI.Hooks: " Patchwork
2024-04-08 18:50 ` ✓ CI.checksparse: " Patchwork
2024-04-08 19:12 ` ✓ CI.BAT: " Patchwork
2024-04-09  0:34 ` ✓ CI.FULL: " Patchwork
2024-04-09 21:25 ` Matt Roper [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240409212514.GE958162@mdroper-desk1.amr.corp.intel.com \
    --to=matthew.d.roper@intel.com \
    --cc=balasubramani.vivekanandan@intel.com \
    --cc=intel-xe@lists.freedesktop.org \
    --cc=lucas.demarchi@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.