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