You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- DVServerULT will imitate DVServerUMD which will talk to DVServerKMD through realtime IOCTL & run below tests.
64
-
- Basically, it will help to isolate any complex issues on the DVServerKMD
65
-
- ULT is an user mode application, this will test the VirtIO GPU pipeline. The ULT will directly interact with KMD via IoCTL's and send the solid color image frame address.
66
-
- Apart from this, it can get the supported QEMU EDID and displays all the supported modes
67
-
68
-
IMPORTANT NOTE : This is a parallel UMD component (like DVServerUMD), so we should never attempt to run this ULT when the DVServerUMD is streaming the display frame buffer address
69
-
70
-
Steps to avoid DVServerUMD:
71
-
1. Install ZC with above method
72
-
2. Go to Device manager -->Display Adapter -->DVServerUMD Device & disable
73
-
3. Screen freeze will be expected & try to reboot the VM from QEMU windows
74
-
4. After reboot, ZC will be disabled
75
-
5. Now we can run DVServerULT.exe as mentioned below.
76
-
77
-
How to Use:
78
-
[CMD] .\DVServerULT.exe <testcase name>
79
-
Entering the tescase number as a command line arguement is optional. If no arguement is provided, the list of test cases will be displayed.
80
-
edidinfo --> Will display the QEMU supported resolutions and EDID info
81
-
solidframe --> this will perform "Static Frame Test". From list of resolutions, select the resolution for which the static color frame is to be generated and displayed on QEMU
82
-
multicolor --> this will perform "Multicolor Frames Test". From list of resolutions, select the resolution for which the multi color frame to be generated and displayed on QEMU
83
-
multipattern --> this will perform "Multicolor Multiresolution Frames Test". For all the resolutions, multicolor frames are to be generated displayed in a continuous loop on QEMU
0 commit comments