From: Raag Jadav <raag.jadav@intel.com>
To: Alexander Usyskin <alexander.usyskin@intel.com>
Cc: Lucas De Marchi <lucas.demarchi@intel.com>,
Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>,
Rodrigo Vivi <rodrigo.vivi@intel.com>,
Reuven Abliyev <reuven.abliyev@intel.com>,
intel-xe@lists.freedesktop.org
Subject: Re: [PATCH] drm/xe/nvm: enable cri platform
Date: Mon, 15 Dec 2025 15:01:13 +0100 [thread overview]
Message-ID: <aUAUqTdroGS2L4gi@black.igk.intel.com> (raw)
In-Reply-To: <20251215125928.1931951-1-alexander.usyskin@intel.com>
On Mon, Dec 15, 2025 at 02:59:28PM +0200, Alexander Usyskin wrote:
> Mark CRI as one that have CSC NVM device.
> Update the writable override flow to take the
> information from survivability register for CRI.
Quite a bit of trailing space, please use it.
> Signed-off-by: Alexander Usyskin <alexander.usyskin@intel.com>
> ---
> drivers/gpu/drm/xe/xe_nvm.c | 35 ++++++++++++++++++++++++-----------
> drivers/gpu/drm/xe/xe_pci.c | 1 +
> 2 files changed, 25 insertions(+), 11 deletions(-)
>
> diff --git a/drivers/gpu/drm/xe/xe_nvm.c b/drivers/gpu/drm/xe/xe_nvm.c
> index 33f4ac82fc80..87b7b0120f7c 100644
> --- a/drivers/gpu/drm/xe/xe_nvm.c
> +++ b/drivers/gpu/drm/xe/xe_nvm.c
> @@ -10,6 +10,7 @@
> #include "xe_device_types.h"
> #include "xe_mmio.h"
> #include "xe_nvm.h"
> +#include "xe_pcode_api.h"
> #include "regs/xe_gsc_regs.h"
> #include "xe_sriov.h"
>
> @@ -45,39 +46,51 @@ static bool xe_nvm_non_posted_erase(struct xe_device *xe)
> {
> struct xe_mmio *mmio = xe_root_tile_mmio(xe);
>
> - if (xe->info.platform != XE_BATTLEMAGE)
> + switch (xe->info.platform) {
> + case XE_CRESCENTISLAND:
> + fallthrough;
Is standalone fallthrough a thing?
Raag
> + case XE_BATTLEMAGE:
> + return !(xe_mmio_read32(mmio, XE_REG(GEN12_CNTL_PROTECTED_NVM_REG)) &
> + NVM_NON_POSTED_ERASE_CHICKEN_BIT);
> + default:
> return false;
> - return !(xe_mmio_read32(mmio, XE_REG(GEN12_CNTL_PROTECTED_NVM_REG)) &
> - NVM_NON_POSTED_ERASE_CHICKEN_BIT);
> + }
> }
next prev parent reply other threads:[~2025-12-15 14:01 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-12-15 12:59 [PATCH] drm/xe/nvm: enable cri platform Alexander Usyskin
2025-12-15 13:26 ` ✓ CI.KUnit: success for " Patchwork
2025-12-15 14:01 ` Raag Jadav [this message]
2025-12-15 15:11 ` [PATCH] " Usyskin, Alexander
2025-12-16 7:57 ` Raag Jadav
2025-12-15 14:48 ` ✓ Xe.CI.BAT: success for " Patchwork
2025-12-15 17:21 ` ✗ Xe.CI.Full: failure " Patchwork
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=aUAUqTdroGS2L4gi@black.igk.intel.com \
--to=raag.jadav@intel.com \
--cc=alexander.usyskin@intel.com \
--cc=daniele.ceraolospurio@intel.com \
--cc=intel-xe@lists.freedesktop.org \
--cc=lucas.demarchi@intel.com \
--cc=reuven.abliyev@intel.com \
--cc=rodrigo.vivi@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.