diff options
author | Ilia Mirkin | 2013-09-07 20:33:43 -0400 |
---|---|---|
committer | Ben Skeggs | 2013-11-08 15:37:40 +1000 |
commit | 515de6b27f96fb7ff58f34bda6e1be44a6f9e46d (patch) | |
tree | 5bdc20d27efd2fd802470e90d13361d8408bb85e /drivers/gpu/drm/nouveau/dispnv04/disp.h | |
parent | 8aa816b0bbcefa8517d7e10586d7dbb0ead3c4c1 (diff) |
drm/nv10/kms: add plane support for nv10-nv40
Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/dispnv04/disp.h')
-rw-r--r-- | drivers/gpu/drm/nouveau/dispnv04/disp.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/dispnv04/disp.h b/drivers/gpu/drm/nouveau/dispnv04/disp.h index 2cf65e0b517e..56a28db04000 100644 --- a/drivers/gpu/drm/nouveau/dispnv04/disp.h +++ b/drivers/gpu/drm/nouveau/dispnv04/disp.h @@ -123,6 +123,9 @@ int nv04_tv_create(struct drm_connector *, struct dcb_output *); /* nv17_tv.c */ int nv17_tv_create(struct drm_connector *, struct dcb_output *); +/* overlay.c */ +void nouveau_overlay_init(struct drm_device *dev); + static inline bool nv_two_heads(struct drm_device *dev) { |