aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nouveau_connector.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/nouveau/nouveau_connector.h')
-rw-r--r--drivers/gpu/drm/nouveau/nouveau_connector.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_connector.h b/drivers/gpu/drm/nouveau/nouveau_connector.h
index 264a778f473b..8861b6c579ad 100644
--- a/drivers/gpu/drm/nouveau/nouveau_connector.h
+++ b/drivers/gpu/drm/nouveau/nouveau_connector.h
@@ -28,12 +28,12 @@
28#define __NOUVEAU_CONNECTOR_H__ 28#define __NOUVEAU_CONNECTOR_H__
29 29
30#include <drm/drm_edid.h> 30#include <drm/drm_edid.h>
31#include <drm/drm_dp_helper.h>
31#include "nouveau_crtc.h" 32#include "nouveau_crtc.h"
32 33
33#include <core/event.h> 34#include <core/event.h>
34 35
35#include <subdev/bios.h> 36#include <subdev/bios.h>
36#include <subdev/bios/gpio.h>
37 37
38struct nouveau_i2c_port; 38struct nouveau_i2c_port;
39 39
@@ -67,9 +67,11 @@ struct nouveau_connector {
67 u8 index; 67 u8 index;
68 u8 *dcb; 68 u8 *dcb;
69 69
70 struct dcb_gpio_func hpd; 70 struct nouveau_eventh *hpd;
71 struct work_struct hpd_work; 71 u32 status;
72 struct nouveau_eventh *hpd_func; 72 struct work_struct work;
73
74 struct drm_dp_aux aux;
73 75
74 int dithering_mode; 76 int dithering_mode;
75 int dithering_depth; 77 int dithering_depth;