Searched refs:pitch3 (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/video/fbdev/riva/ |
| H A D | riva_hw.c | 1321 state->pitch3 = pixelDepth * width; in CalcStateExt() 1424 NV_WR32(chip->PGRAPH, 0x0000065C, state->pitch3); in LoadStateExt() 1466 NV_WR32(chip->PGRAPH, 0x0000067C, state->pitch3); in LoadStateExt() 1514 NV_WR32(chip->PGRAPH, 0x0000067C, state->pitch3); in LoadStateExt() 1515 NV_WR32(chip->PGRAPH, 0x00000680, state->pitch3); in LoadStateExt() 1524 NV_WR32(chip->PGRAPH, 0x0000085C, state->pitch3); in LoadStateExt() 1525 NV_WR32(chip->PGRAPH, 0x00000860, state->pitch3); in LoadStateExt() 1526 NV_WR32(chip->PGRAPH, 0x00000864, state->pitch3); in LoadStateExt() 1753 state->pitch3 = NV_RD32(chip->PGRAPH, 0x0000065C); in UnloadStateExt() 1763 state->pitch3 = NV_RD32(chip->PGRAPH, 0x0000067C); in UnloadStateExt() [all …]
|
| H A D | riva_hw.h | 528 U032 pitch3; member
|