Home
last modified time | relevance | path

Searched refs:rammap_min (Results 1 – 4 of 4) sorted by relevance

/drivers/gpu/drm/nouveau/core/subdev/bios/
Drammap.c88 p->rammap_min = nv_ro16(bios, data + 0x00); in nvbios_rammapEp()
94 p->rammap_min = nv_ro16(bios, data + 0x00); in nvbios_rammapEp()
128 if (mhz >= info->rammap_min && mhz <= info->rammap_max) in nvbios_rammapEm()
/drivers/gpu/drm/nouveau/core/include/subdev/bios/
Dramcfg.h9 unsigned rammap_min; member
/drivers/gpu/drm/nouveau/core/subdev/fb/
Dramnva3.c97 if (freq / 1000 >= next->bios.rammap_min && in nva3_ram_calc()
Dramnve0.c943 if (mhz >= cfg->bios.rammap_min && in nve0_ram_calc_data()
1084 if (mhz >= cfg->bios.rammap_min && in nve0_ram_prog_0()