Linux Kernel
3.7.1
|
#include <exynos_drm_hdmi.h>
Data Fields | |
bool(* | is_connected )(void *ctx) |
int(* | get_edid )(void *ctx, struct drm_connector *connector, u8 *edid, int len) |
int(* | check_timing )(void *ctx, void *timing) |
int(* | power_on )(void *ctx, int mode) |
void(* | mode_fixup )(void *ctx, struct drm_connector *connector, const struct drm_display_mode *mode, struct drm_display_mode *adjusted_mode) |
void(* | mode_set )(void *ctx, void *mode) |
void(* | get_max_resol )(void *ctx, unsigned int *width, unsigned int *height) |
void(* | commit )(void *ctx) |
void(* | dpms )(void *ctx, int mode) |
Definition at line 44 of file exynos_drm_hdmi.h.
Definition at line 47 of file exynos_drm_hdmi.h.
Definition at line 57 of file exynos_drm_hdmi.h.
Definition at line 46 of file exynos_drm_hdmi.h.
void(* mode_fixup)(void *ctx, struct drm_connector *connector, const struct drm_display_mode *mode, struct drm_display_mode *adjusted_mode) |
Definition at line 53 of file exynos_drm_hdmi.h.