diff options
Diffstat (limited to 'drivers/gpu/drm/nouveau/nouveau_connector.h')
| -rw-r--r-- | drivers/gpu/drm/nouveau/nouveau_connector.h | 13 | 
1 files changed, 6 insertions, 7 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_connector.h b/drivers/gpu/drm/nouveau/nouveau_connector.h index 6e399aad491..8861b6c579a 100644 --- a/drivers/gpu/drm/nouveau/nouveau_connector.h +++ b/drivers/gpu/drm/nouveau/nouveau_connector.h @@ -28,12 +28,12 @@  #define __NOUVEAU_CONNECTOR_H__  #include <drm/drm_edid.h> +#include <drm/drm_dp_helper.h>  #include "nouveau_crtc.h"  #include <core/event.h>  #include <subdev/bios.h> -#include <subdev/bios/gpio.h>  struct nouveau_i2c_port; @@ -67,9 +67,11 @@ struct nouveau_connector {  	u8 index;  	u8 *dcb; -	struct dcb_gpio_func hpd; -	struct work_struct hpd_work; -	struct nouveau_eventh hpd_func; +	struct nouveau_eventh *hpd; +	u32 status; +	struct work_struct work; + +	struct drm_dp_aux aux;  	int dithering_mode;  	int dithering_depth; @@ -107,7 +109,4 @@ nouveau_crtc_connector_get(struct nouveau_crtc *nv_crtc)  struct drm_connector *  nouveau_connector_create(struct drm_device *, int index); -int -nouveau_connector_bpp(struct drm_connector *); -  #endif /* __NOUVEAU_CONNECTOR_H__ */  | 
