Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/radeon/
H A Datombios.h6595 typedef struct _ATOM_VRAM_MODULE_V4 struct
6597 ULONG ulChannelMapCfg; // board dependent parameter: Channel combination
6598 … // size of ATOM_VRAM_MODULE_V4, make it easy for VBIOS to look for next entry of VRAM_MODULE
6599 …nal reserved space to optimize code size, updated by the compiler, shouldn't be modified manually!!
6601 USHORT usReserved;
6602 … // An external indicator (by hardcode, callback or pin) to tell what is the current memory module
6603 … // [7:4]=0x1:DDR1;=0x2:DDR2;=0x3:DDR3;=0x4:DDR4; 0x5:DDR5 [3:0] - Must be 0x0 for now;
6604 UCHAR ucChannelNum; // Number of channels present in this module config
6605 UCHAR ucChannelWidth; // 0 - 32 bits; 1 - 64 bits
6606 UCHAR ucDensity; // _8Mx32, _16Mx32, _16Mx16, _32Mx16
[all …]
/linux/drivers/gpu/drm/amd/include/
H A Datombios.h7807 typedef struct _ATOM_VRAM_MODULE_V4 struct
7809 ULONG ulChannelMapCfg; // board dependent parameter: Channel combination
7810 … // size of ATOM_VRAM_MODULE_V4, make it easy for VBIOS to look for next entry of VRAM_MODULE
7811 …nal reserved space to optimize code size, updated by the compiler, shouldn't be modified manually!!
7813 USHORT usReserved;
7814 … // An external indicator (by hardcode, callback or pin) to tell what is the current memory module
7815 … // [7:4]=0x1:DDR1;=0x2:DDR2;=0x3:DDR3;=0x4:DDR4; 0x5:DDR5 [3:0] - Must be 0x0 for now;
7816 UCHAR ucChannelNum; // Number of channels present in this module config
7817 UCHAR ucChannelWidth; // 0 - 32 bits; 1 - 64 bits
7818 UCHAR ucDensity; // _8Mx32, _16Mx32, _16Mx16, _32Mx16
[all …]