how to display atomic bits
Summarizing from bits of information I gathered from here and there, i found that atomics are supported and added as one of the ECN to pci-sig.
Now I am trying to display the graphics cards atomic support by lspci s <pci_address> -vv command. Someone else is able to get atomic status displayed from verbose output (-vv) of lspci (1) but in my case, I just could not after trynig several servers(2)
(1)
DevCap2: Completion Timeout: Range ABCD, TimeoutDis+ NROPrPrP- LTR-
... EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
FRS-
AtomicOpsCap: 32bit+ 64bit+ 128bitCAS-
(2)
DevCap2: Completion Timeout: Not Supported, TimeoutDis-, LTR+, OBFF Not Supported
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
How do I cause the lspci to display? I am using ubuntu1804 with linux kernel 5.4.xx.
Do I have build the kernel with specific options?
Thanks.,
|