Memory vendor detection under Ubuntu? NVIDIA 10xx.

Hello community!

I try to search all over Internet but can’t find the answer…

How I can get info about vendor of GPU memory under linux (ubuntu)? Prefered way is command interfaice, not GUI.
I need info like GPU-Z program do at windows…

I try this way:
#hwinfo --gfxcard |grep -A 12 “VGA” |grep -E “((VGA)|SubVendor|SubDevice)”
23: PCI 100.0: 0300 VGA compatible controller (VGA)
SubVendor: pci 0x1462 “Micro-Star International Co., Ltd. [MSI]”
SubDevice: pci 0x8c94
32: PCI 800.0: 0300 VGA compatible controller (VGA)
SubVendor: pci 0x1462 “Micro-Star International Co., Ltd. [MSI]”
SubDevice: pci 0x3283

May be SubDevice is it? Vendor id? Can’t find info about what actually it is?

Thx a lot for help!