Home
last modified time | relevance | path

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

/linux-3.3/drivers/gpu/drm/exynos/
Dexynos_drm_drv.h164 struct exynos_drm_manager_ops { struct
165 void (*dpms)(struct device *subdrv_dev, int mode);
166 void (*apply)(struct device *subdrv_dev);
167 void (*mode_set)(struct device *subdrv_dev, void *mode);
168 void (*commit)(struct device *subdrv_dev);
169 int (*enable_vblank)(struct device *subdrv_dev);
193 struct exynos_drm_manager_ops *ops; argument