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

Go to the source code of this file.

Data Structures

struct  nouveau_crtc
 

Functions

int nv50_crtc_create (struct drm_device *dev, int index)
 
int nv50_crtc_cursor_set (struct drm_crtc *drm_crtc, struct drm_file *file_priv, uint32_t buffer_handle, uint32_t width, uint32_t height)
 
int nv50_crtc_cursor_move (struct drm_crtc *drm_crtc, int x, int y)
 
int nv04_cursor_init (struct nouveau_crtc *)
 
int nv50_cursor_init (struct nouveau_crtc *)
 
struct nouveau_connectornouveau_crtc_connector_get (struct nouveau_crtc *crtc)
 

Function Documentation

struct nouveau_connector* nouveau_crtc_connector_get ( struct nouveau_crtc crtc)
read

Definition at line 212 of file nv50_crtc.c.

int nv04_cursor_init ( struct nouveau_crtc )

Definition at line 63 of file nv04_cursor.c.

int nv50_crtc_create ( struct drm_device dev,
int  index 
)

Definition at line 703 of file nv50_crtc.c.

int nv50_crtc_cursor_move ( struct drm_crtc drm_crtc,
int  x,
int  y 
)

Definition at line 400 of file nv50_crtc.c.

int nv50_crtc_cursor_set ( struct drm_crtc drm_crtc,
struct drm_file *  file_priv,
uint32_t  buffer_handle,
uint32_t  width,
uint32_t  height 
)

Definition at line 359 of file nv50_crtc.c.

int nv50_cursor_init ( struct nouveau_crtc )

Definition at line 129 of file nv50_cursor.c.