Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
exynos_drm_manager_ops Struct Reference

#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)
 

Detailed Description

Definition at line 190 of file exynos_drm_drv.h.

Field Documentation

void(* apply)(struct device *subdrv_dev)

Definition at line 192 of file exynos_drm_drv.h.

void(* commit)(struct device *subdrv_dev)

Definition at line 200 of file exynos_drm_drv.h.

void(* disable_vblank)(struct device *subdrv_dev)

Definition at line 202 of file exynos_drm_drv.h.

void(* dpms)(struct device *subdrv_dev, int mode)

Definition at line 191 of file exynos_drm_drv.h.

int(* enable_vblank)(struct device *subdrv_dev)

Definition at line 201 of file exynos_drm_drv.h.

void(* get_max_resol)(struct device *subdrv_dev, unsigned int *width, unsigned int *height)

Definition at line 198 of file exynos_drm_drv.h.

Definition at line 193 of file exynos_drm_drv.h.

void(* mode_set)(struct device *subdrv_dev, void *mode)

Definition at line 197 of file exynos_drm_drv.h.


The documentation for this struct was generated from the following file: