Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_pm.c3145 uint32_t res_blocks, res_lines; in skl_compute_plane_wm() local
3193 res_blocks = selected_result + 1; in skl_compute_plane_wm()
3201 res_blocks++; in skl_compute_plane_wm()
3204 if (res_blocks >= ddb_allocation || res_lines > 31) in skl_compute_plane_wm()
3207 *out_blocks = res_blocks; in skl_compute_plane_wm()