Home
last modified time | relevance | path

Searched refs:dp_to_crtc (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/exynos/
Dexynos_dp_core.c39 static inline struct exynos_drm_crtc *dp_to_crtc(struct exynos_dp_device *dp) in dp_to_crtc() function
1068 struct exynos_drm_crtc *crtc = dp_to_crtc(dp); in exynos_dp_poweron()
1081 crtc->ops->clock_enable(dp_to_crtc(dp), true); in exynos_dp_poweron()
1092 struct exynos_drm_crtc *crtc = dp_to_crtc(dp); in exynos_dp_poweroff()
1110 crtc->ops->clock_enable(dp_to_crtc(dp), false); in exynos_dp_poweroff()