Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/radeon/
H A Datombios.h6637 typedef struct _ATOM_VRAM_MODULE_V5 struct
6639 ULONG ulChannelMapCfg; // board dependent parameter: Channel combination
6640 … // size of ATOM_VRAM_MODULE_V4, make it easy for VBIOS to look for next entry of VRAM_MODULE
6641 …nal reserved space to optimize code size, updated by the compiler, shouldn't be modified manually!!
6643 USHORT usReserved;
6644 … // An external indicator (by hardcode, callback or pin) to tell what is the current memory module
6645 … // [7:4]=0x1:DDR1;=0x2:DDR2;=0x3:DDR3;=0x4:DDR4; 0x5:DDR5 [3:0] - Must be 0x0 for now;
6646 UCHAR ucChannelNum; // Number of channels present in this module config
6647 UCHAR ucChannelWidth; // 0 - 32 bits; 1 - 64 bits
6648 UCHAR ucDensity; // _8Mx32, _16Mx32, _16Mx16, _32Mx16
[all …]
/openbmc/linux/drivers/gpu/drm/amd/include/
H A Datombios.h7849 typedef struct _ATOM_VRAM_MODULE_V5 struct
7851 ULONG ulChannelMapCfg; // board dependent parameter: Channel combination
7852 … // size of ATOM_VRAM_MODULE_V4, make it easy for VBIOS to look for next entry of VRAM_MODULE
7853 …nal reserved space to optimize code size, updated by the compiler, shouldn't be modified manually!!
7855 USHORT usReserved;
7856 … // An external indicator (by hardcode, callback or pin) to tell what is the current memory module
7857 … // [7:4]=0x1:DDR1;=0x2:DDR2;=0x3:DDR3;=0x4:DDR4; 0x5:DDR5 [3:0] - Must be 0x0 for now;
7858 UCHAR ucChannelNum; // Number of channels present in this module config
7859 UCHAR ucChannelWidth; // 0 - 32 bits; 1 - 64 bits
7860 UCHAR ucDensity; // _8Mx32, _16Mx32, _16Mx16, _32Mx16
[all …]