Home
last modified time | relevance | path

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

1234

/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()
839 "%d CE %s%son %s (%s page:0x%lx offset:0x%lx grain:%ld syndrome:0x%lx%s%s)\n", in edac_ce_error()
843 e->grain, e->syndrome, in edac_ce_error()
866 edac_mc_scrub_block(remapped_page, e->offset_in_page, e->grain); in edac_ce_error()
876 "%d UE %s%son %s (%s page:0x%lx offset:0x%lx grain:%ld%s%s)\n", in edac_ue_error()
880 e->grain, in edac_ue_error()
888 panic("UE %s%son %s (%s page:0x%lx offset:0x%lx grain:%ld%s%s)\n", in edac_ue_error()
892 e->grain, in edac_ue_error()
923 /* Sanity-check driver-supplied grain value. */ in edac_raw_mc_handle_error()
924 if (WARN_ON_ONCE(!e->grain)) in edac_raw_mc_handle_error()
[all …]
H A Dghes_edac.c186 dimm->grain = 128; /* Likely, worse case */ in assign_dmi_dimm_info()
301 e->grain = 1; in ghes_edac_report_mem_error()
344 /* Error grain */ in ghes_edac_report_mem_error()
346 e->grain = ~mem_err->physical_addr_mask + 1; in ghes_edac_report_mem_error()
457 dst->grain = src->grain; in ghes_edac_register()
473 dimm->grain = 128; in ghes_edac_register()
H A Dx38_edac.c42 #define X38_TOM_SHIFT 26 /* 64MiB grain */
76 #define X38_DRB_SHIFT 26 /* 64MiB grain */
386 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 */
404 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()
/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()
61 * 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/media/test-drivers/visl/
H A Dvisl-dec.h52 const struct v4l2_ctrl_av1_film_grain *grain; member
H A Dvisl-dec.c554 trace_v4l2_ctrl_av1_film_grain(run->av1.grain); in visl_trace_ctrls()
619 run.av1.grain = visl_find_control_data(ctx, V4L2_CID_STATELESS_AV1_FILM_GRAIN); in visl_device_run()
/linux/Documentation/userspace-api/media/v4l/
H A Dext-ctrls-codec-stateless.rst3099 - Specifies whether film grain parameters are present in the coded video
4013 Represents the optional film grain parameters. See section
4014 6.8.20 "Film grain params semantics" of :ref:`av1` for more details.
4029 - See :ref:`AV1 Film Grain Flags <av1_film_grain_flags>`.
4037 film grain synthesis.
4040 - Indicates which reference frame contains the film grain parameters to be
4087 range and quantization step of the standard deviation of film grain.
4109 during the grain synthesis process.
4136 ``AV1 Film Grain Flags``
4147 - If set, specifies that film grain should be added to this frame. If not
[all …]
/linux/include/linux/
H A Dedac.h392 u32 grain; /* granularity of reported error in bytes */ member
462 * @grain: minimum granularity for an error report, in bytes
480 long grain; member
/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dsmu10_hwmgr.c396 pr_info("restore the fine grain parameters\n"); in smu10_enable_dpm_tasks()
592 /* disabled fine grain tuning function by default */ in smu10_hwmgr_backend_init()
1545 pr_err("Fine grain not support\n"); in smu10_set_fine_grain_clk_vol()
1566 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()
1577 … 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/amd/pm/powerplay/inc/
H A Dhardwaremanager.h94 …PHM_PlatformCaps_DisableMGClockGating, /* to disable Medium Grain Clock Gating or…
95 …PHM_PlatformCaps_DisableMGCGTSSM, /* TO disable Medium Grain Clock Gating Sh…
/linux/drivers/media/platform/verisilicon/
H A Dhantro_hw.h271 * @film_grain: AV1 Film Grain
303 * @film_grain: film grain buffer
/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/Documentation/admin-guide/RAS/
H A Dmain.rst266 The presence of PCI Parity errors must be examined with a grain of salt.
707 …EDAC MC0: CE page 0x283, offset 0xce0, grain 8, syndrome 0x6ec3, row 0, channel 1 "DIMM_B1": amd76…
708 …EDAC MC0: CE page 0x1e5, offset 0xfb0, grain 8, syndrome 0xb741, row 0, channel 1 "DIMM_B1": amd76…
724 | The byte granularity | grain 8 |

1234