Sign in
android-kvm
/
linux
/
98b0429b7abd5c05efdb23f3eba02ec3f696748e
/
.
/
drivers
/
gpu
/
drm
/
nouveau
/
nvkm
/
engine
/
gr
/
nv50.h
blob: bcf786f6b731914f92258c4b0d90c90a94db146e [
file
] [
log
] [
blame
]
#ifndef
__NV50_GR_H__
#define
__NV50_GR_H__
#include
<engine/gr.h>
struct
nvkm_device
;
struct
nvkm_gpuobj
;
int
nv50_grctx_init
(
struct
nvkm_device
*,
u32
*
size
);
void
nv50_grctx_fill
(
struct
nvkm_device
*,
struct
nvkm_gpuobj
*);
#endif