Lines Matching defs:dp_display_private
76 struct dp_display_private { struct
77 int irq;
79 unsigned int id;
82 bool core_initialized;
83 bool phy_initialized;
84 bool audio_supported;
86 struct drm_device *drm_dev;
88 struct dp_catalog *catalog;
89 struct drm_dp_aux *aux;
90 struct dp_link *link;
91 struct dp_panel *panel;
92 struct dp_ctrl *ctrl;
94 struct dp_display_mode dp_mode;
95 struct msm_dp dp_display;
98 struct completion audio_comp;
101 struct mutex event_mutex;
102 wait_queue_head_t event_q;
103 u32 hpd_state;
104 u32 event_pndx;
105 u32 event_gndx;
106 struct task_struct *ev_tsk;
107 struct dp_event event_list[DP_EVENT_Q_MAX];
108 spinlock_t event_lock;
110 bool wide_bus_supported;
112 struct dp_audio *audio;