Searched refs:exynos_dp_device (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/exynos/ |
D | exynos_dp_core.h | 149 struct exynos_dp_device { struct 172 void exynos_dp_enable_video_mute(struct exynos_dp_device *dp, bool enable); argument 173 void exynos_dp_stop_video(struct exynos_dp_device *dp); 174 void exynos_dp_lane_swap(struct exynos_dp_device *dp, bool enable); 175 void exynos_dp_init_analog_param(struct exynos_dp_device *dp); 176 void exynos_dp_init_interrupt(struct exynos_dp_device *dp); 177 void exynos_dp_reset(struct exynos_dp_device *dp); 178 void exynos_dp_swreset(struct exynos_dp_device *dp); 179 void exynos_dp_config_interrupt(struct exynos_dp_device *dp); 180 enum pll_status exynos_dp_get_pll_lock_status(struct exynos_dp_device *dp); [all …]
|
D | exynos_dp_reg.c | 27 void exynos_dp_enable_video_mute(struct exynos_dp_device *dp, bool enable) in exynos_dp_enable_video_mute() 42 void exynos_dp_stop_video(struct exynos_dp_device *dp) in exynos_dp_stop_video() 51 void exynos_dp_lane_swap(struct exynos_dp_device *dp, bool enable) in exynos_dp_lane_swap() 65 void exynos_dp_init_analog_param(struct exynos_dp_device *dp) in exynos_dp_init_analog_param() 87 void exynos_dp_init_interrupt(struct exynos_dp_device *dp) in exynos_dp_init_interrupt() 107 void exynos_dp_reset(struct exynos_dp_device *dp) in exynos_dp_reset() 152 void exynos_dp_swreset(struct exynos_dp_device *dp) in exynos_dp_swreset() 157 void exynos_dp_config_interrupt(struct exynos_dp_device *dp) in exynos_dp_config_interrupt() 178 enum pll_status exynos_dp_get_pll_lock_status(struct exynos_dp_device *dp) in exynos_dp_get_pll_lock_status() 189 void exynos_dp_set_pll_power_down(struct exynos_dp_device *dp, bool enable) in exynos_dp_set_pll_power_down() [all …]
|
D | exynos_dp_core.c | 36 #define ctx_from_connector(c) container_of(c, struct exynos_dp_device, \ 39 static inline struct exynos_drm_crtc *dp_to_crtc(struct exynos_dp_device *dp) in dp_to_crtc() 44 static inline struct exynos_dp_device * 47 return container_of(d, struct exynos_dp_device, display); in display_to_dp() 55 static void exynos_dp_init_dp(struct exynos_dp_device *dp) in exynos_dp_init_dp() 74 static int exynos_dp_detect_hpd(struct exynos_dp_device *dp) in exynos_dp_detect_hpd() 101 static int exynos_dp_read_edid(struct exynos_dp_device *dp) in exynos_dp_read_edid() 202 static int exynos_dp_handle_edid(struct exynos_dp_device *dp) in exynos_dp_handle_edid() 224 static void exynos_dp_enable_rx_to_enhanced_mode(struct exynos_dp_device *dp, in exynos_dp_enable_rx_to_enhanced_mode() 240 static int exynos_dp_is_enhanced_mode_available(struct exynos_dp_device *dp) in exynos_dp_is_enhanced_mode_available() [all …]
|