Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_plane.c552 const u32 tile_size_pixels = 8 * 8; in amdgpu_dm_plane_calc_gfx7_tile_split() local
553 const u32 tile_bytes_1x = tile_size_pixels * bpp * thickness / 8; in amdgpu_dm_plane_calc_gfx7_tile_split()
576 const u32 tile_size_pixels = 8 * 8; in amdgpu_dm_plane_get_gfx7_macro_tile_idx() local
577 const u32 tile_bytes_1x = thickness * tile_size_pixels * bpp / 8; in amdgpu_dm_plane_get_gfx7_macro_tile_idx()