Searched refs:pitch3 (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.10/drivers/video/fbdev/riva/ |
D | riva_hw.c | 1338 state->pitch3 = pixelDepth * width; in CalcStateExt() 1441 NV_WR32(chip->PGRAPH, 0x0000065C, state->pitch3); in LoadStateExt() 1483 NV_WR32(chip->PGRAPH, 0x0000067C, state->pitch3); in LoadStateExt() 1531 NV_WR32(chip->PGRAPH, 0x0000067C, state->pitch3); in LoadStateExt() 1532 NV_WR32(chip->PGRAPH, 0x00000680, state->pitch3); in LoadStateExt() 1541 NV_WR32(chip->PGRAPH, 0x0000085C, state->pitch3); in LoadStateExt() 1542 NV_WR32(chip->PGRAPH, 0x00000860, state->pitch3); in LoadStateExt() 1543 NV_WR32(chip->PGRAPH, 0x00000864, state->pitch3); in LoadStateExt() 1770 state->pitch3 = NV_RD32(chip->PGRAPH, 0x0000065C); in UnloadStateExt() 1780 state->pitch3 = NV_RD32(chip->PGRAPH, 0x0000067C); in UnloadStateExt() [all …]
|
D | riva_hw.h | 528 U032 pitch3; member
|