Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/exynos/
Dexynos_dp_core.c40 static inline struct exynos_drm_crtc *dp_to_crtc(struct exynos_dp_device *dp) in dp_to_crtc() function
1071 struct exynos_drm_crtc *crtc = dp_to_crtc(dp); in exynos_dp_enable()
1084 crtc->ops->clock_enable(dp_to_crtc(dp), true); in exynos_dp_enable()
1098 struct exynos_drm_crtc *crtc = dp_to_crtc(dp); in exynos_dp_disable()
1116 crtc->ops->clock_enable(dp_to_crtc(dp), false); in exynos_dp_disable()