summaryrefslogtreecommitdiff
path: root/drm/nouveau_connector.h
diff options
context:
space:
mode:
Diffstat (limited to 'drm/nouveau_connector.h')
-rw-r--r--drm/nouveau_connector.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drm/nouveau_connector.h b/drm/nouveau_connector.h
index 7e7682df..8861b6c5 100644
--- a/drm/nouveau_connector.h
+++ b/drm/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;