Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/radeon/
H A Dr100.c3283 temp_ff.full = dfixed_const(temp); in r100_bandwidth_update()
3290 temp_ff.full = dfixed_const(1000); in r100_bandwidth_update()
3441 temp_ff.full = dfixed_const(2); in r100_bandwidth_update()
3443 temp_ff.full = dfixed_const(c); in r100_bandwidth_update()
3445 temp_ff.full = dfixed_const(4); in r100_bandwidth_update()
3457 temp_ff.full += trcd_ff.full; in r100_bandwidth_update()
3458 if (temp_ff.full < tras_ff.full) in r100_bandwidth_update()
3459 temp_ff.full = tras_ff.full; in r100_bandwidth_update()
3599 temp_ff.full = dfixed_mul(mclk_ff, temp_ff); in r100_bandwidth_update()
3600 if (sclk_ff.full < temp_ff.full) in r100_bandwidth_update()
[all …]