[PW_SID:1060579] [v1] Bluetooth: btintel_pcie: Align shared DMA memory to 128 bytes#3340
[PW_SID:1060579] [v1] Bluetooth: btintel_pcie: Align shared DMA memory to 128 bytes#3340BluezTestBot wants to merge 1 commit intoworkflowfrom
Conversation
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>
|
CheckPatch |
|
GitLint |
|
SubjectPrefix |
|
BuildKernel |
|
CheckAllWarning |
|
CheckSparse |
|
BuildKernel32 |
|
TestRunnerSetup |
|
TestRunner_l2cap-tester |
|
TestRunner_iso-tester |
|
TestRunner_bnep-tester |
|
TestRunner_mgmt-tester |
|
TestRunner_rfcomm-tester |
|
TestRunner_sco-tester |
|
TestRunner_ioctl-tester |
|
TestRunner_mesh-tester |
|
TestRunner_smp-tester |
|
TestRunner_userchan-tester |
|
IncrementalBuild |
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
drivers/bluetooth/btintel_pcie.c | 94 ++++++++++++++++++--------------
drivers/bluetooth/btintel_pcie.h | 3 -
2 files changed, 53 insertions(+), 44 deletions(-)