Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_plane.c600 u32 array_mode, micro_tile_mode, tile_split_bytes; in amdgpu_dm_plane_calc_gfx6_mod() local
618 micro_tile_mode = (gb_tile_mode >> 0) & 0x3; in amdgpu_dm_plane_calc_gfx6_mod()
621 micro_tile_mode = (gb_tile_mode >> 22) & 0x7; in amdgpu_dm_plane_calc_gfx6_mod()
626 ASSERT(micro_tile_mode == AMD_FMT_MOD_MICROTILE_DISPLAY); in amdgpu_dm_plane_calc_gfx6_mod()
664 const u32 micro_tile_mode = AMD_FMT_MOD_GET(MICROTILE, modifier); in amdgpu_dm_plane_gfx6_format_mod_supported() local
694 if (micro_tile_mode != AMD_FMT_MOD_MICROTILE_DISPLAY) in amdgpu_dm_plane_gfx6_format_mod_supported()