projects
/
platform
/
kernel
/
linux-rpi.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
drm/nouveau/disp/tu102: rename implementation from tu104
[platform/kernel/linux-rpi.git]
/
drivers
/
gpu
/
drm
/
nouveau
/
include
/
nvif
/
disp.h
1
#ifndef __NVIF_DISP_H__
2
#define __NVIF_DISP_H__
3
#include <nvif/object.h>
4
struct nvif_device;
5
6
struct nvif_disp {
7
struct nvif_object object;
8
};
9
10
int nvif_disp_ctor(struct nvif_device *, s32 oclass, struct nvif_disp *);
11
void nvif_disp_dtor(struct nvif_disp *);
12
#endif