Commit ab724be7 authored by Ben Skeggs's avatar Ben Skeggs Committed by Dave Airlie

drm/nouveau/pmu/tu102-: prepare for GSP-RM

- disable PMU completely when GSP-RM detected
Signed-off-by: default avatarBen Skeggs <bskeggs@redhat.com>
Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230918202149.4343-19-skeggsb@gmail.com
parent f5a533a8
......@@ -23,6 +23,8 @@
*/
#include "priv.h"
#include <subdev/gsp.h>
static const struct nvkm_falcon_func
gp102_pmu_flcn = {
.disable = gm200_flcn_disable,
......@@ -54,5 +56,8 @@ int
gp102_pmu_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst,
struct nvkm_pmu **ppmu)
{
if (nvkm_gsp_rm(device->gsp))
return -ENODEV;
return nvkm_pmu_new_(gp102_pmu_fwif, device, type, inst, ppmu);
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment