Add DMA enablement tests#296
Conversation
90efb69 to
6b50d76
Compare
|
This one should be split into 3 commits, unlike the simple one commit and one-testcase PR. It currently combines:
|
This should still be split into 3 commits. Also address the structural commensts. The PR is 1 commit / 7 files / 3 logical chunks |
smuppand
left a comment
There was a problem hiding this comment.
Kindly close the comments that have been addressed with the updated patches.
963bc70 to
a9ffc22
Compare
9876cee to
9e46c25
Compare
677cb77 to
3641787
Compare
|
I noticed that previous comments haven't been marked as resolved. Please close the comments that have been addressed and take care of any outstanding ones. |
f273c2b to
efcf58a
Compare
|
@smuppand all comments are addressed. |
785c402 to
0cd4e08
Compare
|
@vnarapar, please rebase and apply the small fixes mentioned above. |
Add the helper function to check kernel optional config Signed-off-by: Vamsee Narapareddi <vnarapar@qti.qualcomm.com>
This test validates the DMA-BUF subsystem configuration on Qualcomm platforms, including kernel configuration, device tree setup, and system interfaces Signed-off-by: Vamsee Narapareddi <vnarapar@qti.qualcomm.com>
Runs the `dmabuf-heap` binary from the Linux kernel selftests suite to validate DMA-BUF heap functionality Signed-off-by: Vamsee Narapareddi <vnarapar@qti.qualcomm.com>
Added the tests to check DMA configs, Device Tree Validation and upstream kselftests