Home
last modified time | relevance | path

Searched full:grain (Results 1 – 25 of 48) sorted by relevance

12

/linux/Documentation/admin-guide/acpi/
H A Dfan_performance_states.rst64 ACPI Fan Fine Grain Control
67 When _FIF object specifies support for fine grain control, then fan speed
72 and set it by changing cooling device cur_state. If the fine grain control
76 The support of fine grain control is presented via sysfs attribute
77 "fine_grain_control". If fine grain control is present, this attribute
/linux/drivers/edac/
H A Dedac_mc.c105 edac_dbg(4, " dimm->grain = %d\n", dimm->grain); in edac_mc_dump_dimm()
834 "%d CE %s%son %s (%s page:0x%lx offset:0x%lx grain:%ld syndrome:0x%lx%s%s)\n", in edac_ce_error()
838 e->grain, e->syndrome, in edac_ce_error()
861 edac_mc_scrub_block(remapped_page, e->offset_in_page, e->grain); in edac_ce_error()
871 "%d UE %s%son %s (%s page:0x%lx offset:0x%lx grain:%ld%s%s)\n", in edac_ue_error()
875 e->grain, in edac_ue_error()
883 panic("UE %s%son %s (%s page:0x%lx offset:0x%lx grain:%ld%s%s)\n", in edac_ue_error()
887 e->grain, in edac_ue_error()
918 /* Sanity-check driver-supplied grain value. */ in edac_raw_mc_handle_error()
919 if (WARN_ON_ONCE(!e->grain)) in edac_raw_mc_handle_error()
[all …]
H A Dx38_edac.c42 #define X38_TOM_SHIFT 26 /* 64MiB grain */
76 #define X38_DRB_SHIFT 26 /* 64MiB grain */
389 dimm->grain = nr_pages << PAGE_SHIFT; in x38_probe1()
H A Di3200_edac.c42 #define I3200_TOM_SHIFT 26 /* 64MiB grain */
76 #define I3200_DRB_SHIFT 26 /* 64MiB grain */
405 dimm->grain = nr_pages << PAGE_SHIFT; in i3200_probe1()
H A Di82975x_edac.c114 #define I82975X_DRB_SHIFT 25 /* fixed 32MiB grain */
313 (1 << mci->csrows[row]->channels[chan]->dimm->grain)); in i82975x_process_error_info()
414 dimm->grain = 1 << 7; /* 128Byte cache-line resolution */ in i82975x_init_csrows()
H A Dcpc925_edac.c321 u32 mbmr, mbbar, bba, grain; in cpc925_init_csrows() local
347 grain = 32; /* four-beat burst of 32 bytes */ in cpc925_init_csrows()
351 grain = 64; /* four-beat burst of 64 bytes */ in cpc925_init_csrows()
373 dimm->grain = grain; in cpc925_init_csrows()
H A Di3000_edac.c108 #define I3000_DRB_SHIFT 25 /* 32MiB grain */
411 dimm->grain = I3000_DEAP_GRAIN; in i3000_probe1()
H A Di82875p_edac.c118 #define I82875P_DRB_SHIFT 26 /* 64MiB grain */
379 dimm->grain = 1 << 12; /* I82875P_EAP has 4KiB reolution */ in i82875p_init_csrows()
H A Dpasemi_edac.c171 dimm->grain = PASEMI_EDAC_ERROR_GRAIN; in pasemi_edac_init_csrows()
H A Dhighbank_mc_edac.c226 dimm->grain = 8; in highbank_mc_probe()
H A Dti_edac.c182 dimm->grain = 4; in ti_edac_setup_dimm()
H A Di82860_edac.c177 dimm->grain = 1 << 12; /* I82860_EAP has 4KiB reolution */ in i82860_init_csrows()
H A Damd76x_edac.c212 dimm->grain = dimm->nr_pages << PAGE_SHIFT; in amd76x_init_csrows()
H A Dal_mc_edac.c284 dimm->grain = 1; in al_mc_edac_probe()
H A Dskx_common.c497 dimm->grain = 32; in skx_get_dimm_info()
547 dimm->grain = 32; in skx_get_nvdimm_info()
/linux/Documentation/devicetree/bindings/media/
H A Dmediatek,mdp3-fg.yaml7 title: MediaTek Media Data Path 3 Film Grain
14 Film Grain (FG) is a Media Data Path 3 (MDP3) component used to add
15 the film grain according to the AOMedia Video 1 (AV1) standard.
/linux/drivers/acpi/
H A Dfan_hwmon.c47 * When in fine grain control mode, not every fan control value in acpi_fan_hwmon_is_visible()
65 * When in fine grain control mode, not every fan control value in acpi_fan_hwmon_is_visible()
/linux/drivers/gpu/drm/amd/pm/swsmu/inc/
H A Dsmu_v14_0_2_pptable.h72 … = 1 << SMU_14_0_2_ODCAP_MANUAL_AC_TIMING, // Manual fine grain AC Timing tuning
73 …IMIZER = 1 << SMU_14_0_2_ODCAP_AUTO_VF_CURVE_OPTIMIZER, // Fine grain auto VF curve tuni…
/linux/drivers/gpu/drm/amd/display/dc/soc_and_ip_translator/dcn42/
H A Ddcn42_soc_and_ip_translator.c96 /* dispclk is always fine-grain */ in dcn42_convert_dc_clock_table_to_soc_bb_clock_table()
112 /* dppclk is always fine-grain */ in dcn42_convert_dc_clock_table_to_soc_bb_clock_table()
/linux/drivers/gpu/drm/amd/pm/
H A Damdgpu_pm.c4971 {AMD_CG_SUPPORT_GFX_FGCG, "Graphics Fine Grain Clock Gating"},
4972 {AMD_CG_SUPPORT_GFX_MGCG, "Graphics Medium Grain Clock Gating"},
4973 {AMD_CG_SUPPORT_GFX_MGLS, "Graphics Medium Grain memory Light Sleep"},
4974 {AMD_CG_SUPPORT_GFX_CGCG, "Graphics Coarse Grain Clock Gating"},
4975 {AMD_CG_SUPPORT_GFX_CGLS, "Graphics Coarse Grain memory Light Sleep"},
4976 {AMD_CG_SUPPORT_GFX_CGTS, "Graphics Coarse Grain Tree Shader Clock Gating"},
4977 {AMD_CG_SUPPORT_GFX_CGTS_LS, "Graphics Coarse Grain Tree Shader Light Sleep"},
4980 {AMD_CG_SUPPORT_GFX_3D_CGCG, "Graphics 3D Coarse Grain Clock Gating"},
4981 {AMD_CG_SUPPORT_GFX_3D_CGLS, "Graphics 3D Coarse Grain memory Light Sleep"},
4983 {AMD_CG_SUPPORT_MC_MGCG, "Memory Controller Medium Grain Clock Gating"},
[all …]
/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dsmu10_hwmgr.c395 pr_info("restore the fine grain parameters\n"); in smu10_enable_dpm_tasks()
591 /* disabled fine grain tuning function by default */ in smu10_hwmgr_backend_init()
1555 pr_err("Fine grain not support\n"); in smu10_set_fine_grain_clk_vol()
1576 pr_err("Fine grain setting minimum sclk (%ld) MHz is less than the minimum allowed (%d) MHz\n", in smu10_set_fine_grain_clk_vol()
1587 … pr_err("Fine grain setting maximum sclk (%ld) MHz is greater than the maximum allowed (%d) MHz\n", in smu10_set_fine_grain_clk_vol()
/linux/drivers/gpu/drm/tve200/
H A Dtve200_drv.c19 * but also in the Grain Media GM8180 chipset. On the Gemini the module
/linux/drivers/watchdog/
H A Dmax63xx_wdt.c63 * these values with a grain of salt. Same goes for the initial delay
/linux/drivers/cpufreq/
H A DKconfig.x8646 This driver adds a CPUFreq driver which utilizes a fine grain
/linux/Documentation/firmware-guide/acpi/apei/
H A Deinj.rst237 …on CPU_SrcID#0_Channel#0_DIMM#0 (channel:0 slot:0 page:0x12345 offset:0x0 grain:32 syndrome:0x0 - …

12