Searched defs:_ATOM_VRAM_INFO_V4 (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/gpu/drm/radeon/ |
H A D | atombios.h | 6750 typedef struct _ATOM_VRAM_INFO_V4 struct 6752 ATOM_COMMON_TABLE_HEADER sHeader; 6753 … // offset of ATOM_INIT_REG_BLOCK structure for memory vendor specific MC adjust setting 6754 …Offset; // offset of ATOM_INIT_REG_BLOCK structure for memory clock specific MC setting 6755 USHORT usRerseved; 6756 …; // DQ line byte remap, =0: Memory Data line BYTE0, =1: BYTE1, =2: BYTE2, =3: BYTE3 6757 … // each DQ line ( 7~0) use 3bits, like: DQ0=Bit[2:0], DQ1:[5:3], ... DQ7:[23:21] 6758 UCHAR ucReservde[4]; 6759 UCHAR ucNumOfVRAMModule; 6760 …NUMBER_OF_VRAM_MODULE]; // just for allocation, real number of blocks is in ucNumOfVRAMModule; [all …]
|
/linux/drivers/gpu/drm/amd/include/ |
H A D | atombios.h | 7999 typedef struct _ATOM_VRAM_INFO_V4 struct 8001 ATOM_COMMON_TABLE_HEADER sHeader; 8002 … // offset of ATOM_INIT_REG_BLOCK structure for memory vendor specific MC adjust setting 8003 … // offset of ATOM_INIT_REG_BLOCK structure for memory clock specific MC setting 8004 USHORT usRerseved; 8005 … // DQ line byte remap, =0: Memory Data line BYTE0, =1: BYTE1, =2: BYTE2, =3: BYTE3 8006 … // each DQ line ( 7~0) use 3bits, like: DQ0=Bit[2:0], DQ1:[5:3], ... DQ7:[23:21] 8007 UCHAR ucReservde[4]; 8008 UCHAR ucNumOfVRAMModule; 8009 …NUMBER_OF_VRAM_MODULE]; // just for allocation, real number of blocks is in ucNumOfVRAMModule; [all …]
|