/linux/Documentation/admin-guide/acpi/ |
H A D | fan_performance_states.rst | 64 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 D | edac_mc.c | 105 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 D | ghes_edac.c | 186 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 D | x38_edac.c | 42 #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 D | i3200_edac.c | 42 #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 D | i82975x_edac.c | 114 #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 D | cpc925_edac.c | 321 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 D | i3000_edac.c | 108 #define I3000_DRB_SHIFT 25 /* 32MiB grain */ 411 dimm->grain = I3000_DEAP_GRAIN; in i3000_probe1()
|
H A D | i82875p_edac.c | 118 #define I82875P_DRB_SHIFT 26 /* 64MiB grain */ 379 dimm->grain = 1 << 12; /* I82875P_EAP has 4KiB reolution */ in i82875p_init_csrows()
|
H A D | pasemi_edac.c | 171 dimm->grain = PASEMI_EDAC_ERROR_GRAIN; in pasemi_edac_init_csrows()
|
H A D | highbank_mc_edac.c | 226 dimm->grain = 8; in highbank_mc_probe()
|
H A D | ti_edac.c | 182 dimm->grain = 4; in ti_edac_setup_dimm()
|
/linux/Documentation/devicetree/bindings/media/ |
H A D | mediatek,mdp3-fg.yaml | 7 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 D | fan_hwmon.c | 47 * 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 D | smu_v14_0_2_pptable.h | 72 … = 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 D | visl-dec.h | 52 const struct v4l2_ctrl_av1_film_grain *grain; member
|
H A D | visl-dec.c | 554 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 D | ext-ctrls-codec-stateless.rst | 3099 - 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 D | edac.h | 392 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 D | smu10_hwmgr.c | 396 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 D | hardwaremanager.h | 94 …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 D | hantro_hw.h | 271 * @film_grain: AV1 Film Grain 303 * @film_grain: film grain buffer
|
/linux/drivers/gpu/drm/tve200/ |
H A D | tve200_drv.c | 19 * but also in the Grain Media GM8180 chipset. On the Gemini the module
|
/linux/drivers/watchdog/ |
H A D | max63xx_wdt.c | 63 * these values with a grain of salt. Same goes for the initial delay
|
/linux/Documentation/admin-guide/RAS/ |
H A D | main.rst | 266 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 |
|