Searched refs:AMDGPU_VCNFW_LOG_SIZE (Results 1 – 2 of 2) sorted by relevance
223 bo_size += AMDGPU_VCNFW_LOG_SIZE; in amdgpu_vcn_sw_init()244 adev->vcn.inst[i].fw_shared.cpu_addr -= AMDGPU_VCNFW_LOG_SIZE; in amdgpu_vcn_sw_init()245 adev->vcn.inst[i].fw_shared.gpu_addr -= AMDGPU_VCNFW_LOG_SIZE; in amdgpu_vcn_sw_init()1184 if (read_pos > AMDGPU_VCNFW_LOG_SIZE || write_pos > AMDGPU_VCNFW_LOG_SIZE) in amdgpu_debugfs_vcn_fwlog_read()1194 read_num[0] = AMDGPU_VCNFW_LOG_SIZE - read_pos; in amdgpu_debugfs_vcn_fwlog_read()1206 if (read_pos == AMDGPU_VCNFW_LOG_SIZE) in amdgpu_debugfs_vcn_fwlog_read()1240 AMDGPU_VCNFW_LOG_SIZE); in amdgpu_debugfs_vcn_fwlog_init()1257 fw_log->size = cpu_to_le32(AMDGPU_VCNFW_LOG_SIZE); in amdgpu_vcn_fwlog_init()1260 log_buf->buffer_size = AMDGPU_VCNFW_LOG_SIZE; in amdgpu_vcn_fwlog_init()
256 #define AMDGPU_VCNFW_LOG_SIZE (32 * 1024) macro