Home
last modified time | relevance | path

Searched defs:exynos_drm_crtc_ops (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/exynos/
Dexynos_drm_drv.h177 struct exynos_drm_crtc_ops { struct
178 void (*dpms)(struct exynos_drm_crtc *crtc, int mode);
179 bool (*mode_fixup)(struct exynos_drm_crtc *crtc,
182 void (*commit)(struct exynos_drm_crtc *crtc);
183 int (*enable_vblank)(struct exynos_drm_crtc *crtc);
184 void (*disable_vblank)(struct exynos_drm_crtc *crtc);
185 void (*wait_for_vblank)(struct exynos_drm_crtc *crtc);
186 void (*win_commit)(struct exynos_drm_crtc *crtc, unsigned int zpos);
187 void (*win_disable)(struct exynos_drm_crtc *crtc, unsigned int zpos);
188 void (*te_handler)(struct exynos_drm_crtc *crtc);
[all …]