Searched refs:PGRAPH (Results 1 – 12 of 12) sorted by relevance
/linux-6.3-rc2/drivers/video/fbdev/nvidia/ |
A D | nv_hw.c | 1193 NV_WR32(par->PGRAPH, 0x0710, in NVLoadStateExt() 1195 NV_WR32(par->PGRAPH, 0x0710, in NVLoadStateExt() 1221 NV_WR32(par->PGRAPH, 0x0bc4, in NVLoadStateExt() 1374 NV_WR32(par->PGRAPH, in NVLoadStateExt() 1378 NV_WR32(par->PGRAPH, in NVLoadStateExt() 1385 NV_WR32(par->PGRAPH, in NVLoadStateExt() 1395 NV_WR32(par->PGRAPH, in NVLoadStateExt() 1448 NV_WR32(par->PGRAPH, 0x09A4, in NVLoadStateExt() 1450 NV_WR32(par->PGRAPH, 0x09A8, in NVLoadStateExt() 1453 NV_WR32(par->PGRAPH, 0x0754, in NVLoadStateExt() [all …]
|
A D | nv_type.h | 161 volatile u32 __iomem *PGRAPH; member
|
A D | nv_accel.c | 101 while (--count && NV_RD32(par->PGRAPH, 0x0700)) ; in NVSync()
|
A D | nv_setup.c | 300 par->PGRAPH = par->REGS + (0x00400000 / 4); in NVCommonSetup()
|
/linux-6.3-rc2/drivers/video/fbdev/riva/ |
A D | riva_hw.c | 66 NV_RD32(&chip->PGRAPH[0x000006B0/4], 0) & 0x01); in nv3Busy() 74 NV_RD32(&chip->PGRAPH[0x00000700/4], 0) & 0x01); in nv4Busy() 82 NV_RD32(&chip->PGRAPH[0x00000700/4], 0) & 0x01); in nv10Busy() 1361 LOAD_FIXED_STATE(nv10tri05,PGRAPH); in UpdateFifoState() 1390 LOAD_FIXED_STATE(nv3,PGRAPH); in LoadStateExt() 1396 LOAD_FIXED_STATE_15BPP(nv3,PGRAPH); in LoadStateExt() 1402 LOAD_FIXED_STATE_32BPP(nv3,PGRAPH); in LoadStateExt() 1408 LOAD_FIXED_STATE_8BPP(nv3,PGRAPH); in LoadStateExt() 1430 LOAD_FIXED_STATE(nv4,PGRAPH); in LoadStateExt() 1452 LOAD_FIXED_STATE_8BPP(nv4,PGRAPH); in LoadStateExt() [all …]
|
A D | nvreg.h | 77 #define PGRAPH_Write(reg,value) DEVICE_WRITE(PGRAPH,reg,value) 78 #define PGRAPH_Read(reg) DEVICE_READ(PGRAPH,reg) 79 #define PGRAPH_Print(reg) DEVICE_PRINT(PGRAPH,reg) 80 #define PGRAPH_Def(mask,value) DEVICE_DEF(PGRAPH,mask,value) 81 #define PGRAPH_Val(mask,value) DEVICE_VALUE(PGRAPH,mask,value) 82 #define PGRAPH_Mask(mask) DEVICE_MASK(PGRAPH,mask)
|
A D | nv_driver.c | 324 par->riva.PGRAPH = in riva_common_setup()
|
A D | riva_hw.h | 449 volatile U032 __iomem *PGRAPH; member
|
A D | fbdev.c | 2000 = default_par->riva.PGRAPH; in rivafb_probe()
|
/linux-6.3-rc2/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/ |
A D | hub.fuc | 1 /* fuc microcode for gf100 PGRAPH/HUB 67 // 31:0: total PGRAPH context size 400 // Without clearing again at end of xfer, some things cause PGRAPH 485 // load channel header, fetch PGRAPH context pointer
|
A D | com.fuc | 1 /* fuc microcode util functions for gf100 PGRAPH
|
A D | gpc.fuc | 1 /* fuc microcode for gf100 PGRAPH/GPC
|
Completed in 47 milliseconds