Skip to content

Commit

Permalink
Merge branch 'release-4.0.0'
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
joshchoo committed Jan 17, 2019
2 parents 0f416a1 + ad6e417 commit 8d73e95
Show file tree
Hide file tree
Showing 111 changed files with 2,603 additions and 16,864 deletions.
6 changes: 6 additions & 0 deletions Documentation/devicetree/bindings/fb/mdss-dsi-panel.txt
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,9 @@ Optional properties:
- qcom,mdss-dsi-border-color: Defines the border color value if border is present.
0 = default value.
- qcom,mdss-dsi-pan-enable-dynamic-fps: Boolean used to enable change in frame rate dynamically.
- qcom,mdss-dsi-pan-enable-dynamic-bitclk: Boolean used to enable change in DSI clock dynamically.
- qcom,mdss-dsi-dynamic-bitclk_freq: An array of integers that specifies the DSI bit clock
frequencies supported as part of dynamic bit clock feature.
- qcom,mdss-dsi-pan-fps-update: A string that specifies when to change the frame rate.
"dfps_suspend_resume_mode"= FPS change request is
implemented during suspend/resume.
Expand Down Expand Up @@ -696,6 +699,9 @@ Example:
qcom,mdss-dsi-bl-pmic-control-type = "bl_ctrl_wled";
qcom,mdss-dsi-pan-enable-dynamic-fps;
qcom,mdss-dsi-pan-fps-update = "dfps_suspend_resume_mode";
qcom,mdss-dsi-pan-enable-dynamic-bitclk;
qcom,mdss-dsi-dynamic-bitclk_freq = <711037824 724453632 737869440
751285248 764701056 778116864 791532672 804948480>;
qcom,min-refresh-rate = <30>;
qcom,max-refresh-rate = <60>;
qcom,mdss-dsi-bl-pmic-bank-select = <0>;
Expand Down
35 changes: 0 additions & 35 deletions Documentation/devicetree/bindings/scheduler/sched_hmp.txt

This file was deleted.

Loading

0 comments on commit 8d73e95

Please sign in to comment.