Searched refs:NV10_PGRAPH_SURFACE (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
H A D | nv20.c | 294 tmp = nvkm_rd32(device, NV10_PGRAPH_SURFACE) & 0x0007ff00; in nv20_gr_init() 295 nvkm_wr32(device, NV10_PGRAPH_SURFACE, tmp); in nv20_gr_init() 296 tmp = nvkm_rd32(device, NV10_PGRAPH_SURFACE) | 0x00020100; in nv20_gr_init() 297 nvkm_wr32(device, NV10_PGRAPH_SURFACE, tmp); in nv20_gr_init()
|
H A D | regs.h | 167 #define NV10_PGRAPH_SURFACE 0x00400710 macro
|
H A D | nv10.c | 121 NV10_PGRAPH_SURFACE,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
H A D | nv20.c | 294 tmp = nvkm_rd32(device, NV10_PGRAPH_SURFACE) & 0x0007ff00; in nv20_gr_init() 295 nvkm_wr32(device, NV10_PGRAPH_SURFACE, tmp); in nv20_gr_init() 296 tmp = nvkm_rd32(device, NV10_PGRAPH_SURFACE) | 0x00020100; in nv20_gr_init() 297 nvkm_wr32(device, NV10_PGRAPH_SURFACE, tmp); in nv20_gr_init()
|
H A D | regs.h | 167 #define NV10_PGRAPH_SURFACE 0x00400710 macro
|
H A D | nv10.c | 121 NV10_PGRAPH_SURFACE,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/ |
H A D | nouveau_reg.h | 336 #define NV10_PGRAPH_SURFACE 0x00400710 macro
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/ |
H A D | nouveau_reg.h | 336 #define NV10_PGRAPH_SURFACE 0x00400710 macro
|
Completed in 14 milliseconds