Home
last modified time | relevance | path

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

12

/linux/drivers/gpu/drm/nouveau/dispnv04/
H A Darb.c48 int memory_type; member
149 mclks += (arb->memory_type == 0 ? 2 : 1) in nv10_calc_arb()
218 sim_data.memory_type = (type >> 12) & 1; in nv04_update_arb()
223 sim_data.memory_type = nvif_rd32(device, NV04_PFB_CFG0) & 0x1; in nv04_update_arb()
/linux/drivers/firmware/efi/libstub/
H A Dalignedmem.c27 int memory_type) in efi_allocate_pages_aligned() argument
43 memory_type, size / EFI_PAGE_SIZE + slack, in efi_allocate_pages_aligned()
H A Drandomalloc.c61 int memory_type, in efi_random_alloc() argument
130 memory_type, pages, &target); in efi_random_alloc()
/linux/include/linux/
H A Dmemremap.h69 enum memory_type { enum
131 enum memory_type type;
H A Defi.h1009 u32 memory_type; member
/linux/drivers/edac/
H A Dghes_edac.c75 u8 memory_type; member
131 switch (entry->memory_type) { in assign_dmi_dimm_info()
196 entry->memory_type, entry->type_detail, in assign_dmi_dimm_info()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_atomfirmware.c430 mem_type = vram_info->v30.memory_type; in amdgpu_atomfirmware_get_vram_info()
453 mem_type = vram_module->v9.memory_type; in amdgpu_atomfirmware_get_vram_info()
474 mem_type = vram_module->v10.memory_type; in amdgpu_atomfirmware_get_vram_info()
495 mem_type = vram_module->v11.memory_type; in amdgpu_atomfirmware_get_vram_info()
516 mem_type = vram_module->v9.memory_type; in amdgpu_atomfirmware_get_vram_info()
/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn316/
H A Ddcn316_clk_mgr.c543 bw_params->vram_type = bios_info->memory_type; in dcn316_clk_mgr_helper_populate_bw_params()
545 bw_params->dram_channel_width_bytes = bios_info->memory_type == 0x22 ? 8 : 4; in dcn316_clk_mgr_helper_populate_bw_params()
634 if (ctx->dc_bios->integrated_info->memory_type == LpDdr5MemType) { in dcn316_clk_mgr_construct()
/linux/drivers/video/fbdev/nvidia/
H A 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()
/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn315/
H A Ddcn315_clk_mgr.c567 bw_params->vram_type = bios_info->memory_type; in dcn315_clk_mgr_helper_populate_bw_params()
569 bw_params->dram_channel_width_bytes = bios_info->memory_type == 0x22 ? 8 : 4; in dcn315_clk_mgr_helper_populate_bw_params()
654 if (ctx->dc_bios->integrated_info->memory_type == LpDdr5MemType) { in dcn315_clk_mgr_construct()
/linux/arch/parisc/include/asm/
H A Dpdcpat.h281 unsigned char memory_type; member
/linux/drivers/video/fbdev/riva/
H A Driva_hw.c234 u32 memory_type; member
880 if (arb->memory_type == 0) in nv10CalcArbitration()
1063 sim_data.memory_type = (NV_RD32(&chip->PFB[0x00000200/4], 0) & 0x01) ? in nv10UpdateArbitrationSettings()
1118 pci_read_config_dword(dev, 0x7C, &sim_data.memory_type); in nForceUpdateArbitrationSettings()
1120 sim_data.memory_type = (sim_data.memory_type >> 12) & 1; in nForceUpdateArbitrationSettings()
/linux/drivers/gpu/drm/amd/display/include/
H A Dgrph_object_ctrl_defs.h343 uint8_t memory_type; member
/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dce110/
H A Ddce110_clk_mgr.c179 if (dc->bw_vbios && dc->bw_vbios->memory_type == bw_def_hbm) in dce11_pplib_apply_display_requirements()
/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn301/
H A Dvg_clk_mgr.c600 bw_params->vram_type = bios_info->memory_type; in vg_clk_mgr_helper_populate_bw_params()
720 if (ctx->dc_bios->integrated_info->memory_type == LpDdr5MemType) { in vg_clk_mgr_construct()
/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn21/
H A Drn_clk_mgr.c675 bw_params->vram_type = bios_info->memory_type; in rn_clk_mgr_helper_populate_bw_params()
743 if (ctx->dc_bios->integrated_info->memory_type == LpDdr4MemType) { in rn_clk_mgr_construct()
/linux/drivers/gpu/drm/amd/display/dc/basics/
H A 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()
H A Ddce_calcs.c614 if (vbios->memory_type == bw_def_hbm) in calculate_bandwidth()
634 if (vbios->memory_type == bw_def_hbm) in calculate_bandwidth()
1159 if (vbios->memory_type == bw_def_hbm) { in calculate_bandwidth()
2066 vbios->memory_type = bw_def_gddr5; in bw_calcs_init()
2182 vbios->memory_type = bw_def_gddr5; in bw_calcs_init()
2295 vbios->memory_type = bw_def_gddr5; in bw_calcs_init()
2411 vbios->memory_type = bw_def_gddr5; in bw_calcs_init()
2527 vbios->memory_type = bw_def_gddr5; in bw_calcs_init()
2640 vbios->memory_type = bw_def_hbm; in bw_calcs_init()
/linux/arch/parisc/kernel/
H A Dinventory.c349 || (mtbl_ptr->memory_type != PAT_MEMTYPE_MEMORY) in pat_memconfig()
/linux/drivers/gpu/drm/amd/display/dc/inc/
H A Ddce_calcs.h193 enum bw_defines memory_type; member
/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn35/
H A Ddcn35_clk_mgr.c1038 bw_params->vram_type = bios_info->memory_type; in dcn35_clk_mgr_helper_populate_bw_params()
1039 bw_params->dram_channel_width_bytes = bios_info->memory_type == 0x22 ? 8 : 4; in dcn35_clk_mgr_helper_populate_bw_params()
1302 if (ctx->dc_bios->integrated_info->memory_type == LpDdr5MemType) { in dcn35_clk_mgr_construct()
/linux/drivers/scsi/smartpqi/
H A Dsmartpqi.h310 u8 memory_type : 1; member
341 u8 memory_type : 1; member
/linux/drivers/gpu/drm/amd/display/dmub/src/
H A Ddmub_srv.c471 enum dmub_window_memory_type memory_type) in dmub_srv_calc_regions_for_memory_type() argument
476 if (params->window_memory_type[i] == memory_type) { in dmub_srv_calc_regions_for_memory_type()
/linux/drivers/gpu/drm/amd/include/
H A Datomfirmware.h3232 uint8_t memory_type; // enum of atom_dgpu_vram_type member
3293 uint8_t memory_type; member
3355 uint8_t memory_type; // enum of atom_dgpu_vram_type member
3395 uint8_t memory_type; // enum of atom_dgpu_vram_type member
/linux/include/acpi/
H A Dactbl1.h447 u8 memory_type; member

12