|
Linux Kernel
3.7.1
|
#include <exynos_drm_drv.h>
Data Fields | |
| void(* | dpms )(struct device *subdrv_dev, int mode) |
| void(* | apply )(struct device *subdrv_dev) |
| void(* | mode_fixup )(struct device *subdrv_dev, struct drm_connector *connector, const struct drm_display_mode *mode, struct drm_display_mode *adjusted_mode) |
| void(* | mode_set )(struct device *subdrv_dev, void *mode) |
| void(* | get_max_resol )(struct device *subdrv_dev, unsigned int *width, unsigned int *height) |
| void(* | commit )(struct device *subdrv_dev) |
| int(* | enable_vblank )(struct device *subdrv_dev) |
| void(* | disable_vblank )(struct device *subdrv_dev) |
Definition at line 190 of file exynos_drm_drv.h.
Definition at line 192 of file exynos_drm_drv.h.
Definition at line 202 of file exynos_drm_drv.h.
Definition at line 201 of file exynos_drm_drv.h.
Definition at line 198 of file exynos_drm_drv.h.
| void(* mode_fixup)(struct device *subdrv_dev, struct drm_connector *connector, const struct drm_display_mode *mode, struct drm_display_mode *adjusted_mode) |
Definition at line 193 of file exynos_drm_drv.h.
Definition at line 197 of file exynos_drm_drv.h.
1.8.2