Searched refs:pitch3 (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/video/fbdev/riva/ |
D | riva_hw.c | 1339 state->pitch3 = pixelDepth * width; in CalcStateExt() 1460 NV_WR32(chip->PGRAPH, 0x0000065C, state->pitch3); in LoadStateExt() 1502 NV_WR32(chip->PGRAPH, 0x0000067C, state->pitch3); in LoadStateExt() 1550 NV_WR32(chip->PGRAPH, 0x0000067C, state->pitch3); in LoadStateExt() 1551 NV_WR32(chip->PGRAPH, 0x00000680, state->pitch3); in LoadStateExt() 1560 NV_WR32(chip->PGRAPH, 0x0000085C, state->pitch3); in LoadStateExt() 1561 NV_WR32(chip->PGRAPH, 0x00000860, state->pitch3); in LoadStateExt() 1562 NV_WR32(chip->PGRAPH, 0x00000864, state->pitch3); in LoadStateExt() 1789 state->pitch3 = NV_RD32(chip->PGRAPH, 0x0000065C); in UnloadStateExt() 1799 state->pitch3 = NV_RD32(chip->PGRAPH, 0x0000067C); in UnloadStateExt() [all …]
|
D | riva_hw.h | 528 U032 pitch3; member
|