Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_formats.c65 unsigned int y_tile_width, y_tile_height; in _dpu_format_populate_plane_sizes_ubwc() local
82 y_tile_height = 4; in _dpu_format_populate_plane_sizes_ubwc()
89 y_tile_height = 8; in _dpu_format_populate_plane_sizes_ubwc()
106 y_meta_scanlines = DIV_ROUND_UP(fb->height, y_tile_height); in _dpu_format_populate_plane_sizes_ubwc()
114 uv_meta_scanlines = DIV_ROUND_UP((fb->height+1)>>1, y_tile_height); in _dpu_format_populate_plane_sizes_ubwc()