Displaying 2 results from an estimated 2 matches for "nvu8".
Did you mean:
nvu
2023 Nov 16
3
[PATCH][next] nouveau/gsp: replace zero-length array with flex-array member and use __counted_by
...f30..259b25c2ac6b 100644
--- a/drivers/gpu/drm/nouveau/include/nvrm/535.113.01/nvidia/generated/g_os_nvoc.h
+++ b/drivers/gpu/drm/nouveau/include/nvrm/535.113.01/nvidia/generated/g_os_nvoc.h
@@ -28,17 +28,17 @@
typedef struct PACKED_REGISTRY_ENTRY
{
- NvU32 nameOffset;
- NvU8 type;
- NvU32 data;
- NvU32 length;
+ NvU32 nameOffset;
+ NvU8 type;
+ NvU32 data;
+ NvU32 length;
} PACKED_REGISTRY_ENTRY;
typedef struct PACKED_REGISTRY_TABLE...
2023 Nov 16
1
[PATCH][next] nouveau/gsp: replace zero-length array with flex-array member and use __counted_by
...ers/gpu/drm/nouveau/include/nvrm/535.113.01/nvidia/generated/g_os_nvoc.h
> +++ b/drivers/gpu/drm/nouveau/include/nvrm/535.113.01/nvidia/generated/g_os_nvoc.h
> @@ -28,17 +28,17 @@
>
> typedef struct PACKED_REGISTRY_ENTRY
> {
> - NvU32 nameOffset;
> - NvU8 type;
> - NvU32 data;
> - NvU32 length;
> + NvU32 nameOffset;
> + NvU8 type;
> + NvU32 data;
> + NvU32 length;
> } PACKED_REGISTRY_ENTRY;
>...