mirror of
https://github.com/torvalds/linux.git
synced 2026-04-27 02:52:27 -04:00
Adds support for allocating OFA 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-45-skeggsb@gmail.com
10 lines
405 B
C
10 lines
405 B
C
/* SPDX-License-Identifier: MIT */
|
|
#ifndef __NVKM_OFA_H__
|
|
#define __NVKM_OFA_H__
|
|
#include <core/engine.h>
|
|
|
|
int ga100_ofa_new(struct nvkm_device *, enum nvkm_subdev_type, int inst, struct nvkm_engine **);
|
|
int ga102_ofa_new(struct nvkm_device *, enum nvkm_subdev_type, int inst, struct nvkm_engine **);
|
|
int ad102_ofa_new(struct nvkm_device *, enum nvkm_subdev_type, int inst, struct nvkm_engine **);
|
|
#endif
|