Searched defs:_ATOM_VRAM_INFO_V4 (Results 1 – 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
D | atombios.h | 6751 typedef struct _ATOM_VRAM_INFO_V4 struct 6753 ATOM_COMMON_TABLE_HEADER sHeader; 6754 … // offset of ATOM_INIT_REG_BLOCK structure for memory vendor specific MC adjust setting 6755 …Offset; // offset of ATOM_INIT_REG_BLOCK structure for memory clock specific MC setting 6756 USHORT usRerseved; 6757 …; // DQ line byte remap, =0: Memory Data line BYTE0, =1: BYTE1, =2: BYTE2, =3: BYTE3 6758 … // each DQ line ( 7~0) use 3bits, like: DQ0=Bit[2:0], DQ1:[5:3], ... DQ7:[23:21] 6759 UCHAR ucReservde[4]; 6760 UCHAR ucNumOfVRAMModule; 6761 …NUMBER_OF_VRAM_MODULE]; // just for allocation, real number of blocks is in ucNumOfVRAMModule; [all …]
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/include/ |
D | atombios.h | 7981 typedef struct _ATOM_VRAM_INFO_V4 struct 7983 ATOM_COMMON_TABLE_HEADER sHeader; 7984 … // offset of ATOM_INIT_REG_BLOCK structure for memory vendor specific MC adjust setting 7985 … // offset of ATOM_INIT_REG_BLOCK structure for memory clock specific MC setting 7986 USHORT usRerseved; 7987 … // DQ line byte remap, =0: Memory Data line BYTE0, =1: BYTE1, =2: BYTE2, =3: BYTE3 7988 … // each DQ line ( 7~0) use 3bits, like: DQ0=Bit[2:0], DQ1:[5:3], ... DQ7:[23:21] 7989 UCHAR ucReservde[4]; 7990 UCHAR ucNumOfVRAMModule; 7991 …NUMBER_OF_VRAM_MODULE]; // just for allocation, real number of blocks is in ucNumOfVRAMModule; [all …]
|