Xilinx / Xilinx/embeddedsw

dpdma: XDpDma_InterruptHandler does not invoke the registered VSyncHandler callback

Open
#392 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
HTML
Stars
1.2k
Forks
1.1k
PR merge metrics
No merged PRs in 30d

Description

The public XDpDma structure defines: XDpDma_VSyncInterruptHandler VSyncHandler and void *VSyncInterruptHandler
but the XDpDma_InterruptHandler() only calls the internal XDpDma_VSyncHandler().

Could you confirm whether this is a driver bug and whether a patch should initialize and dispatch these callbacks?

As a workaround, I connected a wrapper ISR to the interrupt controller instead of XDpDma_InterruptHandler().

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by tracing XDpDma_InterruptHandler() and the internal XDpDma_VSyncHandler() against the public XDpDma callback fields named in the report. Confirm whether the registered callbacks are initialized and dispatched, then define completion as a confirmed driver diagnosis and a clear scope for any required callback change.

Written by the indexing model from the issue text.

Assessment

Tech stack
c
Domain
embedded-iot
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Active
Clarity
Mostly clear
Newbie friendliness
55/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.