/Linux-v5.4/drivers/gpu/drm/nouveau/dispnv04/ |
D | arb.c | 48 int memory_type; member 151 mclks += (arb->memory_type == 0 ? 2 : 1) in nv10_calc_arb() 219 sim_data.memory_type = (type >> 12) & 1; in nv04_update_arb() 224 sim_data.memory_type = nvif_rd32(device, NV04_PFB_CFG0) & 0x1; in nv04_update_arb()
|
/Linux-v5.4/include/linux/ |
D | memremap.h | 59 enum memory_type { enum 113 enum memory_type type;
|
/Linux-v5.4/drivers/edac/ |
D | ghes_edac.c | 57 u8 memory_type; member 119 switch (entry->memory_type) { in ghes_edac_dmidecode() 186 entry->memory_type, entry->type_detail, in ghes_edac_dmidecode()
|
D | i7core_edac.c | 1859 u8 memory_type; member
|
/Linux-v5.4/tools/testing/selftests/kvm/lib/x86_64/ |
D | vmx.c | 24 uint64_t memory_type:3; member 36 uint64_t memory_type:3; member 215 .memory_type = VMX_BASIC_MEM_TYPE_WB, in init_vmcs_control_fields()
|
/Linux-v5.4/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_atomfirmware.c | 260 mem_type = vram_info->v23.vram_module[0].memory_type; in amdgpu_atomfirmware_get_vram_type() 263 mem_type = vram_info->v24.vram_module[0].memory_type; in amdgpu_atomfirmware_get_vram_type()
|
/Linux-v5.4/arch/parisc/include/asm/ |
D | pdcpat.h | 280 unsigned char memory_type; member
|
/Linux-v5.4/drivers/video/fbdev/nvidia/ |
D | nv_hw.c | 132 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()
|
/Linux-v5.4/drivers/gpu/drm/amd/display/include/ |
D | grph_object_ctrl_defs.h | 326 uint8_t memory_type; member
|
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/clk_mgr/dce110/ |
D | dce110_clk_mgr.c | 179 if (dc->bw_vbios && dc->bw_vbios->memory_type == bw_def_hbm) in dce11_pplib_apply_display_requirements()
|
/Linux-v5.4/drivers/video/fbdev/riva/ |
D | riva_hw.c | 234 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()
|
/Linux-v5.4/drivers/gpu/drm/amd/powerplay/hwmgr/ |
D | ppatomctrl.h | 186 uint8_t memory_type; member
|
/Linux-v5.4/arch/parisc/kernel/ |
D | inventory.c | 348 || (mtbl_ptr->memory_type != PAT_MEMTYPE_MEMORY) in pat_memconfig()
|
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/calcs/ |
D | calcs_logger.h | 130 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()
|
D | dce_calcs.c | 601 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()
|
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/inc/ |
D | dce_calcs.h | 193 enum bw_defines memory_type; member
|
/Linux-v5.4/drivers/net/wireless/ |
D | rayctl.h | 505 UCHAR memory_type; member
|
/Linux-v5.4/drivers/gpu/drm/amd/include/ |
D | atomfirmware.h | 2100 uint8_t memory_type; // enum of atom_dgpu_vram_type member 2178 uint8_t memory_type; // enum of atom_dgpu_vram_type member
|
/Linux-v5.4/drivers/scsi/smartpqi/ |
D | smartpqi.h | 292 u8 memory_type : 1; member
|
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dce120/ |
D | dce120_resource.c | 911 if (dc->bw_vbios->memory_type == bw_def_hbm) in bw_calcs_data_update_from_pplib()
|
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/bios/ |
D | bios_parser.c | 2272 info->memory_type = info_v8->ucMemoryType; in get_integrated_info_v8() 2419 info->memory_type = info_v9->ucMemoryType; in get_integrated_info_v9()
|
D | bios_parser2.c | 1401 info->memory_type = info_v11->memorytype; in get_integrated_info_v11()
|
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dce112/ |
D | dce112_resource.c | 993 if (dc->bw_vbios && dc->bw_vbios->memory_type == bw_def_hbm) in bw_calcs_data_update_from_pplib()
|