Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/i915/
Dintel_pm.c2877 uint32_t res_blocks, res_lines; in skl_compute_plane_wm() local
2922 res_blocks = selected_result + 1; in skl_compute_plane_wm()
2930 res_blocks++; in skl_compute_plane_wm()
2933 if (res_blocks >= ddb_allocation || res_lines > 31) in skl_compute_plane_wm()
2936 *out_blocks = res_blocks; in skl_compute_plane_wm()