|
Linux Kernel
3.7.1
|
#include <intel_drv.h>
Data Fields | |
| struct intel_encoder | base |
| u32 | sdvox_reg |
| int | ddc_bus |
| int | ddi_port |
| uint32_t | color_range |
| bool | has_hdmi_sink |
| bool | has_audio |
| enum hdmi_force_audio | force_audio |
| void(* | write_infoframe )(struct drm_encoder *encoder, struct dip_infoframe *frame) |
| void(* | set_infoframes )(struct drm_encoder *encoder, struct drm_display_mode *adjusted_mode) |
Definition at line 319 of file intel_drv.h.
| struct intel_encoder base |
Definition at line 320 of file intel_drv.h.
| uint32_t color_range |
Definition at line 324 of file intel_drv.h.
| int ddc_bus |
Definition at line 322 of file intel_drv.h.
| int ddi_port |
Definition at line 323 of file intel_drv.h.
| enum hdmi_force_audio force_audio |
Definition at line 327 of file intel_drv.h.
| bool has_audio |
Definition at line 326 of file intel_drv.h.
| bool has_hdmi_sink |
Definition at line 325 of file intel_drv.h.
| u32 sdvox_reg |
Definition at line 321 of file intel_drv.h.
| void(* set_infoframes)(struct drm_encoder *encoder, struct drm_display_mode *adjusted_mode) |
Definition at line 330 of file intel_drv.h.
| void(* write_infoframe)(struct drm_encoder *encoder, struct dip_infoframe *frame) |
Definition at line 328 of file intel_drv.h.
1.8.2