Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
cdv_device.h File Reference

Go to the source code of this file.

Functions

void cdv_intel_crt_init (struct drm_device *dev, struct psb_intel_mode_device *mode_dev)
 
void cdv_intel_lvds_init (struct drm_device *dev, struct psb_intel_mode_device *mode_dev)
 
void cdv_hdmi_init (struct drm_device *dev, struct psb_intel_mode_device *mode_dev, int reg)
 
struct drm_display_modecdv_intel_crtc_mode_get (struct drm_device *dev, struct drm_crtc *crtc)
 

Variables

struct drm_crtc_helper_funcs cdv_intel_helper_funcs
 
struct drm_crtc_funcs cdv_intel_crtc_funcs
 

Function Documentation

void cdv_hdmi_init ( struct drm_device dev,
struct psb_intel_mode_device mode_dev,
int  reg 
)

Definition at line 294 of file cdv_intel_hdmi.c.

void cdv_intel_crt_init ( struct drm_device dev,
struct psb_intel_mode_device mode_dev 
)

Definition at line 259 of file cdv_intel_crt.c.

struct drm_display_mode* cdv_intel_crtc_mode_get ( struct drm_device dev,
struct drm_crtc crtc 
)
read

Returns the currently programmed mode of the given pipe.

Definition at line 1697 of file cdv_intel_display.c.

void cdv_intel_lvds_init ( struct drm_device dev,
struct psb_intel_mode_device mode_dev 
)

cdv_intel_lvds_init - setup LVDS connectors on this device : drm device

Create the connector, register the LVDS DDC bus, and try to figure out what modes we can display on the LVDS panel (if present).

Set up I2C bus FIXME: distroy i2c_bus when exit

Definition at line 612 of file cdv_intel_lvds.c.

Variable Documentation

struct drm_crtc_funcs cdv_intel_crtc_funcs

Definition at line 1762 of file cdv_intel_display.c.

struct drm_crtc_helper_funcs cdv_intel_helper_funcs

Definition at line 1753 of file cdv_intel_display.c.