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

#include <drm_crtc_helper.h>

Data Fields

int(* get_modes )(struct drm_connector *connector)
 
int(* mode_valid )(struct drm_connector *connector, struct drm_display_mode *mode)
 
struct drm_encoder *(* best_encoder )(struct drm_connector *connector)
 

Detailed Description

drm_connector_helper_funcs - helper operations for connectors : get mode list for this connector : is this mode valid on the given connector?

The helper operations are called by the mid-layer CRTC helper.

Definition at line 121 of file drm_crtc_helper.h.

Field Documentation

struct drm_encoder*(* best_encoder)(struct drm_connector *connector)
read

Definition at line 125 of file drm_crtc_helper.h.

Definition at line 122 of file drm_crtc_helper.h.

Definition at line 123 of file drm_crtc_helper.h.


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