Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/i915/
Dintel_pm.c5659 u16 wm0_blocks, trans_offset, blocks; in skl_compute_transition_wm() local
5695 wm0_blocks = wm0->blocks - 1; in skl_compute_transition_wm()
5700 blocks = max(wm0_blocks, trans_y_tile_min) + trans_offset; in skl_compute_transition_wm()
5702 blocks = wm0_blocks + trans_offset; in skl_compute_transition_wm()