> 
> Signed-off-by: Sameeh Jubran <[email protected]>
> ---
>  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,&notifyInt);
>      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 <[email protected]>

Frediano
_______________________________________________
Spice-devel mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/spice-devel

Reply via email to