Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_pm.c2942 uint16_t plane_blocks, y_plane_blocks = 0; in skl_allocate_pipe_ddb() local
2969 y_plane_blocks = y_minimum[plane]; in skl_allocate_pipe_ddb()
2970 y_plane_blocks += div_u64((uint64_t)alloc_size * y_data_rate, in skl_allocate_pipe_ddb()
2974 ddb->y_plane[pipe][plane].end = start + y_plane_blocks; in skl_allocate_pipe_ddb()
2976 start += y_plane_blocks; in skl_allocate_pipe_ddb()