Searched refs:AMDGPU_VCNFW_LOG_SIZE (Results 1 – 2 of 2) sorted by relevance
162 bo_size += AMDGPU_VCNFW_LOG_SIZE; in amdgpu_vcn_sw_init()187 adev->vcn.inst[i].fw_shared.cpu_addr -= AMDGPU_VCNFW_LOG_SIZE; in amdgpu_vcn_sw_init()188 adev->vcn.inst[i].fw_shared.gpu_addr -= AMDGPU_VCNFW_LOG_SIZE; in amdgpu_vcn_sw_init()1056 if (read_pos > AMDGPU_VCNFW_LOG_SIZE || write_pos > AMDGPU_VCNFW_LOG_SIZE) in amdgpu_debugfs_vcn_fwlog_read()1066 read_num[0] = AMDGPU_VCNFW_LOG_SIZE - read_pos; in amdgpu_debugfs_vcn_fwlog_read()1078 if (read_pos == AMDGPU_VCNFW_LOG_SIZE) in amdgpu_debugfs_vcn_fwlog_read()1112 AMDGPU_VCNFW_LOG_SIZE); in amdgpu_debugfs_vcn_fwlog_init()1129 fw_log->size = cpu_to_le32(AMDGPU_VCNFW_LOG_SIZE); in amdgpu_vcn_fwlog_init()1132 log_buf->buffer_size = AMDGPU_VCNFW_LOG_SIZE; in amdgpu_vcn_fwlog_init()
243 #define AMDGPU_VCNFW_LOG_SIZE (32 * 1024) macro
Completed in 10 milliseconds