Symbol: AMDGPU_GPU_PAGE_ALIGN
drivers/gpu/drm/amd/amdgpu/amdgpu.h
1174
#define AMDGPU_MQD_SIZE_ALIGN(mqd_size) AMDGPU_GPU_PAGE_ALIGN(((mqd_size) + 32))
drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c
321
bo_size += AMDGPU_GPU_PAGE_ALIGN(le32_to_cpu(hdr->ucode_size_bytes) + 8);
drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.h
37
(AMDGPU_GPU_PAGE_ALIGN(le32_to_cpu(((const struct common_firmware_header *)(adev)->uvd.fw->data)->ucode_size_bytes) + \
drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c
490
addr = AMDGPU_GPU_PAGE_ALIGN(ib_msg.gpu_addr);
drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c
1016
addr = AMDGPU_GPU_PAGE_ALIGN(ib_msg->gpu_addr);
drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c
207
bo_size += AMDGPU_GPU_PAGE_ALIGN(le32_to_cpu(hdr->ucode_size_bytes) + 8);
drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c
210
fw_shared_size = AMDGPU_GPU_PAGE_ALIGN(sizeof(struct amdgpu_vcn5_fw_shared));
drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c
213
fw_shared_size = AMDGPU_GPU_PAGE_ALIGN(sizeof(struct amdgpu_vcn4_fw_shared));
drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c
216
fw_shared_size = AMDGPU_GPU_PAGE_ALIGN(sizeof(struct amdgpu_fw_shared));
drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c
625
u64 addr = AMDGPU_GPU_PAGE_ALIGN(ib_msg->gpu_addr);
drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c
684
msg = (uint32_t *)AMDGPU_GPU_PAGE_ALIGN((unsigned long)ib->ptr);
drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c
719
msg = (uint32_t *)AMDGPU_GPU_PAGE_ALIGN((unsigned long)ib->ptr);
drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c
804
uint64_t addr = AMDGPU_GPU_PAGE_ALIGN(ib_msg->gpu_addr);
drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c
949
addr = AMDGPU_GPU_PAGE_ALIGN(ib_msg->gpu_addr);
drivers/gpu/drm/amd/amdgpu/amdgpu_vm_pt.c
126
return AMDGPU_GPU_PAGE_ALIGN(amdgpu_vm_pt_num_entries(adev, level) * 8);
drivers/gpu/drm/amd/amdgpu/uvd_v7_0.c
822
size = AMDGPU_GPU_PAGE_ALIGN(adev->uvd.fw->size + 4);
drivers/gpu/drm/amd/amdgpu/vcn_v1_0.c
351
uint32_t size = AMDGPU_GPU_PAGE_ALIGN(adev->vcn.inst[0].fw->size + 4);
drivers/gpu/drm/amd/amdgpu/vcn_v1_0.c
419
uint32_t size = AMDGPU_GPU_PAGE_ALIGN(adev->vcn.inst[0].fw->size + 4);
drivers/gpu/drm/amd/amdgpu/vcn_v2_0.c
1984
size = AMDGPU_GPU_PAGE_ALIGN(adev->vcn.inst[0].fw->size + 4);
drivers/gpu/drm/amd/amdgpu/vcn_v2_0.c
384
uint32_t size = AMDGPU_GPU_PAGE_ALIGN(adev->vcn.inst[0].fw->size + 4);
drivers/gpu/drm/amd/amdgpu/vcn_v2_0.c
433
AMDGPU_GPU_PAGE_ALIGN(sizeof(struct amdgpu_fw_shared)));
drivers/gpu/drm/amd/amdgpu/vcn_v2_0.c
442
uint32_t size = AMDGPU_GPU_PAGE_ALIGN(adev->vcn.inst[0].fw->size + 4);
drivers/gpu/drm/amd/amdgpu/vcn_v2_0.c
529
AMDGPU_GPU_PAGE_ALIGN(sizeof(struct amdgpu_fw_shared)), 0, indirect);
drivers/gpu/drm/amd/amdgpu/vcn_v2_5.c
1432
size = AMDGPU_GPU_PAGE_ALIGN(adev->vcn.inst[i].fw->size + 4);
drivers/gpu/drm/amd/amdgpu/vcn_v2_5.c
598
size = AMDGPU_GPU_PAGE_ALIGN(adev->vcn.inst[i].fw->size + 4);
drivers/gpu/drm/amd/amdgpu/vcn_v2_5.c
641
AMDGPU_GPU_PAGE_ALIGN(sizeof(struct amdgpu_fw_shared)));
drivers/gpu/drm/amd/amdgpu/vcn_v2_5.c
649
uint32_t size = AMDGPU_GPU_PAGE_ALIGN(adev->vcn.inst[inst_idx].fw->size + 4);
drivers/gpu/drm/amd/amdgpu/vcn_v2_5.c
736
AMDGPU_GPU_PAGE_ALIGN(sizeof(struct amdgpu_fw_shared)), 0, indirect);
drivers/gpu/drm/amd/amdgpu/vcn_v3_0.c
1435
cache_size = AMDGPU_GPU_PAGE_ALIGN(adev->vcn.inst[i].fw->size + 4);
drivers/gpu/drm/amd/amdgpu/vcn_v3_0.c
524
uint32_t size = AMDGPU_GPU_PAGE_ALIGN(adev->vcn.inst[inst].fw->size + 4);
drivers/gpu/drm/amd/amdgpu/vcn_v3_0.c
569
AMDGPU_GPU_PAGE_ALIGN(sizeof(struct amdgpu_fw_shared)));
drivers/gpu/drm/amd/amdgpu/vcn_v3_0.c
577
uint32_t size = AMDGPU_GPU_PAGE_ALIGN(adev->vcn.inst[inst_idx].fw->size + 4);
drivers/gpu/drm/amd/amdgpu/vcn_v3_0.c
664
AMDGPU_GPU_PAGE_ALIGN(sizeof(struct amdgpu_fw_shared)), 0, indirect);
drivers/gpu/drm/amd/amdgpu/vcn_v4_0.c
1390
cache_size = AMDGPU_GPU_PAGE_ALIGN(adev->vcn.inst[i].fw->size + 4);
drivers/gpu/drm/amd/amdgpu/vcn_v4_0.c
1489
AMDGPU_GPU_PAGE_ALIGN(sizeof(struct amdgpu_vcn4_fw_shared)));
drivers/gpu/drm/amd/amdgpu/vcn_v4_0.c
455
size = AMDGPU_GPU_PAGE_ALIGN(le32_to_cpu(hdr->ucode_size_bytes) + 8);
drivers/gpu/drm/amd/amdgpu/vcn_v4_0.c
498
AMDGPU_GPU_PAGE_ALIGN(sizeof(struct amdgpu_vcn4_fw_shared)));
drivers/gpu/drm/amd/amdgpu/vcn_v4_0.c
517
size = AMDGPU_GPU_PAGE_ALIGN(le32_to_cpu(hdr->ucode_size_bytes) + 8);
drivers/gpu/drm/amd/amdgpu/vcn_v4_0.c
603
AMDGPU_GPU_PAGE_ALIGN(sizeof(struct amdgpu_vcn4_fw_shared)), 0, indirect);
drivers/gpu/drm/amd/amdgpu/vcn_v4_0_3.c
1062
cache_size = AMDGPU_GPU_PAGE_ALIGN(adev->vcn.inst[i].fw->size + 4);
drivers/gpu/drm/amd/amdgpu/vcn_v4_0_3.c
1139
AMDGPU_GPU_PAGE_ALIGN(sizeof(struct amdgpu_vcn4_fw_shared)));
drivers/gpu/drm/amd/amdgpu/vcn_v4_0_3.c
477
size = AMDGPU_GPU_PAGE_ALIGN(le32_to_cpu(hdr->ucode_size_bytes) + 8);
drivers/gpu/drm/amd/amdgpu/vcn_v4_0_3.c
534
AMDGPU_GPU_PAGE_ALIGN(sizeof(struct amdgpu_vcn4_fw_shared)));
drivers/gpu/drm/amd/amdgpu/vcn_v4_0_3.c
554
size = AMDGPU_GPU_PAGE_ALIGN(le32_to_cpu(hdr->ucode_size_bytes) + 8);
drivers/gpu/drm/amd/amdgpu/vcn_v4_0_3.c
644
AMDGPU_GPU_PAGE_ALIGN(sizeof(struct amdgpu_vcn4_fw_shared)), 0, indirect);
drivers/gpu/drm/amd/amdgpu/vcn_v4_0_5.c
406
size = AMDGPU_GPU_PAGE_ALIGN(le32_to_cpu(hdr->ucode_size_bytes) + 8);
drivers/gpu/drm/amd/amdgpu/vcn_v4_0_5.c
449
AMDGPU_GPU_PAGE_ALIGN(sizeof(struct amdgpu_vcn4_fw_shared)));
drivers/gpu/drm/amd/amdgpu/vcn_v4_0_5.c
469
size = AMDGPU_GPU_PAGE_ALIGN(le32_to_cpu(hdr->ucode_size_bytes) + 8);
drivers/gpu/drm/amd/amdgpu/vcn_v4_0_5.c
560
AMDGPU_GPU_PAGE_ALIGN(sizeof(struct amdgpu_vcn4_fw_shared)), 0, indirect);
drivers/gpu/drm/amd/amdgpu/vcn_v5_0_0.c
370
size = AMDGPU_GPU_PAGE_ALIGN(le32_to_cpu(hdr->ucode_size_bytes) + 8);
drivers/gpu/drm/amd/amdgpu/vcn_v5_0_0.c
413
AMDGPU_GPU_PAGE_ALIGN(sizeof(struct amdgpu_vcn5_fw_shared)));
drivers/gpu/drm/amd/amdgpu/vcn_v5_0_0.c
433
size = AMDGPU_GPU_PAGE_ALIGN(le32_to_cpu(hdr->ucode_size_bytes) + 8);
drivers/gpu/drm/amd/amdgpu/vcn_v5_0_0.c
519
AMDGPU_GPU_PAGE_ALIGN(sizeof(struct amdgpu_vcn5_fw_shared)), 0, indirect);
drivers/gpu/drm/amd/amdgpu/vcn_v5_0_1.c
428
size = AMDGPU_GPU_PAGE_ALIGN(le32_to_cpu(hdr->ucode_size_bytes) + 8);
drivers/gpu/drm/amd/amdgpu/vcn_v5_0_1.c
473
AMDGPU_GPU_PAGE_ALIGN(sizeof(struct amdgpu_vcn5_fw_shared)));
drivers/gpu/drm/amd/amdgpu/vcn_v5_0_1.c
493
size = AMDGPU_GPU_PAGE_ALIGN(le32_to_cpu(hdr->ucode_size_bytes) + 8);
drivers/gpu/drm/amd/amdgpu/vcn_v5_0_1.c
583
AMDGPU_GPU_PAGE_ALIGN(sizeof(struct amdgpu_vcn5_fw_shared)), 0, indirect);
drivers/gpu/drm/amd/amdgpu/vcn_v5_0_1.c
833
cache_size = AMDGPU_GPU_PAGE_ALIGN(adev->vcn.inst[i].fw->size + 4);
drivers/gpu/drm/amd/amdgpu/vcn_v5_0_1.c
910
AMDGPU_GPU_PAGE_ALIGN(sizeof(struct amdgpu_vcn4_fw_shared)));
drivers/gpu/drm/amd/amdgpu/vcn_v5_0_2.c
325
size = AMDGPU_GPU_PAGE_ALIGN(le32_to_cpu(hdr->ucode_size_bytes) + 8);
drivers/gpu/drm/amd/amdgpu/vcn_v5_0_2.c
370
AMDGPU_GPU_PAGE_ALIGN(sizeof(struct amdgpu_vcn5_fw_shared)));
drivers/gpu/drm/amd/amdgpu/vcn_v5_0_2.c
390
size = AMDGPU_GPU_PAGE_ALIGN(le32_to_cpu(hdr->ucode_size_bytes) + 8);
drivers/gpu/drm/amd/amdgpu/vcn_v5_0_2.c
480
AMDGPU_GPU_PAGE_ALIGN(sizeof(struct amdgpu_vcn5_fw_shared)), 0, indirect);