android_kernel_oneplus_msm8998/drivers
Prakash Kamliya 4689a97525 msm: kgsl: Change the active context tracker
The active context tracker that we bolted on the side of the
dispatcher was designed mainly to see if there was 1 OR more than 1
active context, not much more than that.  Since it is apparent that
we'll need to track up to 4 contexts and possibly more later the
algorithm needs to change.

The new algorithm puts all active contexts on a linked list  - every
time a context is used it is popped from the list and put on the
tip with an updated time. To count the number of active contexts
walk the list until you get a context with an active time older than
you are looking for.  You also can do other magic on the context,
like see if it matches up with a given command queue.

Change-Id: Ic0dedbad6be9fd1925121ee54e0000c42b089f44
Signed-off-by: Jordan Crouse <jcrouse@codeaurora.org>
Signed-off-by: Prakash Kamliya <pkamliya@codeaurora.org>
2016-03-25 16:02:40 -07:00
..
accessibility
acpi ACPI / property: avoid leaking format string into kobject name 2016-01-08 01:01:41 +01:00
amba
android android: drivers: workaround debugfs race in binder 2016-02-16 13:54:24 -08:00
ata ahci: Intel DNV device IDs SATA 2016-02-17 12:31:03 -08:00
atm
auxdisplay
base firmware_class: fix direct firmware loading API support 2016-03-23 21:24:26 -07:00
bcma
bif spmi_devices: change to platform_devices 2016-03-01 12:22:33 -08:00
block staging: zram: Rate limit memory allocation errors 2016-03-23 21:12:22 -07:00
bluetooth bluetooth: Add snapshot of bluetooth driver 2016-03-23 21:26:09 -07:00
bus bus: sunxi-rsb: Fix peripheral IC mapping runtime address 2015-12-22 11:42:30 -08:00
cdrom
char diag: Fix possible null pointer dereference 2016-03-25 16:02:27 -07:00
clk clk: msm: mdss: update the frame rate count supported for DFPS 2016-03-25 16:02:36 -07:00
clocksource clocksource: arch_timer: Use _no_log variants while accessing registers 2016-03-23 21:23:41 -07:00
connector connector: bump skb->users before callback invocation 2016-01-04 21:46:45 -05:00
cpufreq cpufreq: interactive: use mult_frac in sl_busy_to_laf 2016-03-23 21:25:30 -07:00
cpuidle drivers: cpuidle: lpm-levels: Notify sched of idle state entry/exit 2016-03-23 21:24:38 -07:00
crypto crypto: msm: support aead aes 192 fallback on 4.4 kernel 2016-03-23 21:24:35 -07:00
dca
devfreq msm: kgsl: Add disable-busy-time-burst to disable ceiling threshold 2016-03-23 21:20:29 -07:00
dio
dma dma: Modify qcom-sps-dma based on framework changes 2016-03-22 11:10:31 -07:00
dma-buf CHROMIUM: android: fix warning when releasing active sync point 2016-02-16 13:53:25 -08:00
edac edac: cortex: Add EDAC L1 and L2 error reporting for Kryo2xx Silver CPUs 2016-03-23 21:21:30 -07:00
eisa
esoc esoc: Snapshot esoc drivers 2016-03-22 11:16:34 -07:00
extcon extcon: Don't register switch class if CONFIG_SWITCH is enabled 2016-03-23 21:25:46 -07:00
firewire
firmware firmware: qcom: add snapshot of tz_log.c 2016-03-23 20:08:20 -07:00
fmc
fpga
gpio gpio: qpnp-pin: Fix out of bound shift 2016-03-23 21:21:41 -07:00
gpu msm: kgsl: Change the active context tracker 2016-03-25 16:02:40 -07:00
hid Bluetooth: uhid: Prevent deadlock while waiting for response 2016-03-23 21:18:51 -07:00
hsi
hv
hwmon hwmon: qpnp-adc-voltage: Update VADC debug registers 2016-03-23 21:21:14 -07:00
hwspinlock Merge remote-tracking branch 'lsk-44/linux-linaro-lsk-v4.4' into 44rc2 2016-03-23 20:51:00 -07:00
hwtracing coresight: add CTI driver support in upstream implementation 2016-03-25 16:02:37 -07:00
i2c i2c-msm-v2: decrease runtime pm time to 250msec 2016-03-23 21:15:49 -07:00
ide
idle
iio iio: inkern: fix a NULL dereference on error 2016-02-25 12:01:17 -08:00
infiniband net/mlx5_core: Fix trimming down IRQ number 2016-01-31 11:29:01 -08:00
input input: synaptics_dsx_2.6: update driver to enable touch S332U 2016-03-25 16:02:35 -07:00
iommu iommu/arm-smmu: Fix a Null pointer dereference 2016-03-23 21:25:40 -07:00
ipack
irqchip drivers: irqchip: Add codec interrupt pinctrl 2016-03-23 20:11:35 -07:00
isdn ser_gigaset: remove unnecessary kfree() calls from release method 2015-12-15 13:24:21 -05:00
leds leds: leds-qpnp-flash: set open circuit fault flag when detected 2016-03-23 21:23:51 -07:00
lguest
lightnvm lightnvm: wrong offset in bad blk lun calculation 2015-12-29 08:28:32 -07:00
macintosh
mailbox
mcb
md dm: add snapshot of dm-req-crypt 2016-03-23 21:24:15 -07:00
media msm: vidc: Remove read-only flags for profile and level clusters 2016-03-25 16:02:29 -07:00
memory fsl-ifc: add missing include on ARM64 2015-12-16 00:16:58 +01:00
memstick
message
mfd drivers: mfd: Return EPROBE_DEFER during codec failure 2016-03-25 16:02:34 -07:00
misc qseecom: Remove the dead code from driver 2016-03-25 16:02:31 -07:00
mmc mmc: new request notification unit-test 2016-03-22 11:01:44 -07:00
mtd mtd: ubi: wl: avoid erasing a PEB which is empty 2016-03-23 21:20:21 -07:00
net msm: ipa: snapshot of IPA changes 2016-03-23 21:25:09 -07:00
nfc
ntb
nubus
nvdimm libnvdimm: fix namespace object confusion in is_uuid_busy() 2016-02-25 12:01:21 -08:00
nvme NVMe: IO ending fixes on surprise removal 2015-12-22 10:12:04 -07:00
nvmem
of of: alloc anywhere from memblock if range not specified 2016-03-23 21:19:17 -07:00
oprofile
parisc parisc iommu: fix panic due to trying to allocate too large region 2015-12-12 16:07:25 +01:00
parport
pci msm: pcie: add support to panic on linkdown 2016-03-23 21:21:39 -07:00
pcmcia
perf perf: replace cpu_up/down with device_online/offline 2016-03-23 21:22:11 -07:00
phy ufs: qcom: add dts property to disable LPM modes 2016-03-23 21:25:44 -07:00
pinctrl pinctrl: Fix the return value for devices without default state 2016-03-23 21:23:52 -07:00
platform msm: ipa: snapshot of IPA changes 2016-03-23 21:25:09 -07:00
pnp
power power: qpnp-smbcharger: return UNKNOWN in case of no charger present 2016-03-25 16:02:32 -07:00
powercap powercap / RAPL: fix BIOS lock check 2015-12-12 02:31:11 +01:00
pps
ps3
ptp
pwm spmi_devices: change to platform_devices 2016-03-01 12:22:33 -08:00
rapidio
ras
regulator regulator: cpr3-regulator: adjust voltage limits based upon aging results 2016-03-23 21:23:17 -07:00
remoteproc
reset
rpmsg
rtc spmi_devices: change to platform_devices 2016-03-01 12:22:33 -08:00
s390 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux 2015-12-22 15:43:18 -08:00
sbus
scsi scsi: ufs: increase the scsi query response timeout 2016-03-23 21:26:07 -07:00
sensors clocksource: migrate users of arch_get_cnt_pct to use virtual timers 2016-03-22 11:16:37 -07:00
sfi
sh
slimbus slim-msm-ngd: Register with specific subsystem 2016-03-23 21:21:18 -07:00
sn
soc soc: qcom: Increase the retry timeout to 2 seconds 2016-03-25 16:02:23 -07:00
soundwire soundwire: Avoid runtime suspend after device path bringup 2016-03-23 21:20:44 -07:00
spi spi: spidev: add Qualcomm spi codec slave driver 2016-03-23 21:11:59 -07:00
spmi spmi: pmic_arb: use handle_fasteoi_irq handler 2016-03-22 11:16:03 -07:00
ssb
staging sync: oneshot_sync: Add oneshot_sync driver 2016-03-23 21:24:25 -07:00
switch drivers: switch: remove S_IWUSR from dev_attr 2016-02-16 13:51:00 -08:00
target iscsi-target: Fix potential dead-lock during node acl delete 2016-02-25 12:01:16 -08:00
tc
thermal msm: lmh_lite: Pass proper size for dma memory free API call 2016-03-25 16:02:32 -07:00
thunderbolt
tty msm_serial_hs: update IRQ related error messages 2016-03-23 21:16:21 -07:00
uio uio: msm_sharedmem: Fix format specifier to print resource_size_t 2016-03-23 21:24:33 -07:00
usb USB: dwc3-msm: Enable power event irq in case of host bus suspend 2016-03-25 16:02:39 -07:00
uwb
vfio
vhost vhost: replace % with & on data path 2015-12-07 17:28:10 +02:00
video msm: mdss: fix to update the configuration for display related GPIOs 2016-03-25 16:02:39 -07:00
virt
virtio virtio_ring: shadow available ring flags & index 2015-12-07 17:28:11 +02:00
vlynq
vme
w1 w1: ds2482: Manage SLPZ pin sleep state 2016-02-16 13:54:18 -08:00
watchdog
xen xen: bug fixes for 4.4-rc5 2015-12-18 12:24:52 -08:00
zorro
Kconfig ASoC: wcd: Add Audio codec drivers for MSM targets 2016-03-23 20:11:28 -07:00
Makefile ASoC: wcd: Add Audio codec drivers for MSM targets 2016-03-23 20:11:28 -07:00