[Spice-devel] [PATCH qxl-wddm-dod v2 10/25] Remove unused notify present display only interrupt
Frediano Ziglio
fziglio at redhat.com
Tue Sep 6 13:20:43 UTC 2016
>
> Signed-off-by: Sameeh Jubran <sameeh at daynix.com>
> ---
> qxldod/QxlDod.cpp | 6 ------
> 1 file changed, 6 deletions(-)
>
> diff --git a/qxldod/QxlDod.cpp b/qxldod/QxlDod.cpp
> index d990359..5eac0a5 100755
> --- a/qxldod/QxlDod.cpp
> +++ b/qxldod/QxlDod.cpp
> @@ -4549,12 +4549,6 @@ BOOLEAN QxlDevice::InterruptRoutine(_In_
> PDXGKRNL_INTERFACE pDxgkInterface, _In_
> WRITE_PORT_UCHAR((PUCHAR)(m_IoBase + QXL_IO_UPDATE_IRQ), 0);
> m_Pending |= m_RamHdr->int_pending;
> m_RamHdr->int_pending = 0;
> -
> - DXGKARGCB_NOTIFY_INTERRUPT_DATA notifyInt;
> - notifyInt.InterruptType = DXGK_INTERRUPT_DISPLAYONLY_PRESENT_PROGRESS;
> - notifyInt.DisplayOnlyPresentProgress.VidPnSourceId = 0;
> -
> -
> pDxgkInterface->DxgkCbNotifyInterrupt(pDxgkInterface->DeviceHandle,¬ifyInt);
> if (!pDxgkInterface->DxgkCbQueueDpc(pDxgkInterface->DeviceHandle)) {
> m_RamHdr->int_mask = WIN_QXL_INT_MASK;
> WRITE_PORT_UCHAR((PUCHAR)(m_IoBase + QXL_IO_UPDATE_IRQ), 0);
Would be great to have some more rationale on this patch.
Beside that,
Acked-by: Frediano Ziglio <fziglio at redhat.com>
Frediano
More information about the Spice-devel
mailing list