Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dskl_watermark.c2029 u16 wm0_blocks, trans_offset, blocks; in skl_compute_transition_wm() local
2065 wm0_blocks = wm0->blocks - 1; in skl_compute_transition_wm()
2070 blocks = max(wm0_blocks, trans_y_tile_min) + trans_offset; in skl_compute_transition_wm()
2072 blocks = wm0_blocks + trans_offset; in skl_compute_transition_wm()