Currently, due to the optimizations made in SMMU with the use of
lazy map/unmap, mapped address would be totally released only when
the buffer is freed and not during the last unmap. So, if app buffers
ends up holding 1G memory due to any reason, it would result in
mapping issues in driver as SMMU still holds reference for all the
1G buffers though it was unmapped from MDP perspective. Increase the
SMMU mapping range to avoid such cases.
Change-Id: I6c28e0fe752fba3f4674b6b5ba454fce5b6e7665
Signed-off-by: Veera Sundaram Sankaran <veeras@codeaurora.org>
Update total number of temperature sensors (TSENS)
supported on controller 0. Remove support to read from
TSENS sensor 5 and 6.
Change-Id: I63e2a0a29f6bbe787fa10170c28569cf692d2807
Signed-off-by: Siddartha Mohanadoss <smohanad@codeaurora.org>
tsens_get_hw_id_mapping() API is used by thermal
client to obtain the logical ID or HW ID mapping
for the available temperature sensors (TSENS)
controller with sensor ID details. Clients
currently query the driver on a per sensor basis.
The API update allows the clients to get the sensor
ID information at once for the available number
of sensors.
Signed-off-by: Siddartha Mohanadoss <smohanad@codeaurora.org>
Change-Id: Ibae066276b099ffb78c72a890a689f83e4df56a9
Venus might not have enough time during batches to power
collapse. Hence, disable optimization that power
collapses venus after every EBD and FBD in batchmode.
CRs-Fixed: 1067014
Change-Id: I9461c81587496e230b04e1bbd5bcc306a222c03c
Signed-off-by: Saurabh Kothawade <skothawa@codeaurora.org>
For power measurements, it is needed to disable
the panel in order to determine the delta
between the consumption with and without
the panel and it's dependencies.
This change adds a sysfs note to disable
the panel and dependencies without disturbing
any of the dsi/mdp configurations.
CRs-Fixed: 878591
Change-Id: I57c1f49aa57f645cb96714edd2f297fa06187c03
Signed-off-by: Ingrid Gallardo <ingridg@codeaurora.org>
The wakeup variable keeps track of the 2 edge interrupts needed to detect
wakeup from deep sleep, when the second edge interrupt is detected the
wake byte is injected into the tty buffer.
On some boards due to noisy GPIO pins an interrupt is detected as soon as
the wakeup irq is enabled and before the variable is reset leading to
bogus wakeup bytes being injected into the serial buffer.
To protect against this, make sure the wakeup interrupt is enabled after
all the state variables are reset to protect against spurious wakeups.
Change-Id: I8002a67d8d9cb41709049ff34f35717f3dd0acd0
Acked-by: Yijiang Yuan <yijiangy@qti.qualcomm.com>
Signed-off-by: Girish Mahadevan <girishm@codeaurora.org>
Add support for audio over MI2S and AUX PCM interfaces
so that applications have flexibility to select MI2S/AUX
PCM interfaces in addition to Slimbus.
CRs-Fixed: 1047362 1047365
Change-Id: I48e6680b026391d8e77bbdcba4fb59ed90b13581
Signed-off-by: Kuirong Wang <kuirongw@codeaurora.org>
The iommu_coherent_ops variable is not needed and is never used. Remove
it.
Change-Id: Ib026ec24520905cbcbb41b31b4bfa141cf87f37b
Signed-off-by: Mitchel Humpherys <mitchelh@codeaurora.org>
Fix possible NULL pointer dereference issue as strrchr() API can
return NULL if there is no port_num found as part of passed string.
Change-Id: I410e58361282f175e46b68cbfaf4824e386454f8
Signed-off-by: Mayank Rana <mrana@codeaurora.org>
func_name and port_num attributes related information is already
available as part of created driver instance name itself. These
attributes don't give any valuable information. Hence remove both
attributes and related functionality. Add check against length of
func_name.
CRs-Fixed: 1069476
Change-Id: Ibfc050cda62cfc7e5838949ae833a9d7c0a59303
Signed-off-by: Mayank Rana <mrana@codeaurora.org>
Device state is updated incorrectly during codec probe when
the wsa881x soundwire slave device is in suspend state, resulting
in register read/write failures. Update the device state during
device probe instead of codec probe.
Change-Id: I46afe2a08495c2ed06806b0568b1c44a6ffd947f
Signed-off-by: Sudheer Papothi <spapothi@codeaurora.org>
Currently a device without a battery will shutdown soon after boot since
the SOC will be 0. Add a DT property called "qcom,batteryless-platform"
which indicates that the device does not have a battery. If this
property is set then charging will be disabled, and all of the necessary
battery parameters will be faked to ensure normal operation.
Change-Id: I6943b7f5565ad95eddb9e3d30de5efbc47106e3d
Signed-off-by: Nicholas Troast <ntroast@codeaurora.org>
The RBBM_ALWAYS_COUNT countable does not function properly
when top level clock gating is enabled. Return -EINVAL
when user requests this perfcounter.
CRs-Fixed: 1038778
Change-Id: I48d560ab2caa6ea467ac56bf0d323937a475cdde
Signed-off-by: Harshdeep Dhatt <hdhatt@codeaurora.org>
Initialize the return value in the glink tx scheduler
function.
CRs-Fixed: 1067981
Change-Id: I3f78196927501f582c36d5815096581185d797b4
Signed-off-by: Dhoat Harpal <hdhoat@codeaurora.org>
Add carve-outs, firmware regions and other cma areas as part of initial
memory map configuration for msmtriton.
Change-Id: If3f17a913aac8fb5959c919ae28973544e33444a
Signed-off-by: Charan Teja Reddy <charante@codeaurora.org>
Use div64_s64() instead of direct division required for 32-bit kernel
compilation.
CRs-Fixed: 1070141
Change-Id: I9f58a411c2a923c07fd27ab9dc5ac244e4b13a44
Signed-off-by: ansharma <ansharma@codeaurora.org>
Update regulator name and phandle for msmfalcon.
While at it, add buck-boost regulator.
CRs-Fixed: 1070486
Change-Id: Ia3c1beed20590e4135d58ad235ff861d47db5882
Signed-off-by: Ashay Jaiswal <ashayj@codeaurora.org>
Temperature Sensor (TSENS) provides an interface to
clients to read the on die temperature from supported
sensors. Add Temperature sensor support for msmtriton.
Change-Id: I08506b8a2327a81609e5d4d8d586024d566864eb
Signed-off-by: Sriharsha Allenki <sallenki@codeaurora.org>
Update the initial memory map details for the carveout memory regions
for msmfalcon.
Change-Id: I81b7992aa1117590400050c2da7dc7c9e3903572
Signed-off-by: Charan Teja Reddy <charante@codeaurora.org>
Temperature sensor (TSENS) driver provides ability to
thermal clients to read from on-die temperature sensors.
msmtriton supports reading from 12 on-die temperature
sensors and clients can set temperature thresholds and
receive notification.
Change-Id: Ia296ff112456f8959a2c769ab1e7afbccec23ba1
Signed-off-by: Sriharsha Allenki <sallenki@codeaurora.org>
During suspend, where there isn't a explicit timer requirement, suspend
driver adds a ~0ULL value to current timer value and passes it on to RPM as
the wakeup timer. However, RPM doesn't handle overflow of timer wakeups,
which could indicate that the master is requesting a wakeup in the past
and causes a crash.
Adding 1 to current wakeup times, sets the wakeup time to 0 for suspend
usecases. MPM maps a 0 wakeup time to ~0ULL which would be handled
correctly on the RPM side.
Change-Id: Ida24c83eb2f1ae94ad7168b6065db69da35c3ec9
Signed-off-by: Mahesh Sivasubramanian <msivasub@codeaurora.org>
Signed-off-by: Girish S Ghongdemath <girishsg@codeaurora.org>
The request and release streams for VFE's are driven sequentially,
remove explicit synchronization using spinlock.
CRs-Fixed: 1065689
Change-Id: If040c86e7661b107f862caba1cd990e71de10b00
Signed-off-by: Senthil Kumar Rajagopal <skrajago@codeaurora.org>
Since GEF was introduced, effect control function is moved to user land
and driver related logics are not needed anymore. Adding a config to
limit audiosphere related functions to legacy platforms only.
CRs-Fixed: 1067706
Change-Id: I1d860a1ecf930e09988fa116add8518bfb3abc25
Signed-off-by: Weiyin Jiang <wjiang@codeaurora.org>
Convert Goodix driver to dev_pm_ops.
Add return type and parameters for suspend/resume for
Goodix driver.
Change-Id: I5243d9ab801f6964e675ad37c2161beda3586dfe
Signed-off-by: Shantanu Jain <shjain@codeaurora.org>
Vote for ahb clock to nominal if the vfe clock is nominal
or higher.
Change-Id: I3f154dffefb5b834a166e4dca520d5fc53ad7133
CRs-Fixed: 1066421
Signed-off-by: Shubhraprakash Das <sadas@codeaurora.org>
Add minimum vote to be added to the bandwidth vote for
cobalt. Also, use the vfe clock rate when deciding the
bandwidth for both rdi as well as pix stream.
CRs-Fixed: 1065389
Change-Id: Ic142026e8963830cda5c2d607e6e96f66c39d1bb
Signed-off-by: Shubhraprakash Das <sadas@codeaurora.org>
Add the mmssnoc_axi clock for isp and ispif nodes and
remove mnoc_maxi clock.
Change-Id: I01f3f726c484a929db3a1d8dff6f31806beb8dc3
CRs-Fixed: 1050172
Signed-off-by: Shubhraprakash Das <sadas@codeaurora.org>
When overflow interrupts is generated print the overflow mask
and the bus error to help debug.
CRs-Fixed: 1066392
Change-Id: If550b500f7f0b21b134b424c39ebb6bc4a5a40d5
Signed-off-by: Shubhraprakash Das <sadas@codeaurora.org>
Change DEBUG_SPINLOCK_BITE_ON_BUG to depend on QCOM_WATCHDOG_V2 instead
of MSM_WATCHDOG_V2 as MSM_WATCHDOG_V2 is no longer used.
CRs-Fixed: 1070295
Change-Id: I549abf9978a19da5bbd258d803287464cd73f23c
Signed-off-by: Kyle Yan <kyan@codeaurora.org>
gic_poke_irq creates lots of RTB logging. Update the API to call
the no log version of write_relax.
CRs-Fixed: 1070282
Change-Id: I6924bc24fafb1685a2a157656281e7d36223257e
Signed-off-by: Runmin Wang <runminw@codeaurora.org>