Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CR-1132444 skip pci_request_regions() call if XRT macro is defined #167

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

rajkumar-xilinx
Copy link

@rajkumar-xilinx rajkumar-xilinx commented Jun 24, 2022

XRT driver defines a macro "XRT" for adding XRT specific changes in QDMA driver.
pci_request_regions() call in XRT creates extra node in the resource tree, and has no functionality impact. So, this call is not necessary in XRT so skip calling this API in QDMA driver using XRT macro.
Earlier, this same change has been done for XDMA & QDMA drivers also whose were part of XRT repo in previous releases.

Rajkumar Rampelli added 2 commits June 24, 2022 09:58
Rajkumar Rampelli added 2 commits June 28, 2022 14:33
Signed-off-by: Rajkumar Rampelli <[email protected]>
Signed-off-by: Rajkumar Rampelli <[email protected]>
Signed-off-by: Rajkumar Rampelli <[email protected]>
ssangani-xlnx added a commit that referenced this pull request Jun 29, 2022
…issues while integrating qdma linux driver in to XRT stack

Ported changes from pull request #167 to fix XRT build issues while integrating qdma linux driver in to XRT stack
pbannister pushed a commit to pbannister/dma_ip_drivers that referenced this pull request Aug 18, 2024
…build issues while integrating qdma linux driver in to XRT stack

Ported changes from pull request Xilinx#167 to fix XRT build issues while integrating qdma linux driver in to XRT stack
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants