/Linux-v6.1/arch/arm64/boot/dts/amd/ |
D | amd-overdrive-rev-b0.dts | 3 * DTS file for AMD Seattle Overdrive Development Board 15 model = "AMD Seattle (Rev.B0) Development Board (Overdrive)"; 16 compatible = "amd,seattle-overdrive", "amd,seattle";
|
D | amd-overdrive-rev-b1.dts | 3 * DTS file for AMD Seattle Overdrive Development Board 15 model = "AMD Seattle (Rev.B1) Development Board (Overdrive)"; 16 compatible = "amd,seattle-overdrive", "amd,seattle";
|
D | Makefile | 2 dtb-$(CONFIG_ARCH_SEATTLE) += amd-overdrive-rev-b0.dtb amd-overdrive-rev-b1.dtb
|
/Linux-v6.1/Documentation/devicetree/bindings/input/ |
D | ti,drv260x.txt | 33 - vib-overdrive-mv - The overdrive voltage of the actuator in millivolts. 46 vib-overdrive-mv = <3200>;
|
/Linux-v6.1/Documentation/hwmon/ |
D | tps546d24.rst | 28 overdrive the internal 5-V LDO with an external 5-V supply via the VDD5
|
/Linux-v6.1/Documentation/devicetree/bindings/display/mediatek/ |
D | mediatek,od.yaml | 14 Mediatek display overdrive, namely OD, increases the transition values
|
/Linux-v6.1/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
D | vega20_hwmgr.h | 236 // To determine if sclk and mclk are in overdrive state 508 /* ---- Overdrive next setting ---- */
|
D | vega10_pptable.h | 81 ULONG ulMaxODEngineClock; /* For Overdrive. */ 82 ULONG ulMaxODMemoryClock; /* For Overdrive. */
|
D | pptable_v1_0.h | 113 ULONG ulMaxODEngineClock; /*For Overdrive. */ 114 ULONG ulMaxODMemoryClock; /*For Overdrive. */
|
D | vega12_hwmgr.h | 384 /* ---- Overdrive next setting ---- */
|
D | vega12_processpptables.c | 245 /* enable TDP overdrive (PowerControl) feature as well if supported */ in init_powerplay_table_information()
|
/Linux-v6.1/Documentation/w1/masters/ |
D | ds2490.rst | 40 - The hardware supports normal, flexible, and overdrive bus
|
/Linux-v6.1/drivers/w1/slaves/ |
D | Kconfig | 75 unique number. Requires OverDrive Speed to talk to.
|
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dce120/ |
D | dce120_resource.c | 1012 /* 5 GHz instead of data[7].clockInKHz to cover Overdrive */ in bw_calcs_data_update_from_pplib() 1026 /* 5 GHz instead of data[2].clockInKHz to cover Overdrive */ in bw_calcs_data_update_from_pplib() 1032 /* 5 GHz instead of data[7].clockInKHz to cover Overdrive */ in bw_calcs_data_update_from_pplib() 1036 /* 5 GHz instead of data[2].clockInKHz to cover Overdrive */ in bw_calcs_data_update_from_pplib()
|
/Linux-v6.1/drivers/gpu/drm/amd/pm/swsmu/inc/ |
D | smu_v13_0_7_pptable.h | 41 #define SMU_13_0_7_PP_OVERDRIVE_VERSION 0x81 // OverDrive 8 Table Version 0.2
|
D | smu_v11_0_7_pptable.h | 41 #define SMU_11_0_7_PP_OVERDRIVE_VERSION 0x81 // OverDrive 8 Table Versi…
|
D | amdgpu_smu.h | 601 * @set_default_dpm_table: Retrieve the default overdrive settings from 645 * @od_edit_dpm_table: Edit the custom overdrive DPM table. 785 * @set_default_od_settings: Set the overdrive tables to defaults.
|
/Linux-v6.1/drivers/gpu/drm/amd/pm/inc/ |
D | smu_v13_0_0_pptable.h | 41 #define SMU_13_0_0_PP_OVERDRIVE_VERSION 0x81 // OverDrive 8 Table Version 0.2
|
/Linux-v6.1/drivers/gpu/drm/radeon/ |
D | pptable.h | 110 ULONG ulMaxEngineClock; // For Overdrive. 111 ULONG ulMaxMemoryClock; // For Overdrive.
|
/Linux-v6.1/drivers/regulator/ |
D | da9063-regulator.c | 435 * When enabling overdrive, do it before changing the current limit to in da9063_buck_set_limit_set_overdrive() 460 * Attempt to restore original overdrive state, ignore failure- in da9063_buck_set_limit_set_overdrive() 474 * When disabling overdrive, do it after changing the current limit to in da9063_buck_set_limit_clear_overdrive()
|
/Linux-v6.1/drivers/gpu/drm/amd/include/ |
D | pptable.h | 129 ULONG ulMaxEngineClock; // For Overdrive. 130 ULONG ulMaxMemoryClock; // For Overdrive.
|
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dce112/ |
D | dce112_resource.c | 1175 /* 5 GHz instead of data[7].clockInKHz to cover Overdrive */ in bw_calcs_data_update_from_pplib() 1189 /* 5 GHz instead of data[2].clockInKHz to cover Overdrive */ in bw_calcs_data_update_from_pplib() 1195 /* 5 GHz instead of data[7].clockInKHz to cover Overdrive */ in bw_calcs_data_update_from_pplib() 1199 /* 5 GHz instead of data[2].clockInKHz to cover Overdrive */ in bw_calcs_data_update_from_pplib()
|
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dml/calcs/ |
D | dcn_calcs.c | 1508 const int overdrive = 5000000; /* 5 GHz to cover Overdrive */ in dcn_bw_notify_pplib_of_wm_ranges() local 1521 * care what the value is, hence min to overdrive level in dcn_bw_notify_pplib_of_wm_ranges() 1527 ranges.reader_wm_sets[0].max_drain_clk_mhz = overdrive / 1000; in dcn_bw_notify_pplib_of_wm_ranges() 1529 ranges.reader_wm_sets[0].max_fill_clk_mhz = overdrive / 1000; in dcn_bw_notify_pplib_of_wm_ranges() 1532 ranges.writer_wm_sets[0].max_fill_clk_mhz = overdrive / 1000; in dcn_bw_notify_pplib_of_wm_ranges() 1534 ranges.writer_wm_sets[0].max_drain_clk_mhz = overdrive / 1000; in dcn_bw_notify_pplib_of_wm_ranges()
|
/Linux-v6.1/drivers/gpu/drm/amd/pm/swsmu/smu11/ |
D | navi10_ppt.c | 220 TAB_MAP(OVERDRIVE), 2510 * For S3/S4/Runpm resume, no need to setup those overdrive tables again as in navi10_set_default_od_settings() 2519 dev_err(smu->adev->dev, "Failed to get overdrive table!\n"); in navi10_set_default_od_settings() 2566 dev_warn(smu->adev->dev, "OverDrive is not enabled!\n"); in navi10_od_edit_dpm_table() 2584 dev_err(smu->adev->dev, "Overdrive is not initialized\n"); in navi10_od_edit_dpm_table() 2645 dev_err(smu->adev->dev, "Overdrive table was not initialized!\n"); in navi10_od_edit_dpm_table() 2655 dev_err(smu->adev->dev, "Failed to import overdrive table!\n"); in navi10_od_edit_dpm_table() 2677 dev_info(smu->adev->dev, "Overdrive is not initialized\n"); in navi10_od_edit_dpm_table() 2708 // Allow setting zero to disable the OverDrive VDDC curve in navi10_od_edit_dpm_table()
|
/Linux-v6.1/drivers/input/joystick/ |
D | Kconfig | 131 Overdrive protocol over PC gameport.
|