Home
last modified time | relevance | path

Searched refs:memory_type (Results 1 – 20 of 20) sorted by relevance

/drivers/gpu/drm/nouveau/dispnv04/
Darb.c48 int memory_type; member
149 mclks += (arb->memory_type == 0 ? 2 : 1) in nv10_calc_arb()
217 sim_data.memory_type = (type >> 12) & 1; in nv04_update_arb()
222 sim_data.memory_type = nvif_rd32(device, NV04_PFB_CFG0) & 0x1; in nv04_update_arb()
/drivers/gpu/drm/amd/amdgpu/
Damdgpu_atomfirmware.c244 mem_type = vram_module->v9.memory_type; in amdgpu_atomfirmware_get_vram_info()
264 mem_type = vram_module->v10.memory_type; in amdgpu_atomfirmware_get_vram_info()
284 mem_type = vram_module->v11.memory_type; in amdgpu_atomfirmware_get_vram_info()
/drivers/edac/
Dghes_edac.c74 u8 memory_type; member
130 switch (entry->memory_type) { in assign_dmi_dimm_info()
195 entry->memory_type, entry->type_detail, in assign_dmi_dimm_info()
Di7core_edac.c1859 u8 memory_type; member
/drivers/video/fbdev/nvidia/
Dnv_hw.c132 u32 memory_type; member
457 if (arb->memory_type == 0) in nv10CalcArbitration()
634 sim_data.memory_type = (NV_RD32(par->PFB, 0x0200) & 0x01) ? 1 : 0; in nv10UpdateArbitrationSettings()
712 pci_read_config_dword(dev, 0x7C, &sim_data.memory_type); in nForceUpdateArbitrationSettings()
714 sim_data.memory_type = (sim_data.memory_type >> 12) & 1; in nForceUpdateArbitrationSettings()
/drivers/gpu/drm/amd/display/include/
Dgrph_object_ctrl_defs.h332 uint8_t memory_type; member
/drivers/video/fbdev/riva/
Driva_hw.c234 u32 memory_type; member
891 if (arb->memory_type == 0) in nv10CalcArbitration()
1083 sim_data.memory_type = (NV_RD32(&chip->PFB[0x00000200/4], 0) & 0x01) ? in nv10UpdateArbitrationSettings()
1138 pci_read_config_dword(dev, 0x7C, &sim_data.memory_type); in nForceUpdateArbitrationSettings()
1140 sim_data.memory_type = (sim_data.memory_type >> 12) & 1; in nForceUpdateArbitrationSettings()
/drivers/gpu/drm/amd/display/dc/clk_mgr/dce110/
Ddce110_clk_mgr.c179 if (dc->bw_vbios && dc->bw_vbios->memory_type == bw_def_hbm) in dce11_pplib_apply_display_requirements()
/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
Dppatomctrl.h177 uint8_t memory_type; member
/drivers/gpu/drm/amd/display/dc/calcs/
Dcalcs_logger.h130 DC_LOG_BANDWIDTH_CALCS(" [enum] bw_defines memory_type: %d", vbios->memory_type); in print_bw_calcs_vbios()
131 DC_LOG_BANDWIDTH_CALCS(" [enum] bw_defines memory_type: %d", vbios->memory_type); in print_bw_calcs_vbios()
Ddce_calcs.c601 if (vbios->memory_type == bw_def_hbm) in calculate_bandwidth()
621 if (vbios->memory_type == bw_def_hbm) in calculate_bandwidth()
1150 if (vbios->memory_type == bw_def_hbm) { in calculate_bandwidth()
2042 vbios.memory_type = bw_def_gddr5; in bw_calcs_init()
2158 vbios.memory_type = bw_def_gddr5; in bw_calcs_init()
2271 vbios.memory_type = bw_def_gddr5; in bw_calcs_init()
2387 vbios.memory_type = bw_def_gddr5; in bw_calcs_init()
2503 vbios.memory_type = bw_def_gddr5; in bw_calcs_init()
2616 vbios.memory_type = bw_def_hbm; in bw_calcs_init()
/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn21/
Drn_clk_mgr.c814 bw_params->vram_type = bios_info->memory_type; in rn_clk_mgr_helper_populate_bw_params()
891 if (ctx->dc_bios->integrated_info->memory_type == LpDdr4MemType) { in rn_clk_mgr_construct()
/drivers/gpu/drm/amd/display/dc/inc/
Ddce_calcs.h193 enum bw_defines memory_type; member
/drivers/net/wireless/
Drayctl.h505 UCHAR memory_type; member
/drivers/gpu/drm/amd/include/
Datomfirmware.h2494 uint8_t memory_type; // enum of atom_dgpu_vram_type member
2572 uint8_t memory_type; // enum of atom_dgpu_vram_type member
2612 uint8_t memory_type; // enum of atom_dgpu_vram_type member
/drivers/scsi/smartpqi/
Dsmartpqi.h294 u8 memory_type : 1; member
/drivers/gpu/drm/amd/display/dc/dce120/
Ddce120_resource.c989 if (dc->bw_vbios->memory_type == bw_def_hbm) in bw_calcs_data_update_from_pplib()
/drivers/gpu/drm/amd/display/dc/bios/
Dbios_parser.c2272 info->memory_type = info_v8->ucMemoryType; in get_integrated_info_v8()
2419 info->memory_type = info_v9->ucMemoryType; in get_integrated_info_v9()
Dbios_parser2.c1551 info->memory_type = info_v11->memorytype; in get_integrated_info_v11()
/drivers/gpu/drm/amd/display/dc/dce112/
Ddce112_resource.c1072 if (dc->bw_vbios && dc->bw_vbios->memory_type == bw_def_hbm) in bw_calcs_data_update_from_pplib()