Searched refs:AMDGPU_VCNFW_LOG_SIZE (Results 1 – 2 of 2) sorted by relevance
183 bo_size += AMDGPU_VCNFW_LOG_SIZE; in amdgpu_vcn_sw_init()208 adev->vcn.inst[i].fw_shared.cpu_addr -= AMDGPU_VCNFW_LOG_SIZE; in amdgpu_vcn_sw_init()209 adev->vcn.inst[i].fw_shared.gpu_addr -= AMDGPU_VCNFW_LOG_SIZE; in amdgpu_vcn_sw_init()1082 if (read_pos > AMDGPU_VCNFW_LOG_SIZE || write_pos > AMDGPU_VCNFW_LOG_SIZE) in amdgpu_debugfs_vcn_fwlog_read()1092 read_num[0] = AMDGPU_VCNFW_LOG_SIZE - read_pos; in amdgpu_debugfs_vcn_fwlog_read()1104 if (read_pos == AMDGPU_VCNFW_LOG_SIZE) in amdgpu_debugfs_vcn_fwlog_read()1138 AMDGPU_VCNFW_LOG_SIZE); in amdgpu_debugfs_vcn_fwlog_init()1155 fw_log->size = cpu_to_le32(AMDGPU_VCNFW_LOG_SIZE); in amdgpu_vcn_fwlog_init()1158 log_buf->buffer_size = AMDGPU_VCNFW_LOG_SIZE; in amdgpu_vcn_fwlog_init()
242 #define AMDGPU_VCNFW_LOG_SIZE (32 * 1024) macro