]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Bluetooth: btintel_pcie: Align shared DMA memory to 128 bytes
authorKiran K <kiran.k@intel.com>
Tue, 7 Apr 2026 10:02:40 +0000 (15:32 +0530)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Mon, 13 Apr 2026 13:19:42 +0000 (09:19 -0400)
commit9e3d074bb21ddc35374d80bf69c3592cd3d057a2
tree773da8245e01297cdc373e9b141a91d7276279b3
parent42776497cdbc9a665b384a6dcb85f0d4bd927eab
Bluetooth: btintel_pcie: Align shared DMA memory to 128 bytes

Align each descriptor/index/context region to 128 bytes before
calculating the total DMA pool size. This ensures the memory layout
shared with firmware meets the 128-byte alignment requirement.

The DMA pool alignment is also set to 128 bytes to match the firmware
expectation for all shared structures.

Signed-off-by: Kiran K <kiran.k@intel.com>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
drivers/bluetooth/btintel_pcie.c
drivers/bluetooth/btintel_pcie.h