Searched refs:pitch3 (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/drivers/video/riva/ |
D | riva_hw.c | 1337 state->pitch3 = pixelDepth * width; in CalcStateExt() 1458 NV_WR32(chip->PGRAPH, 0x0000065C, state->pitch3); in LoadStateExt() 1500 NV_WR32(chip->PGRAPH, 0x0000067C, state->pitch3); in LoadStateExt() 1548 NV_WR32(chip->PGRAPH, 0x0000067C, state->pitch3); in LoadStateExt() 1549 NV_WR32(chip->PGRAPH, 0x00000680, state->pitch3); in LoadStateExt() 1558 NV_WR32(chip->PGRAPH, 0x0000085C, state->pitch3); in LoadStateExt() 1559 NV_WR32(chip->PGRAPH, 0x00000860, state->pitch3); in LoadStateExt() 1560 NV_WR32(chip->PGRAPH, 0x00000864, state->pitch3); in LoadStateExt() 1787 state->pitch3 = NV_RD32(chip->PGRAPH, 0x0000065C); in UnloadStateExt() 1797 state->pitch3 = NV_RD32(chip->PGRAPH, 0x0000067C); in UnloadStateExt() [all …]
|
D | riva_hw.h | 528 U032 pitch3; member
|