mirror of
https://github.com/torvalds/linux.git
synced 2026-04-21 08:13:56 -04:00
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
9 lines
316 B
C
9 lines
316 B
C
/* SPDX-License-Identifier: MIT */
|
|
#ifndef __NVKM_NVJPG_H__
|
|
#define __NVKM_NVJPG_H__
|
|
#include <core/engine.h>
|
|
|
|
int ga100_nvjpg_new(struct nvkm_device *, enum nvkm_subdev_type, int inst, struct nvkm_engine **);
|
|
int ad102_nvjpg_new(struct nvkm_device *, enum nvkm_subdev_type, int inst, struct nvkm_engine **);
|
|
#endif
|