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

#include <drm_crtc.h>

Data Fields

void(* reset )(struct drm_encoder *encoder)
 
void(* destroy )(struct drm_encoder *encoder)
 

Detailed Description

drm_encoder_funcs - encoder controls : reset state (e.g. at init or resume time) : cleanup and free associated data

Encoders sit between CRTCs and connectors.

Definition at line 471 of file drm_crtc.h.

Field Documentation

void(* destroy)(struct drm_encoder *encoder)

Definition at line 473 of file drm_crtc.h.

void(* reset)(struct drm_encoder *encoder)

Definition at line 472 of file drm_crtc.h.


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