diff options
author | Dave Airlie <airlied@redhat.com> | 2023-09-21 13:13:01 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2023-11-03 12:57:14 +1000 |
commit | b5bad8c16b9b67be5ce04b8c2f0f1e22c68d8fd9 (patch) | |
tree | 0774978a89aed2b5faef72a6d0e908c9c31e0dcc /drivers/gpu/drm/nouveau/nvkm/subdev/bar/r535.c | |
parent | 7e6bd6409b66f57741dd69e0ee20f4ed4434b67c (diff) |
nouveau/gsp: move to 535.113.01
This moves the initial effort to the latest 535 firmware.
The gsp msg structs have changed, and the message passing also.
The wpr also seems to have some struct changes.
This version of the firmware will be what we are stuck on for a while,
until we can refactor the driver and work out a better path forward.
Reviewed-by: Danilo Krummrich <dakr@redhat.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/nvkm/subdev/bar/r535.c')
-rw-r--r-- | drivers/gpu/drm/nouveau/nvkm/subdev/bar/r535.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/gpu/drm/nouveau/nvkm/subdev/bar/r535.c b/drivers/gpu/drm/nouveau/nvkm/subdev/bar/r535.c index 461fb8daf596..4135690326f4 100644 --- a/drivers/gpu/drm/nouveau/nvkm/subdev/bar/r535.c +++ b/drivers/gpu/drm/nouveau/nvkm/subdev/bar/r535.c @@ -28,9 +28,9 @@ #include <subdev/mmu/vmm.h> #include <nvrm/nvtypes.h> -#include <nvrm/535.54.03/nvidia/generated/g_rpc-structures.h> -#include <nvrm/535.54.03/nvidia/kernel/inc/vgpu/rpc_global_enums.h> -#include <nvrm/535.54.03/nvidia/kernel/inc/vgpu/rpc_headers.h> +#include <nvrm/535.113.01/nvidia/generated/g_rpc-structures.h> +#include <nvrm/535.113.01/nvidia/kernel/inc/vgpu/rpc_global_enums.h> +#include <nvrm/535.113.01/nvidia/kernel/inc/vgpu/rpc_headers.h> static void r535_bar_flush(struct nvkm_bar *bar) |