summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nouveau_connector.h
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2014-05-30 16:20:58 +1000
committerBen Skeggs <bskeggs@redhat.com>2014-06-11 16:11:04 +1000
commit8894f4919bc43f821775db2cfff4b917871b2102 (patch)
treede56e4e07318893cbc58d1b89cc7ca0664ebd5f9 /drivers/gpu/drm/nouveau/nouveau_connector.h
parentebd6acbb068b6558735eb80aabce1e7af9e78e1e (diff)
downloadop-kernel-dev-8894f4919bc43f821775db2cfff4b917871b2102.zip
op-kernel-dev-8894f4919bc43f821775db2cfff4b917871b2102.tar.gz
drm/nouveau: register a drm_dp_aux channel for each dp connector
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/nouveau_connector.h')
-rw-r--r--drivers/gpu/drm/nouveau/nouveau_connector.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_connector.h b/drivers/gpu/drm/nouveau/nouveau_connector.h
index 7e7682d..8861b6c 100644
--- a/drivers/gpu/drm/nouveau/nouveau_connector.h
+++ b/drivers/gpu/drm/nouveau/nouveau_connector.h
@@ -28,6 +28,7 @@
#define __NOUVEAU_CONNECTOR_H__
#include <drm/drm_edid.h>
+#include <drm/drm_dp_helper.h>
#include "nouveau_crtc.h"
#include <core/event.h>
@@ -70,6 +71,8 @@ struct nouveau_connector {
u32 status;
struct work_struct work;
+ struct drm_dp_aux aux;
+
int dithering_mode;
int dithering_depth;
int scaling_mode;
OpenPOWER on IntegriCloud