> > Signed-off-by: Yuri Benditovich <yuri.benditovich@xxxxxxxxxx> Acked-by: Frediano Ziglio <fziglio@xxxxxxxxxx> > --- > qxldod/QxlDod.cpp | 6 ------ > 1 file changed, 6 deletions(-) > > diff --git a/qxldod/QxlDod.cpp b/qxldod/QxlDod.cpp > index 46176f0..459fcb1 100755 > --- a/qxldod/QxlDod.cpp > +++ b/qxldod/QxlDod.cpp > @@ -4815,7 +4815,6 @@ UINT SpiceFromPixelFormat(D3DDDIFORMAT Format) > NTSTATUS HwDeviceInterface::AcquireDisplayInfo(DXGK_DISPLAY_INFORMATION& > DispInfo) > { > NTSTATUS Status = STATUS_SUCCESS; > - PHYSICAL_ADDRESS PhysicAddress; > if (GetId() == 0) > { > Status = m_pQxlDod->AcquireDisplayInfo(DispInfo); > @@ -4827,7 +4826,6 @@ NTSTATUS > HwDeviceInterface::AcquireDisplayInfo(DXGK_DISPLAY_INFORMATION& DispInf > Status, DispInfo.Width)); > return STATUS_UNSUCCESSFUL; > } > - PhysicAddress.QuadPart = DispInfo.PhysicAddress.QuadPart; > > if (DispInfo.Width == 0) > { > @@ -4836,10 +4834,6 @@ NTSTATUS > HwDeviceInterface::AcquireDisplayInfo(DXGK_DISPLAY_INFORMATION& DispInf > DispInfo.Pitch = MIN_WIDTH_SIZE * > BPPFromPixelFormat(D3DDDIFMT_R8G8B8) / 8; > DispInfo.ColorFormat = D3DDDIFMT_R8G8B8; > DispInfo.TargetId = 0; > - if (PhysicAddress.QuadPart != 0L) > - { > - DispInfo.PhysicAddress.QuadPart = PhysicAddress.QuadPart; > - } > } > return Status; > } Frediano _______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/spice-devel