drm/nouveau/fifo/gk104-gp1xx: fix creation of sw class
Fixes: 496162037cd24191 ("drm/nouveau/fifo: add id_engine hook") Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
This commit is contained in:
parent
f6df392ddd
commit
78652ff69b
@ -261,6 +261,9 @@ gk104_fifo_pbdma = {
|
||||
struct nvkm_engine *
|
||||
gk104_fifo_id_engine(struct nvkm_fifo *base, int engi)
|
||||
{
|
||||
if (engi == GK104_FIFO_ENGN_SW)
|
||||
return nvkm_device_engine(base->engine.subdev.device, NVKM_ENGINE_SW, 0);
|
||||
|
||||
return gk104_fifo(base)->engine[engi].engine;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user