Searched refs:tile_bytes_1x (Results 1 – 1 of 1) sorted by relevance
553 const u32 tile_bytes_1x = tile_size_pixels * bpp * thickness / 8; in amdgpu_dm_plane_calc_gfx7_tile_split() local556 return clamp(tile_bytes_1x * sample_split_factor, in amdgpu_dm_plane_calc_gfx7_tile_split()577 const u32 tile_bytes_1x = thickness * tile_size_pixels * bpp / 8; in amdgpu_dm_plane_get_gfx7_macro_tile_idx() local578 const u32 tile_bytes = clamp(tile_bytes_1x, 64, tile_split_bytes); in amdgpu_dm_plane_get_gfx7_macro_tile_idx()