Home
last modified time | relevance | path

Searched refs:mem_trcd (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H A Dr100.c3153 uint32_t temp, data, mem_trcd, mem_trp, mem_tras; in r100_bandwidth_update() local
3295 mem_trcd = ((temp >> 2) & 0x3) + 1; in r100_bandwidth_update()
3300 mem_trcd = (temp & 0x7) + 1; in r100_bandwidth_update()
3306 mem_trcd = (temp & 0x7) + 3; in r100_bandwidth_update()
3313 mem_trcd = (temp & 0xf) + 3; in r100_bandwidth_update()
3314 if (mem_trcd > 15) in r100_bandwidth_update()
3315 mem_trcd = 15; in r100_bandwidth_update()
3323 mem_trcd = (temp & 0x7) + 1; in r100_bandwidth_update()
3328 trcd_ff.full = dfixed_const(mem_trcd); in r100_bandwidth_update()
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/
H A Dr100.c3150 uint32_t temp, data, mem_trcd, mem_trp, mem_tras; in r100_bandwidth_update() local
3292 mem_trcd = ((temp >> 2) & 0x3) + 1; in r100_bandwidth_update()
3297 mem_trcd = (temp & 0x7) + 1; in r100_bandwidth_update()
3303 mem_trcd = (temp & 0x7) + 3; in r100_bandwidth_update()
3310 mem_trcd = (temp & 0xf) + 3; in r100_bandwidth_update()
3311 if (mem_trcd > 15) in r100_bandwidth_update()
3312 mem_trcd = 15; in r100_bandwidth_update()
3320 mem_trcd = (temp & 0x7) + 1; in r100_bandwidth_update()
3325 trcd_ff.full = dfixed_const(mem_trcd); in r100_bandwidth_update()

Completed in 11 milliseconds