Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ttm.c308 uint32_t num_type, data_format, max_com, write_compress_disable; in amdgpu_ttm_copy_mem_to_mem() local
336 max_com = AMDGPU_TILING_GET(tiling_flags, GFX12_DCC_MAX_COMPRESSED_BLOCK); in amdgpu_ttm_copy_mem_to_mem()
341 copy_flags |= (AMDGPU_COPY_FLAGS_SET(MAX_COMPRESSED, max_com) | in amdgpu_ttm_copy_mem_to_mem()
/linux/drivers/gpu/drm/amd/display/dmub/inc/
H A Ddmub_cmd.h2313 uint32_t max_com : 2; member