Searched refs:memory_type (Results 1 - 25 of 35) sorted by path

12

/linux-master/drivers/gpu/drm/amd/display/dc/inc/
H A Ddce_calcs.h193 enum bw_defines memory_type; member in struct:bw_calcs_vbios
/linux-master/arch/parisc/include/asm/
H A Dpdcpat.h281 unsigned char memory_type; member in struct:pdc_pat_pd_addr_map_entry
/linux-master/arch/parisc/kernel/
H A Dinventory.c349 || (mtbl_ptr->memory_type != PAT_MEMTYPE_MEMORY)
/linux-master/drivers/edac/
H A Dghes_edac.c75 u8 memory_type; member in struct:memdev_dmi_entry
131 switch (entry->memory_type) {
196 entry->memory_type, entry->type_detail,
H A Di7core_edac.c1859 u8 memory_type; member in struct:memdev_dmi_entry
/linux-master/drivers/firmware/efi/libstub/
H A Dalignedmem.c17 * @memory_type: the type of memory to allocate
27 int memory_type)
43 memory_type, size / EFI_PAGE_SIZE + slack,
25 efi_allocate_pages_aligned(unsigned long size, unsigned long *addr, unsigned long max, unsigned long align, int memory_type) argument
H A Defistub.h1040 int memory_type, unsigned long alloc_min,
1069 int memory_type);
H A Drandomalloc.c58 int memory_type,
127 memory_type, pages, &target);
54 efi_random_alloc(unsigned long size, unsigned long align, unsigned long *addr, unsigned long random_seed, int memory_type, unsigned long alloc_min, unsigned long alloc_max) argument
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_atomfirmware.c381 mem_type = vram_info->v30.memory_type;
404 mem_type = vram_module->v9.memory_type;
425 mem_type = vram_module->v10.memory_type;
446 mem_type = vram_module->v11.memory_type;
467 mem_type = vram_module->v9.memory_type;
/linux-master/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);
131 DC_LOG_BANDWIDTH_CALCS(" [enum] bw_defines memory_type: %d", vbios->memory_type);
H A Ddce_calcs.c614 if (vbios->memory_type == bw_def_hbm)
634 if (vbios->memory_type == bw_def_hbm)
1159 if (vbios->memory_type == bw_def_hbm) {
2066 vbios->memory_type = bw_def_gddr5;
2182 vbios->memory_type = bw_def_gddr5;
2295 vbios->memory_type = bw_def_gddr5;
2411 vbios->memory_type = bw_def_gddr5;
2527 vbios->memory_type = bw_def_gddr5;
2640 vbios->memory_type = bw_def_hbm;
/linux-master/drivers/gpu/drm/amd/display/dc/bios/
H A Dbios_parser.c2281 info->memory_type = info_v8->ucMemoryType;
2428 info->memory_type = info_v9->ucMemoryType;
H A Dbios_parser2.c2444 info->memory_type = info_v11->memorytype;
2661 info->memory_type = info_v2_1->memorytype;
2823 info->memory_type = info_v2_2->memorytype;
/linux-master/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)
/linux-master/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn21/
H A Drn_clk_mgr.c673 bw_params->vram_type = bios_info->memory_type;
741 if (ctx->dc_bios->integrated_info->memory_type == LpDdr4MemType) {
/linux-master/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn301/
H A Dvg_clk_mgr.c599 bw_params->vram_type = bios_info->memory_type;
719 if (ctx->dc_bios->integrated_info->memory_type == LpDdr5MemType) {
/linux-master/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn31/
H A Ddcn31_clk_mgr.c613 bw_params->vram_type = bios_info->memory_type;
615 bw_params->dram_channel_width_bytes = bios_info->memory_type == 0x22 ? 8 : 4;
726 if (ctx->dc_bios->integrated_info->memory_type == LpDdr5MemType) {
/linux-master/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn314/
H A Ddcn314_clk_mgr.c736 bw_params->vram_type = bios_info->memory_type;
738 bw_params->dram_channel_width_bytes = bios_info->memory_type == 0x22 ? 8 : 4;
838 if (ctx->dc_bios->integrated_info->memory_type == LpDdr5MemType)
/linux-master/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn315/
H A Ddcn315_clk_mgr.c567 bw_params->vram_type = bios_info->memory_type;
569 bw_params->dram_channel_width_bytes = bios_info->memory_type == 0x22 ? 8 : 4;
654 if (ctx->dc_bios->integrated_info->memory_type == LpDdr5MemType) {
/linux-master/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn316/
H A Ddcn316_clk_mgr.c542 bw_params->vram_type = bios_info->memory_type;
544 bw_params->dram_channel_width_bytes = bios_info->memory_type == 0x22 ? 8 : 4;
633 if (ctx->dc_bios->integrated_info->memory_type == LpDdr5MemType) {
/linux-master/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn35/
H A Ddcn35_clk_mgr.c861 bw_params->vram_type = bios_info->memory_type;
862 bw_params->dram_channel_width_bytes = bios_info->memory_type == 0x22 ? 8 : 4;
1098 if (ctx->dc_bios->integrated_info->memory_type == LpDdr5MemType) {
/linux-master/drivers/gpu/drm/amd/display/dc/resource/dce112/
H A Ddce112_resource.c1072 if (dc->bw_vbios && dc->bw_vbios->memory_type == bw_def_hbm)
/linux-master/drivers/gpu/drm/amd/display/dc/resource/dce120/
H A Ddce120_resource.c982 if (dc->bw_vbios->memory_type == bw_def_hbm)
/linux-master/drivers/gpu/drm/amd/display/dmub/src/
H A Ddmub_srv.c428 enum dmub_window_memory_type memory_type)
433 if (params->window_memory_type[i] == memory_type) {
425 dmub_srv_calc_regions_for_memory_type(const struct dmub_srv_region_params *params, struct dmub_srv_region_info *out, const uint32_t *window_sizes, enum dmub_window_memory_type memory_type) argument
/linux-master/drivers/gpu/drm/amd/display/include/
H A Dgrph_object_ctrl_defs.h343 uint8_t memory_type; member in struct:integrated_info

Completed in 403 milliseconds

12