|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/pci.h>#include <linux/pci_ids.h>#include "riva_hw.h"#include "riva_tbl.h"#include "nv_type.h"Go to the source code of this file.
Data Structures | |
| struct | nv3_arb_info |
| struct | nv3_fifo_info |
| struct | nv3_sim_state |
| struct | nv4_fifo_info |
| struct | nv4_sim_state |
| struct | nv10_fifo_info |
| struct | nv10_sim_state |
Macros | |
| #define | DEFAULT_GR_LWM 100 |
| #define | DEFAULT_VID_LWM 100 |
| #define | DEFAULT_GR_BURST_SIZE 256 |
| #define | DEFAULT_VID_BURST_SIZE 128 |
| #define | VIDEO 0 |
| #define | GRAPHICS 1 |
| #define | MPORT 2 |
| #define | ENGINE 3 |
| #define | GFIFO_SIZE 320 |
| #define | GFIFO_SIZE_128 256 |
| #define | MFIFO_SIZE 120 |
| #define | VFIFO_SIZE 256 |
| #define | LOAD_FIXED_STATE(tbl, dev) |
| #define | LOAD_FIXED_STATE_8BPP(tbl, dev) |
| #define | LOAD_FIXED_STATE_15BPP(tbl, dev) |
| #define | LOAD_FIXED_STATE_16BPP(tbl, dev) |
| #define | LOAD_FIXED_STATE_32BPP(tbl, dev) |
Functions | |
| int | CalcStateExt (RIVA_HW_INST *chip, RIVA_HW_STATE *state, int bpp, int width, int hDisplaySize, int height, int dotClock) |
| int | RivaGetConfig (RIVA_HW_INST *chip, unsigned int chipset) |
| #define LOAD_FIXED_STATE | ( | tbl, | |
| dev | |||
| ) |
| #define LOAD_FIXED_STATE_15BPP | ( | tbl, | |
| dev | |||
| ) |
| #define LOAD_FIXED_STATE_16BPP | ( | tbl, | |
| dev | |||
| ) |
| #define LOAD_FIXED_STATE_32BPP | ( | tbl, | |
| dev | |||
| ) |
| #define LOAD_FIXED_STATE_8BPP | ( | tbl, | |
| dev | |||
| ) |
| int CalcStateExt | ( | RIVA_HW_INST * | chip, |
| RIVA_HW_STATE * | state, | ||
| int | bpp, | ||
| int | width, | ||
| int | hDisplaySize, | ||
| int | height, | ||
| int | dotClock | ||
| ) |
| int RivaGetConfig | ( | RIVA_HW_INST * | chip, |
| unsigned int | chipset | ||
| ) |
1.8.2