Home
last modified time | relevance | path

Searched defs:nvkm_outp (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Doutp.h11 struct nvkm_outp { struct
13 struct nvkm_disp *disp;
14 int index;
15 struct dcb_output info;
19 struct list_head head;
20 struct nvkm_conn *conn;
21 bool identity;
26 u8 acquired:2;
27 struct nvkm_ior *ior;
29 union {
[all …]
H A Doutp.c330 nvkm_outp = { variable