Home
last modified time | relevance | path

Searched refs:ramcfg_00_03_02 (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
Dramnv50.c305 if (subdev->device->chipset <= 0x96 && !next->bios.ramcfg_00_03_02) in nv50_ram_calc()
400 if (!next->bios.ramcfg_00_03_02) in nv50_ram_calc()
428 if ( next->bios.ramcfg_00_03_02) in nv50_ram_calc()
472 if (next->bios.ramcfg_00_03_02) in nv50_ram_calc()
474 if (subdev->device->chipset <= 0x96 && next->bios.ramcfg_00_03_02) in nv50_ram_calc()
/Linux-v5.4/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
Dramcfg.h47 unsigned ramcfg_00_03_02:1; member
/Linux-v5.4/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
Drammap.c170 p->ramcfg_00_03_02 = (nvbios_rd08(bios, data + 0x03) & 0x02) >> 1; in nvbios_rammapSp_from_perf()