mirror of
https://github.com/torvalds/linux.git
synced 2026-04-30 20:42:33 -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
9 lines
250 B
C
9 lines
250 B
C
/* SPDX-License-Identifier: MIT */
|
|
#ifndef __NVKM_OFA_PRIV_H__
|
|
#define __NVKM_OFA_PRIV_H__
|
|
#include <engine/ofa.h>
|
|
|
|
int r535_ofa_new(const struct nvkm_engine_func *, struct nvkm_device *,
|
|
enum nvkm_subdev_type, int, struct nvkm_engine **);
|
|
#endif
|