Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
mdfld_device.c File Reference
#include "psb_drv.h"
#include "mid_bios.h"
#include "mdfld_output.h"
#include "mdfld_dsi_output.h"
#include "tc35876x-dsi-lvds.h"
#include <asm/intel_scu_ipc.h>

Go to the source code of this file.

Functions

struct backlight_devicemdfld_get_backlight_device (void)
 

Variables

struct psb_ops mdfld_chip_ops
 

Function Documentation

struct backlight_device* mdfld_get_backlight_device ( void  )
read

Definition at line 149 of file mdfld_device.c.

Variable Documentation

struct psb_ops mdfld_chip_ops
Initial value:
= {
.name = "mdfld",
.accel_2d = 0,
.pipes = 3,
.crtcs = 3,
.lvds_mask = (1 << 1),
.hdmi_mask = (1 << 1),
.cursor_needs_phys = 0,
.sgx_offset = MRST_SGX_OFFSET,
.chip_setup = mdfld_chip_setup,
.crtc_helper = &mdfld_helper_funcs,
.crtc_funcs = &psb_intel_crtc_funcs,
.output_init = mdfld_output_init,
.save_regs = mdfld_save_registers,
.restore_regs = mdfld_restore_registers,
.power_down = mdfld_power_down,
.power_up = mdfld_power_up,
}

Definition at line 527 of file mdfld_device.c.