Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
cdv_intel_hdmi.c File Reference
#include <drm/drmP.h>
#include <drm/drm.h>
#include <drm/drm_crtc.h>
#include <drm/drm_edid.h>
#include "psb_intel_drv.h"
#include "psb_drv.h"
#include "psb_intel_reg.h"
#include "cdv_device.h"
#include <linux/pm_runtime.h>

Go to the source code of this file.

Data Structures

struct  mid_intel_hdmi_priv
 

Macros

#define HDMI_NULL_PACKETS_DURING_VSYNC   (1 << 9)
 
#define HDMI_BORDER_ENABLE   (1 << 7)
 
#define HDMI_AUDIO_ENABLE   (1 << 6)
 
#define HDMI_VSYNC_ACTIVE_HIGH   (1 << 4)
 
#define HDMI_HSYNC_ACTIVE_HIGH   (1 << 3)
 
#define HDMIB_PIPE_B_SELECT   (1 << 30)
 

Functions

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

Macro Definition Documentation

#define HDMI_AUDIO_ENABLE   (1 << 6)

Definition at line 43 of file cdv_intel_hdmi.c.

#define HDMI_BORDER_ENABLE   (1 << 7)

Definition at line 42 of file cdv_intel_hdmi.c.

#define HDMI_HSYNC_ACTIVE_HIGH   (1 << 3)

Definition at line 45 of file cdv_intel_hdmi.c.

#define HDMI_NULL_PACKETS_DURING_VSYNC   (1 << 9)

Definition at line 41 of file cdv_intel_hdmi.c.

#define HDMI_VSYNC_ACTIVE_HIGH   (1 << 4)

Definition at line 44 of file cdv_intel_hdmi.c.

#define HDMIB_PIPE_B_SELECT   (1 << 30)

Definition at line 47 of file cdv_intel_hdmi.c.

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.