search for: 8c3c1f1e01c5

Displaying 2 results from an estimated 2 matches for "8c3c1f1e01c5".

2024 Jun 11
0
[PATCH 2/6] drm/nouveau: remove unused struct 'init_exec'
...hich series does this patch belong? Need me to apply it? - Danilo > --- > drivers/gpu/drm/nouveau/nouveau_bios.c | 5 ----- > 1 file changed, 5 deletions(-) > > diff --git a/drivers/gpu/drm/nouveau/nouveau_bios.c b/drivers/gpu/drm/nouveau/nouveau_bios.c > index 79cfab53f80e..8c3c1f1e01c5 100644 > --- a/drivers/gpu/drm/nouveau/nouveau_bios.c > +++ b/drivers/gpu/drm/nouveau/nouveau_bios.c > @@ -43,11 +43,6 @@ > #define BIOSLOG(sip, fmt, arg...) NV_DEBUG(sip->dev, fmt, ##arg) > #define LOG_OLD_VALUE(x) > > -struct init_exec { > - bool execute; > -...
2024 Jun 11
0
[PATCH 2/6] drm/nouveau: remove unused struct 'init_exec'
...- Danilo >> >>> --- >>> drivers/gpu/drm/nouveau/nouveau_bios.c | 5 ----- >>> 1 file changed, 5 deletions(-) >>> >>> diff --git a/drivers/gpu/drm/nouveau/nouveau_bios.c b/drivers/gpu/drm/nouveau/nouveau_bios.c >>> index 79cfab53f80e..8c3c1f1e01c5 100644 >>> --- a/drivers/gpu/drm/nouveau/nouveau_bios.c >>> +++ b/drivers/gpu/drm/nouveau/nouveau_bios.c >>> @@ -43,11 +43,6 @@ >>> #define BIOSLOG(sip, fmt, arg...) NV_DEBUG(sip->dev, fmt, ##arg) >>> #define LOG_OLD_VALUE(x) >>> -struc...