-
- Downloads
gpu: host1x: Request syncpoint IRQs only during probe
Syncpoint IRQs are currently requested in a code path that runs during resume. Due to this, we get multiple overlapping registered interrupt handlers as host1x is suspended and resumed. Rearrange interrupt code to only request IRQs during initialization. Signed-off-by:Mikko Perttunen <mperttunen@nvidia.com> Signed-off-by:
Thierry Reding <treding@nvidia.com> Link: https://patchwork.freedesktop.org/patch/msgid/20240531070719.2138-1-cyndis@kapsi.fi
Showing
- drivers/gpu/host1x/dev.h 2 additions, 0 deletionsdrivers/gpu/host1x/dev.h
- drivers/gpu/host1x/hw/intr_hw.c 3 additions, 34 deletionsdrivers/gpu/host1x/hw/intr_hw.c
- drivers/gpu/host1x/intr.c 20 additions, 1 deletiondrivers/gpu/host1x/intr.c
- drivers/gpu/host1x/intr.h 5 additions, 0 deletionsdrivers/gpu/host1x/intr.h
Loading
-
mentioned in commit nouveau@c8347f91
-
mentioned in commit vigneshraman/linux@dc56f842
Please register or sign in to comment