aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nvkm/engine/fifo/user.h
blob: 14b0c6bde8ebbdfcef22fdca8a3ae4fc8fcffe21 (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef __NVKM_FIFO_USER_H__
#define __NVKM_FIFO_USER_H__
#include "priv.h"
int gv100_fifo_user_new(const struct nvkm_oclass *, void *, u32,
			struct nvkm_object **);
int tu104_fifo_user_new(const struct nvkm_oclass *, void *, u32,
			struct nvkm_object **);
#endif