mirror of
https://github.com/torvalds/linux.git
synced 2026-04-22 08:44:02 -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
260 B
C
9 lines
260 B
C
/* SPDX-License-Identifier: MIT */
|
|
#ifndef __NVKM_NVJPG_PRIV_H__
|
|
#define __NVKM_NVJPG_PRIV_H__
|
|
#include <engine/nvjpg.h>
|
|
|
|
int r535_nvjpg_new(const struct nvkm_engine_func *, struct nvkm_device *,
|
|
enum nvkm_subdev_type, int, struct nvkm_engine **);
|
|
#endif
|