Searched refs:tmz (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/gpu/drm/amd/amdkfd/ |
| H A D | kfd_pm4_headers_aldebaran.h | 43 uint32_t tmz:1; /* 23 */ member
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_ttm.c | 196 bool tmz, uint64_t *size, uint64_t *addr) in amdgpu_ttm_map_buffer() argument 213 if (!tmz && mem->start != AMDGPU_BO_INVALID_OFFSET) { in amdgpu_ttm_map_buffer() 256 if (tmz) in amdgpu_ttm_map_buffer() 297 uint64_t size, bool tmz, in amdgpu_ttm_copy_mem_to_mem() argument 327 0, tmz, &cur_size, &from); in amdgpu_ttm_copy_mem_to_mem() 332 1, tmz, &cur_size, &to); in amdgpu_ttm_copy_mem_to_mem() 338 if (tmz) in amdgpu_ttm_copy_mem_to_mem()
|
| H A D | amdgpu_drv.c | 934 MODULE_PARM_DESC(tmz, "Enable TMZ feature (-1 = auto (default), 0 = off, 1 = on)"); 935 module_param_named(tmz, amdgpu_tmz, int, 0444);
|
| /linux/drivers/gpu/drm/amd/display/dc/ |
| H A D | dc_dmub_srv.c | 2176 lsdma_data->u.linear_sub_window_copy_data.tmz = copy_data.tmz; in dmub_lsdma_send_linear_sub_window_copy_command() 2237 lsdma_data->u.tiled_copy_data.tmz = params.tmz; in dmub_lsdma_send_tiled_to_tiled_copy_command()
|
| /linux/drivers/gpu/drm/amd/display/dmub/inc/ |
| H A D | dmub_cmd.h | 2348 uint32_t tmz : 1; member 2377 uint32_t tmz : 1; member 2403 uint32_t tmz : 1; member
|