Linux Kernel
3.7.1
|
#include <intel_drv.h>
Data Fields | |
struct drm_encoder | base |
struct intel_crtc * | new_crtc |
int | type |
bool | needs_tv_clock |
bool | cloneable |
bool | connectors_active |
void(* | hot_plug )(struct intel_encoder *) |
void(* | pre_enable )(struct intel_encoder *) |
void(* | enable )(struct intel_encoder *) |
void(* | disable )(struct intel_encoder *) |
void(* | post_disable )(struct intel_encoder *) |
bool(* | get_hw_state )(struct intel_encoder *, enum pipe *pipe) |
int | crtc_mask |
Definition at line 138 of file intel_drv.h.
struct drm_encoder base |
Definition at line 139 of file intel_drv.h.
bool cloneable |
Definition at line 152 of file intel_drv.h.
bool connectors_active |
Definition at line 153 of file intel_drv.h.
int crtc_mask |
Definition at line 163 of file intel_drv.h.
void(* disable)(struct intel_encoder *) |
Definition at line 157 of file intel_drv.h.
void(* enable)(struct intel_encoder *) |
Definition at line 156 of file intel_drv.h.
bool(* get_hw_state)(struct intel_encoder *, enum pipe *pipe) |
Definition at line 162 of file intel_drv.h.
void(* hot_plug)(struct intel_encoder *) |
Definition at line 154 of file intel_drv.h.
bool needs_tv_clock |
Definition at line 147 of file intel_drv.h.
struct intel_crtc* new_crtc |
Definition at line 144 of file intel_drv.h.
void(* post_disable)(struct intel_encoder *) |
Definition at line 158 of file intel_drv.h.
void(* pre_enable)(struct intel_encoder *) |
Definition at line 155 of file intel_drv.h.
Definition at line 146 of file intel_drv.h.