summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDonet Tom <donettom@linux.ibm.com>2026-03-23 07:28:35 +0300
committerAlex Deucher <alexander.deucher@amd.com>2026-03-30 21:35:57 +0300
commitb01cd158a2f5230b137396c5f8cda3fc780abbc2 (patch)
treec22acb908419108d3be7e2e84a2d82b4d19f6bb8 /scripts
parent3cfe23b6b04515b07b61c48f8b769c13d5439c9b (diff)
downloadlinux-b01cd158a2f5230b137396c5f8cda3fc780abbc2.tar.xz
drm/amdkfd: Align expected_queue_size to PAGE_SIZE
The AQL queue size can be 4K, but the minimum buffer object (BO) allocation size is PAGE_SIZE. On systems with a page size larger than 4K, the expected queue size does not match the allocated BO size, causing queue creation to fail. Align the expected queue size to PAGE_SIZE so that it matches the allocated BO size and allows queue creation to succeed. Reviewed-by: Felix Kuehling <felix.kuehling@amd.com> Signed-off-by: Donet Tom <donettom@linux.ibm.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions