qxl-wddm-dod: Allow easy modification of fallback setting
Signed-off-by: Yuri Benditovich <yuri.benditovich@daynix.com> Acked-by: Frediano Ziglio <fziglio@redhat.com>
This commit is contained in:
parent
ec133ae0a6
commit
12d9eec8cd
@ -4797,10 +4797,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;
|
||||
|
Loading…
Reference in New Issue
Block a user