Re: [PATCH v3 1/5] drm/nouveau/gsp/r535: Add support for INTERNAL_GCX_ENTRY_PREREQUISITE
From: lyude
Date: Wed Sep 16 2026 - 17:36:17 EST
On Wed, 2026-09-16 at 10:42 +1000, David Airlie wrote:
> > +typedef struct NV2080_CTRL_INTERNAL_GCX_ENTRY_PREREQUISITE_PARAMS
> > {
> > + NvBool bIsGC6Satisfied;
> > + NvBool bIsGCOFFSatisfied;
> > +} NV2080_CTRL_INTERNAL_GCX_ENTRY_PREREQUISITE_PARAMS;
>
> Have you confirmed this struct didn't change in r570,
>
> Thanks,
It would appear I have made a mistake - this struct isn't even in r535,
which I could have sworn I explicitly checked. Glad I double checked
before responding, thanks for noticing this :)