Home
last modified time | relevance | path

Searched refs:overdrive (Results 1 – 16 of 16) sorted by relevance

/linux-6.15/arch/arm64/boot/dts/amd/
H A DMakefile3 dtb-$(CONFIG_ARCH_SEATTLE) += amd-overdrive-rev-b0.dtb amd-overdrive-rev-b1.dtb
H A Damd-overdrive-rev-b1.dts11 /include/ "amd-overdrive-rev-b0.dts"
H A Damd-overdrive-rev-b0.dts16 compatible = "amd,seattle-overdrive", "amd,seattle";
/linux-6.15/Documentation/devicetree/bindings/input/
H A Dti,drv260x.yaml74 vib-overdrive-mv:
77 The overdrive voltage of the actuator in millivolts.
107 vib-overdrive-mv = <3200>;
/linux-6.15/Documentation/hwmon/
H A Dtps546d24.rst28 overdrive the internal 5-V LDO with an external 5-V supply via the VDD5
/linux-6.15/Documentation/devicetree/bindings/display/mediatek/
H A Dmediatek,od.yaml14 Mediatek display overdrive, namely OD, increases the transition values
H A Dmediatek,aal.yaml80 of many gamma, overdrive or other blocks.
/linux-6.15/Documentation/devicetree/bindings/clock/
H A Dimx8m-clock.yaml48 enum: [nominal, overdrive]
/linux-6.15/Documentation/w1/masters/
H A Dds2490.rst40 - The hardware supports normal, flexible, and overdrive bus
/linux-6.15/drivers/gpu/drm/amd/display/dc/dml/calcs/
H A Ddcn_calcs.c1375 const int overdrive = 5000000; /* 5 GHz to cover Overdrive */ in dcn_bw_notify_pplib_of_wm_ranges() local
1394 ranges.reader_wm_sets[0].max_drain_clk_mhz = overdrive / 1000; in dcn_bw_notify_pplib_of_wm_ranges()
1396 ranges.reader_wm_sets[0].max_fill_clk_mhz = overdrive / 1000; in dcn_bw_notify_pplib_of_wm_ranges()
1399 ranges.writer_wm_sets[0].max_fill_clk_mhz = overdrive / 1000; in dcn_bw_notify_pplib_of_wm_ranges()
1401 ranges.writer_wm_sets[0].max_drain_clk_mhz = overdrive / 1000; in dcn_bw_notify_pplib_of_wm_ranges()
/linux-6.15/arch/arm/boot/dts/qcom/
H A Dqcom-apq8026-huawei-sturgeon.dts85 vib-overdrive-mv = <3525>;
/linux-6.15/arch/arm64/boot/dts/freescale/
H A Dimx8mm-beacon-som.dtsi6 #include "imx8mm-overdrive.dtsi"
H A Dimx8mn-beacon-som.dtsi6 #include "imx8mn-overdrive.dtsi"
H A Dimx8mm-verdin.dtsi9 #include "imx8mm-overdrive.dtsi"
H A Dimx8mp.dtsi1943 * and 500MHz in overdrive mode. The 400MHz operating
/linux-6.15/drivers/platform/x86/
H A Dasus-wmi.c2283 u32 overdrive; in panel_od_store() local
2287 result = kstrtou32(buf, 10, &overdrive); in panel_od_store()
2291 if (overdrive > 1) in panel_od_store()
2294 err = asus_wmi_set_devstate(ASUS_WMI_DEVID_PANEL_OD, overdrive, &result); in panel_od_store()