Home
last modified time | relevance | path

Searched defs:_ATOM_VRAM_MODULE_V6 (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/gpu/drm/radeon/
H A Datombios.h6668 typedef struct _ATOM_VRAM_MODULE_V6 struct
6670 ULONG ulChannelMapCfg; // board dependent parameter: Channel combination
6671 … // size of ATOM_VRAM_MODULE_V4, make it easy for VBIOS to look for next entry of VRAM_MODULE
6672 …nal reserved space to optimize code size, updated by the compiler, shouldn't be modified manually!!
6674 USHORT usReserved;
6675 … // An external indicator (by hardcode, callback or pin) to tell what is the current memory module
6676 … // [7:4]=0x1:DDR1;=0x2:DDR2;=0x3:DDR3;=0x4:DDR4; 0x5:DDR5 [3:0] - Must be 0x0 for now;
6677 UCHAR ucChannelNum; // Number of channels present in this module config
6678 UCHAR ucChannelWidth; // 0 - 32 bits; 1 - 64 bits
6679 UCHAR ucDensity; // _8Mx32, _16Mx32, _16Mx16, _32Mx16
[all …]
/openbmc/linux/drivers/gpu/drm/amd/include/
H A Datombios.h7881 typedef struct _ATOM_VRAM_MODULE_V6 struct
7883 ULONG ulChannelMapCfg; // board dependent parameter: Channel combination
7884 … // size of ATOM_VRAM_MODULE_V4, make it easy for VBIOS to look for next entry of VRAM_MODULE
7885 …nal reserved space to optimize code size, updated by the compiler, shouldn't be modified manually!!
7887 USHORT usReserved;
7888 … // An external indicator (by hardcode, callback or pin) to tell what is the current memory module
7889 … // [7:4]=0x1:DDR1;=0x2:DDR2;=0x3:DDR3;=0x4:DDR4; 0x5:DDR5 [3:0] - Must be 0x0 for now;
7890 UCHAR ucChannelNum; // Number of channels present in this module config
7891 UCHAR ucChannelWidth; // 0 - 32 bits; 1 - 64 bits
7892 UCHAR ucDensity; // _8Mx32, _16Mx32, _16Mx16, _32Mx16
[all …]