Home
last modified time | relevance | path

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

/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
134 memory_type, pages, &target); in efi_random_alloc()
H A Defistub.h1072 int memory_type, unsigned long alloc_min,
1102 int memory_type);
/linux/include/linux/
H A Dmemremap.h68 enum memory_type { enum
137 enum memory_type type;
H A Defi.h993 u32 memory_type; member
/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/include/
H A Dgrph_object_ctrl_defs.h348 uint8_t memory_type; member
/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()
/linux/arch/parisc/kernel/
H A Dinventory.c362 || (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/scsi/smartpqi/
H A Dsmartpqi.h310 u8 memory_type : 1; member
341 u8 memory_type : 1; member
/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn42/
H A Ddcn42_clk_mgr.c1070 dcn42_bw_params.vram_type = ctx->dc_bios->integrated_info->memory_type; in dcn42_clk_mgr_construct()
1071 …dcn42_bw_params.dram_channel_width_bytes = ctx->dc_bios->integrated_info->memory_type == 0x22 ? 8 … in dcn42_clk_mgr_construct()
/linux/include/acpi/
H A Dactbl1.h455 u8 memory_type; member
/linux/drivers/gpu/drm/amd/display/dc/resource/dce120/
H A Ddce120_resource.c993 if (dc->bw_vbios->memory_type == bw_def_hbm) in bw_calcs_data_update_from_pplib()
/linux/drivers/gpu/drm/amd/display/dc/resource/dce112/
H A Ddce112_resource.c1082 if (dc->bw_vbios->memory_type == bw_def_hbm) in bw_calcs_data_update_from_pplib()
/linux/drivers/gpu/drm/amd/display/dc/bios/
H A Dbios_parser.c2450 info->memory_type = info_v8->ucMemoryType; in get_integrated_info_v8()
2597 info->memory_type = info_v9->ucMemoryType; in get_integrated_info_v9()