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

Go to the source code of this file.

Functions

bool psb_intel_pipe_has_type (struct drm_crtc *crtc, int type)
 
void psb_intel_crtc_gamma_set (struct drm_crtc *crtc, u16 *red, u16 *green, u16 *blue, uint32_t type, uint32_t size)
 
void psb_intel_crtc_destroy (struct drm_crtc *crtc)
 

Function Documentation

void psb_intel_crtc_destroy ( struct drm_crtc crtc)

Definition at line 1228 of file psb_intel_display.c.

void psb_intel_crtc_gamma_set ( struct drm_crtc crtc,
u16 red,
u16 green,
u16 blue,
uint32_t  type,
uint32_t  size 
)

Definition at line 1071 of file psb_intel_display.c.

bool psb_intel_pipe_has_type ( struct drm_crtc crtc,
int  type 
)

Returns whether any output on the specified pipe is of the specified type

Definition at line 209 of file psb_intel_display.c.