This is snapshot of the video driver as of msm-4.14(vidc_3x)
commit 9dc1a255ba77c95 (" Fix qbuf error in gralloc buffers encoding").
Change-Id: I146b66cb0e0ce44d8414efaa8748c2de87b9fc74
Signed-off-by: Vasantha Balla <vballa@codeaurora.org>
If eud driver is enabled in xbl, there was a explicit need
to enable eud from hlos side also. This change enables eud
if eud_mode_manager2 register is set.
Change-Id: I4f99d2fddb36f196514296302c67b75e73545632
Signed-off-by: Komal Bajaj <kbajaj@codeaurora.org>
Even though best_energy_cpu is idle and which would consume
same amount of enery as prev cpu, due to 6% check with prev cpu,
we end up chosing prev cpu over best_energy_cpu for the tasks.
This leads to increase in runnables. Choose best_energy_cpu when
it is idle and shallowest c-state over prev cpu in such scenarios
to avoid runnables.
Change-Id: Ib9eee263640bcd43bd80f8f777a8312585991bc5
Signed-off-by: Satya Durga Srinivasu Prabhala <satyap@codeaurora.org>
This change is for general scheduler improvements.
Change-Id: Iaefb893a84055748be7f2108179e3b869ac00318
Signed-off-by: Satya Durga Srinivasu Prabhala <satyap@codeaurora.org>
Add support for sequential loading property to be read from
device-tree.
Change-Id: I005293bc369328ee07de671d3fe08e7f26e285b8
Signed-off-by: Gaurav Kohli <gkohli@codeaurora.org>
Signed-off-by: Shadab Naseem <snaseem@codeaurora.org>
Reduce the ICL value by 300ma for charger and torch concurrences,
to avoid surge on USBIN due to the extra current drawn by torch.
Change-Id: I77936db266f4e5309fcd7827efdfea3c1cced62d
Signed-off-by: Kavya Nunna <knunna@codeaurora.org>
Update Kona configuration to be in sync with Android-4.19
configs.
Change-Id: I8e82740a81389b2ad92023f519a549d570ed4c2d
Signed-off-by: Gaurav Kohli <gkohli@codeaurora.org>
Add mask to fetch number of PCC configs from UAPI flags
Change-Id: Iaaa10474fd32053241411d76229e1431aa657c85
Signed-off-by: Prashant Beniwal <pbeniw@codeaurora.org>
CTS failed on Lahaina due to absence of function name in the driver print.
This change adds function name to each driver print.
Change-Id: I2603c460e77578e7a56553a92058cc1b463c11c0
Signed-off-by: Konstantin Dorfman <kdorfman@codeaurora.org>