Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/gpu/drm/exynos/
Dexynos_drm_drv.h168 struct exynos_drm_manager_ops { struct
169 void (*dpms)(struct device *subdrv_dev, int mode);
170 void (*apply)(struct device *subdrv_dev);
171 void (*mode_fixup)(struct device *subdrv_dev,
175 void (*mode_set)(struct device *subdrv_dev, void *mode);
176 void (*get_max_resol)(struct device *subdrv_dev, unsigned int *width,
178 void (*commit)(struct device *subdrv_dev);
179 int (*enable_vblank)(struct device *subdrv_dev);
203 struct exynos_drm_manager_ops *ops; argument