Home
last modified time | relevance | path

Searched refs:ATOM_VRAM_MODULE_V4 (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/radeon/
H A Dradeon_atombios.c3858 ATOM_VRAM_MODULE_V4 *vram_module = in radeon_atom_get_memory_info()
3859 (ATOM_VRAM_MODULE_V4 *)vram_info->v1_4.aVramInfo; in radeon_atom_get_memory_info()
3864 vram_module = (ATOM_VRAM_MODULE_V4 *) in radeon_atom_get_memory_info()
3936 ATOM_VRAM_MODULE_V4 *vram_module = in radeon_atom_get_mclk_range_table()
3937 (ATOM_VRAM_MODULE_V4 *)vram_info->v1_4.aVramInfo; in radeon_atom_get_mclk_range_table()
3943 vram_module = (ATOM_VRAM_MODULE_V4 *) in radeon_atom_get_mclk_range_table()
3947 ((le16_to_cpu(vram_module->usModuleSize) - offsetof(ATOM_VRAM_MODULE_V4, asMemTiming)) / in radeon_atom_get_mclk_range_table()
H A Datombios.h6597 USHORT usModuleSize; // size of ATOM_VRAM_MODULE_V4, make it easy for VBIOS to look for next entry of VRAM_MODULE
6628 }ATOM_VRAM_MODULE_V4; typedef
6639 USHORT usModuleSize; // size of ATOM_VRAM_MODULE_V4, make it easy for VBIOS to look for next entry of VRAM_MODULE
6670 USHORT usModuleSize; // size of ATOM_VRAM_MODULE_V4, make it easy for VBIOS to look for next entry of VRAM_MODULE
6760 ATOM_VRAM_MODULE_V4 aVramInfo[ATOM_MAX_NUMBER_OF_VRAM_MODULE]; // just for allocation, real number of blocks is in ucNumOfVRAMModule;
/linux/drivers/gpu/drm/amd/include/
H A Datombios.h7810 USHORT usModuleSize; // size of ATOM_VRAM_MODULE_V4, make it easy for VBIOS to look for next entry of VRAM_MODULE
7841 }ATOM_VRAM_MODULE_V4; typedef
7852 USHORT usModuleSize; // size of ATOM_VRAM_MODULE_V4, make it easy for VBIOS to look for next entry of VRAM_MODULE
7884 USHORT usModuleSize; // size of ATOM_VRAM_MODULE_V4, make it easy for VBIOS to look for next entry of VRAM_MODULE
8009 ATOM_VRAM_MODULE_V4 aVramInfo[ATOM_MAX_NUMBER_OF_VRAM_MODULE]; // just for allocation, real number of blocks is in ucNumOfVRAMModule;