Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
#define | MASK(field) |
#define | XLATE(src, srclowbit, outfield) |
#define | NV04_CURSOR_SIZE 32 |
#define | NV10_CURSOR_SIZE 64 |
#define MASK | ( | field | ) |
Definition at line 31 of file nouveau_hw.h.
#define NV04_CURSOR_SIZE 32 |
Definition at line 329 of file nouveau_hw.h.
#define NV10_CURSOR_SIZE 64 |
Definition at line 331 of file nouveau_hw.h.
#define XLATE | ( | src, | |
srclowbit, | |||
outfield | |||
) |
Definition at line 34 of file nouveau_hw.h.
Definition at line 253 of file nouveau_calc.c.
int nouveau_hw_get_clock | ( | struct drm_device * | , |
enum nvbios_pll_type | plltype | ||
) |
Definition at line 217 of file nouveau_hw.c.
int nouveau_hw_get_pllvals | ( | struct drm_device * | , |
enum nvbios_pll_type | plltype, | ||
struct nouveau_pll_vals * | pllvals | ||
) |
Definition at line 166 of file nouveau_hw.c.
void nouveau_hw_load_state | ( | struct drm_device * | , |
int | head, | ||
struct nv04_mode_state * | state | ||
) |
Definition at line 818 of file nouveau_hw.c.
void nouveau_hw_load_state_palette | ( | struct drm_device * | , |
int | head, | ||
struct nv04_mode_state * | state | ||
) |
Definition at line 786 of file nouveau_hw.c.
int nouveau_hw_pllvals_to_clk | ( | struct nouveau_pll_vals * | pllvals | ) |
Definition at line 207 of file nouveau_hw.c.
void nouveau_hw_save_state | ( | struct drm_device * | , |
int | head, | ||
struct nv04_mode_state * | state | ||
) |
Definition at line 804 of file nouveau_hw.c.
void nouveau_hw_save_vga_fonts | ( | struct drm_device * | , |
bool | save | ||
) |
Definition at line 306 of file nouveau_hw.c.
void NVBlankScreen | ( | struct drm_device * | , |
int | head, | ||
bool | blank | ||
) |
Definition at line 112 of file nouveau_hw.c.
uint8_t NVReadVgaGr | ( | struct drm_device * | , |
int | head, | ||
uint8_t | index | ||
) |
Definition at line 62 of file nouveau_hw.c.
uint8_t NVReadVgaSeq | ( | struct drm_device * | , |
int | head, | ||
uint8_t | index | ||
) |
Definition at line 48 of file nouveau_hw.c.
void NVSetOwner | ( | struct drm_device * | , |
int | owner | ||
) |
Definition at line 87 of file nouveau_hw.c.
Definition at line 55 of file nouveau_hw.c.
Definition at line 41 of file nouveau_hw.c.