Searched refs:dom6 (Results 1 - 3 of 3) sorted by relevance
/drivers/gpu/drm/nouveau/ |
H A D | nv50_pm.c | 348 perflvl->dom6 = read_clk(dev, clk_src_dom6); 582 /* dom6: nfi what this is, but we're limited to various combinations 585 if (perflvl->dom6) { 587 if (clk_same(perflvl->dom6, read_clk(dev, clk_src_href))) { 590 if (clk_same(perflvl->dom6, read_clk(dev, clk_src_hclk))) { 594 clk = calc_div(clk, perflvl->dom6, &P1); 680 /* reclock vdec/dom6 */ 695 * plls (nvclk to dom6, sclk to hclk), modify the plls, and
|
H A D | nouveau_perf.c | 304 perflvl->dom6 = ROM16(entry[20]) * 1000;
|
H A D | nouveau_drv.h | 492 u32 dom6; member in struct:nouveau_pm_level
|
Completed in 69 milliseconds