Home
last modified time | relevance | path

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

/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
Dramnv50.c304 if (subdev->device->chipset <= 0x96 && !next->bios.ramcfg_00_03_02) in nv50_ram_calc()
399 if (!next->bios.ramcfg_00_03_02) in nv50_ram_calc()
427 if ( next->bios.ramcfg_00_03_02) in nv50_ram_calc()
471 if (next->bios.ramcfg_00_03_02) in nv50_ram_calc()
473 if (subdev->device->chipset <= 0x96 && next->bios.ramcfg_00_03_02) in nv50_ram_calc()
/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
Dramcfg.h47 unsigned ramcfg_00_03_02:1; member
/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()