Skip to content

How wddm registers interrupts #97

Description

@dogkiki

I want to know how the wddm interrupt is registered. In this sample, I don't see the place where the interrupt is registered. I only see the enable and disable interrupt, and the interrupt processing. I guess whether the wddm interrupt is done for us by windows dxgkrnl , the process I guess is to add the interrupt information to the dsdt table in uefi, after windows dxgkrnl obtains the dsdt table, it registers the interrupt by itself, and registers the DxgkDdiInterruptRoutine function as a callback function, and the mini port driver is only responsible for enable and close and process interrupt, Not sure if my assumption is right, can someone tell me the answer?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions