Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions
nv_hw.c File Reference
#include <linux/pci.h>
#include "nv_type.h"
#include "nv_local.h"
#include "nv_proto.h"

Go to the source code of this file.

Data Structures

struct  nv4_fifo_info
 
struct  nv4_sim_state
 
struct  nv10_fifo_info
 
struct  nv10_sim_state
 

Functions

void NVLockUnlock (struct nvidia_par *par, int Lock)
 
int NVShowHideCursor (struct nvidia_par *par, int ShowHide)
 
void NVCalcStateExt (struct nvidia_par *par, RIVA_HW_STATE *state, int bpp, int width, int hDisplaySize, int height, int dotClock, int flags)
 
void NVLoadStateExt (struct nvidia_par *par, RIVA_HW_STATE *state)
 
void NVUnloadStateExt (struct nvidia_par *par, RIVA_HW_STATE *state)
 
void NVSetStartAddress (struct nvidia_par *par, u32 start)
 

Function Documentation

void NVCalcStateExt ( struct nvidia_par par,
RIVA_HW_STATE state,
int  bpp,
int  width,
int  hDisplaySize,
int  height,
int  dotClock,
int  flags 
)

Definition at line 855 of file nv_hw.c.

void NVLoadStateExt ( struct nvidia_par par,
RIVA_HW_STATE state 
)

Definition at line 945 of file nv_hw.c.

void NVLockUnlock ( struct nvidia_par par,
int  Lock 
)

Definition at line 57 of file nv_hw.c.

void NVSetStartAddress ( struct nvidia_par par,
u32  start 
)

Definition at line 1684 of file nv_hw.c.

int NVShowHideCursor ( struct nvidia_par par,
int  ShowHide 
)

Definition at line 73 of file nv_hw.c.

void NVUnloadStateExt ( struct nvidia_par par,
RIVA_HW_STATE state 
)

Definition at line 1612 of file nv_hw.c.