L40 TCC/WDDM configuration error

greetings,
for some reason, one of our servers (an HP DL380 A11) with four L40’s has two set on mode TCC and two on mode WDDM. we need all four to be WDDM. however, when i try to do this, i get an error :

.\nvidia-smi.exe -fdm 0
Unable to set driver model for GPU 00000000:4E:00.0: Not Supported
Treating as warning and moving on.
Driver model is already set to WDDM for GPU 00000000:62:00.0.
Driver model is already set to WDDM for GPU 00000000:C9:00.0.
Unable to set driver model for GPU 00000000:DE:00.0: Not Supported
Treating as warning and moving on.
All done.

nvidia-smi shows me that all four cards are indeed L40’s, so they should all support WDDM, shouldn’t they?

+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 566.03                 Driver Version: 566.03         CUDA Version: 12.7     |
|-----------------------------------------+------------------------+----------------------+
| GPU  Name                  Driver-Model | Bus-Id          Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |           Memory-Usage | GPU-Util  Compute M. |
|                                         |                        |               MIG M. |
|=========================================+========================+======================|
|   0  NVIDIA L40                   TCC   |   00000000:4E:00.0 Off |                    0 |
| N/A   60C    P0             92W /  300W |   22676MiB /  46068MiB |      0%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+
|   1  NVIDIA L40                   WDDM  |   00000000:62:00.0 Off |                  Off |
| N/A   33C    P8             29W /  300W |     289MiB /  49140MiB |      8%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+
|   2  NVIDIA L40                   WDDM  |   00000000:C9:00.0 Off |                  Off |
| N/A   31C    P8             27W /  300W |      34MiB /  49140MiB |      0%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+
|   3  NVIDIA L40                   TCC   |   00000000:DE:00.0 Off |                    0 |
| N/A   31C    P8             23W /  300W |      10MiB /  46068MiB |      0%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+

does anyone know how i can set them all, or what i might check to find out why two of the cards claim it isn’t supported?

thanks.