drm/nouveau/nvjpg/r535: initial support

Adds support for allocating NVJPG classes from RM.

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230918202149.4343-44-skeggsb@gmail.com
This commit is contained in:
Ben Skeggs
2023-09-19 06:21:48 +10:00
committed by Dave Airlie
parent 08ab88f5a0
commit ca9686340a
16 changed files with 246 additions and 0 deletions

View File

@@ -210,6 +210,7 @@ nvkm_fifo_info(struct nvkm_engine *engine, u64 mthd, u64 *data)
CASE(SEC2 );
CASE(NVDEC );
CASE(NVENC );
CASE(NVJPG );
default:
WARN_ON(1);
break;