[Spice-devel] [PATCH 3/4] qxl-wddm-dod: Allow easy modification of fallback setting
Frediano Ziglio
fziglio at redhat.com
Tue Jan 31 12:59:07 UTC 2017
>
> Signed-off-by: Yuri Benditovich <yuri.benditovich at daynix.com>
Acked-by: Frediano Ziglio <fziglio at redhat.com>
> ---
> qxldod/QxlDod.cpp | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/qxldod/QxlDod.cpp b/qxldod/QxlDod.cpp
> index 459fcb1..c107bd3 100755
> --- a/qxldod/QxlDod.cpp
> +++ b/qxldod/QxlDod.cpp
> @@ -4829,10 +4829,10 @@ NTSTATUS
> HwDeviceInterface::AcquireDisplayInfo(DXGK_DISPLAY_INFORMATION& DispInf
>
> if (DispInfo.Width == 0)
> {
> + DispInfo.ColorFormat = D3DDDIFMT_R8G8B8;
> DispInfo.Width = MIN_WIDTH_SIZE;
> DispInfo.Height = MIN_HEIGHT_SIZE;
> - DispInfo.Pitch = MIN_WIDTH_SIZE *
> BPPFromPixelFormat(D3DDDIFMT_R8G8B8) / 8;
> - DispInfo.ColorFormat = D3DDDIFMT_R8G8B8;
> + DispInfo.Pitch = DispInfo.Width *
> BPPFromPixelFormat(DispInfo.ColorFormat) / BITS_PER_BYTE;
> DispInfo.TargetId = 0;
> }
> return Status;
Frediano
More information about the Spice-devel
mailing list