diff options
Diffstat (limited to 'drivers/gpu/drm/nouveau/dispnv50/disp.h')
-rw-r--r-- | drivers/gpu/drm/nouveau/dispnv50/disp.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/dispnv50/disp.h b/drivers/gpu/drm/nouveau/dispnv50/disp.h index a89b83f95187..e48c5eb35b49 100644 --- a/drivers/gpu/drm/nouveau/dispnv50/disp.h +++ b/drivers/gpu/drm/nouveau/dispnv50/disp.h @@ -36,11 +36,15 @@ struct nv50_disp_interlock { NV50_DISP_INTERLOCK_CURS, NV50_DISP_INTERLOCK_BASE, NV50_DISP_INTERLOCK_OVLY, + NV50_DISP_INTERLOCK_WNDW, + NV50_DISP_INTERLOCK_WIMM, NV50_DISP_INTERLOCK__SIZE } type; u32 data; }; +void corec37d_ntfy_init(struct nouveau_bo *, u32); + struct nv50_chan { struct nvif_object user; struct nvif_device *device; |