Skip to content

Commit 8d73e95

Browse files
committed
Merge branch 'release-4.0.0'
* release-4.0.0: Add build.config.default Improve camera power consumption Optimized sRGB display mode Disble ZRAM Improve stabiltiy sched/fair: Fix issue where frequency update not skipped ANDROID: Move schedtune en/dequeue before schedutil update triggers sched/fair: Skip frequency updates if CPU about to idle sched/fair: Fix throttle_list starvation with low CFS quota ANDROID: restrict store of prefer_idle as boolean sched: Add stub function for core_ctl_set_boost sched: Add stub functions for wake_up_idle API synaptics_driver_s3320: Fix gestures not working net/wireguard: add wireguard importer module: Allow wlan and msm_11ad_proxy modules to load defconfig: Disable MODULE_SIG dts: Disable verify flag sched: EAS: upmigrate misfit current task sched: EAS: kill incorrect nohz idle cpu kick sched/fair: kick nohz idle balance for misfit task sched: Extend active balance to accept 'push_task' argument sched/walt: use do_div instead of division operator sched: WALT: account cumulative window demand defconfig: Disable Interactive cpufreq governor defconfig: Enable SCHED_WALT defconfig: Enable Schedutil cpufreq governor defconfig: Enable Energy Aware Scheduling by default defconfig: Generate oneplus5_defconfig from msmcortex-perf_defconfig sched: Add missing WALT code dts: Import msm8998 energy model from Pixel 2 Revert "cpufreq: cpu-boost: Force most/all tasks to big cluster on input event" sched: Remove HMP scheduling and core_ctl Revert "sched: WALT: account cumulative window demand" Remove sched_set_boost() that OnePlus added msm: mdss: dsi: fix slab-out-of-bounds issue ANDROID: sdcardfs: Change current->fs under lock ANDROID: sdcardfs: Don't use OVERRIDE_CRED macro af_key: unconditionally clone on broadcast ASoC: Fix UBSAN warning at snd_soc_get/put_volsw_sx() msm: ADSPRPC: debugfs global and dsp file changes. ASoC: change mask in snd_soc_get/put_volsw_sx to unsigned int pppolac: pull udp header before sock enqueue af_key: unconditionally clone on broadcast soc: qcom: Remove smp2p test support soc: qcom: Remove smp2p test support soc: qcom: service-locator: Free PD list after client use msm: ipa3: Fix to validate the user inputs msm: ipa3: Fix to validate the user inputs icnss: NULL terminate the fw build timestamp string xfrm: validate template mode msm: kgsl: Don't halt dispatcher if device is not in SUSPEND state ARM: dts: msm: update dload type imem offset for MSM8998 defconfig: msm: Disable EXT2 and EXT3 FS configs for MSM8998 msm:ipa:Prevent rt rule deletion if rt rule id is invalid msm: kgsl: Correct the state transitions in suspend function msm: kgsl: create sysfs entries to expose memory usage clk: qcom: mdss: avoid release of the dynamic fps PLL code memory ARM: dts: msm: update the DSI bit clock for DSI panel on SDM660 ARM: dts: msm: enable dynamic bit clock for SDM660 MTP panel msm: mdss: add support to switch the DSI clock dynamically ARM: dts: msm: add DT properties for dynamic refresh for SDM660/SDM630 clk: qcom: mdss: add support for dynamic refresh on DSI 14nm PLL fbdev/msm: sanitize debugfs inputs when reading mdp memory msm: ipa: Protect ipa default routing table i2c-msm-v2: Handle Null pointer de-reference ARM: dts: msm: remove HOME gpio key for qrd devices ion: Ensure non-HLOS memory cannot be mapped by CPU usb: dwc3-msm: Release PM wakelock in host mode only for auto targets wcnss: Fix buffer overflow in wcnss_prealloc_get msm: camera: Fix arbitrary kernel write soc: soundwire: Fix wsa mute issue for stereo playback soc: swr-wcd-ctrl: Fix wsa mute issue for stereo playback ASoC: wsa881x: Fix regcache sync issue during playback icnss: Add check for rejuvenate in fw_down
2 parents 0f416a1 + ad6e417 commit 8d73e95

111 files changed

Lines changed: 2603 additions & 16864 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Documentation/devicetree/bindings/fb/mdss-dsi-panel.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,9 @@ Optional properties:
165165
- qcom,mdss-dsi-border-color: Defines the border color value if border is present.
166166
0 = default value.
167167
- qcom,mdss-dsi-pan-enable-dynamic-fps: Boolean used to enable change in frame rate dynamically.
168+
- qcom,mdss-dsi-pan-enable-dynamic-bitclk: Boolean used to enable change in DSI clock dynamically.
169+
- qcom,mdss-dsi-dynamic-bitclk_freq: An array of integers that specifies the DSI bit clock
170+
frequencies supported as part of dynamic bit clock feature.
168171
- qcom,mdss-dsi-pan-fps-update: A string that specifies when to change the frame rate.
169172
"dfps_suspend_resume_mode"= FPS change request is
170173
implemented during suspend/resume.
@@ -696,6 +699,9 @@ Example:
696699
qcom,mdss-dsi-bl-pmic-control-type = "bl_ctrl_wled";
697700
qcom,mdss-dsi-pan-enable-dynamic-fps;
698701
qcom,mdss-dsi-pan-fps-update = "dfps_suspend_resume_mode";
702+
qcom,mdss-dsi-pan-enable-dynamic-bitclk;
703+
qcom,mdss-dsi-dynamic-bitclk_freq = <711037824 724453632 737869440
704+
751285248 764701056 778116864 791532672 804948480>;
699705
qcom,min-refresh-rate = <30>;
700706
qcom,max-refresh-rate = <60>;
701707
qcom,mdss-dsi-bl-pmic-bank-select = <0>;

Documentation/devicetree/bindings/scheduler/sched_hmp.txt

Lines changed: 0 additions & 35 deletions
This file was deleted.

0 commit comments

Comments
 (0)