aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/msm
Commit message (Expand)AuthorAgeFilesLines
* msm: kgsl: Protect the event->handle with spinlockSunil Khatri2019-09-181-25/+37
* msm: kgsl: Fix the race between context create and destroySunil Khatri2019-09-181-1/+1
* msm: kgsl: Reserve a context ID slot but don't populate immediatelySteve Pfetsch2019-09-181-2/+10
* msm: kgsl: Fix kgsl memory allocation and free race conditionDennis Cagle2019-07-061-2/+14
* msm: kgsl: Fix idle timer sysfs after removing references to HZfluxi2019-07-061-6/+2
* msm: kgsl: Fix direct references to HZAjay Dudani2019-07-065-10/+7
* Merge Sony package 23.5.A.1.291 releasetomascus2019-06-304-72/+23
* msm: kgsl: fix sync file error handlingJeremy Gebben2016-12-191-2/+2
* msm: kgsl: Change %p to %pK in debug messagesDivya Ponnusamy2016-10-139-39/+37
* msm: kgsl: Cast perfcounter query count to an unsigned intSunil Khatri2016-07-211-1/+1
* msm: kgsl: Add missing check for alloc sizeRajesh Kemisetti2016-06-281-2/+7
* msm: kgsl: Defer adding the mem entry to a processSunil Khatri2016-06-011-38/+64
* msm: kgsl: Correctly increment the pagetable statisticsHarshdeep Dhatt2015-10-011-1/+1
* msm: kgsl: Add support for KGSL_CMDBATCH_MARKERJordan Crouse2015-09-085-61/+204
* msm: kgsl: Remove a race condition in the event processing codeJordan Crouse2015-09-083-5/+11
* msm: kgsl: Refactor the GPU event engineSunil Khatri2015-09-0811-464/+334
* msm: kgsl: Allow memory lists along with command submissionSunil Khatri2015-09-0810-116/+286
* msm: kgsl: Split out the context and command batch flagsSunil Khatri2015-09-086-20/+29
* msm: kgsl: Support the KGSL_CONTEXT_CTX_SWITCH flagSunil Khatri2015-09-082-2/+12
* msm: kgsl: Make global memory statistics atomicSunil Khatri2015-06-236-101/+101
* msm: kgsl: check for NULL pointer accessAnupam Sakargayan2015-05-281-2/+2
* msm: kgsl: Wake up snoozing threads on marker expiryAnupam Sakargayan2015-02-101-26/+25
* msm: kgsl: Elevate the priority of the thread during adreno startJordan Crouse2014-12-222-65/+12
* Merge "msm: kgsl: Continue if an IB couldn't be dumped in snapshot"Linux Build Service Account2014-12-181-10/+8
|\
| * msm: kgsl: Continue if an IB couldn't be dumped in snapshotLynus Vaz2014-11-241-10/+8
* | Merge "msm: kgsl: Device mutex lock for kgsl_cmdbatch_destroy"Linux Build Service Account2014-12-082-6/+32
|\ \
| * | msm: kgsl: Device mutex lock for kgsl_cmdbatch_destroyAnupam Sakargayan2014-12-042-6/+32
* | | Merge "Revert "msm: kgsl: Device mutex lock for kgsl_cancel_event""Linux Build Service Account2014-12-081-4/+1
|\| |
| * | Revert "msm: kgsl: Device mutex lock for kgsl_cancel_event"Anupam Sakargayan2014-12-041-4/+1
* | | msm: kgsl: Disable index reg dump during snapshotAnupam Sakargayan2014-12-051-8/+17
* | | msm: kgsl: Disable shader memory dump during snapshotAnupam Sakargayan2014-12-051-2/+11
|/ /
* | Merge "msm: kgsl: Ignore signals for ringbuffer timestamp waits"Linux Build Service Account2014-11-271-8/+9
|\ \
| * | msm: kgsl: Ignore signals for ringbuffer timestamp waitsShubhraprakash Das2014-11-251-8/+9
| |/
* / msm: kgsl: Device mutex lock for kgsl_cancel_eventAnupam Sakargayan2014-11-261-1/+4
|/
* msm: kgsl: Change drawctxt mutex to spinlockHarshdeep Dhatt2014-11-143-34/+26
* msm: kgsl: Call sync_fence_log only if CONFIG_SYNC is definedHarshdeep Dhatt2014-11-142-1/+9
* msm: kgsl: Save a copy of the fence name for syncpoint eventsJordan Crouse2014-11-143-9/+12
* msm: kgsl: Add syncpoint tracepointsJordan Crouse2014-11-142-2/+75
* msm: kgsl: Fix race in active count waitShubhraprakash Das2014-11-141-3/+8
* msm: kgsl: Track the submitted timestamp for a draw contextJordan Crouse2014-11-133-2/+16
* msm: kgsl: Restrict GPU memory object alignment to 32MBJordan Crouse2014-11-132-5/+14
* msm: kgsl: Prevent recursion when dumping sync fence logsJordan Crouse2014-11-133-3/+17
* msm: kgsl: log debug info to help detect syncpoint deadlockHarshdeep Dhatt2014-11-131-1/+24
* msm: kgsl: Add a sync fence timeout callbackJordan Crouse2014-11-137-21/+126
* msm: kgsl: Log correct fence pointer when cmdbatch timer expiresAnanta Kishore K2014-11-131-3/+6
* msm: kgsl: Immediately signal a timeline if the timestamp has retiredJordan Crouse2014-11-131-23/+49
* msm: kgsl: Wake up GPU only for touch eventsSunil Khatri2014-10-271-0/+4
* msm: kgsl: Keep track of kernel space mappings to memoryShubhraprakash Das2014-09-044-31/+98
* msm: kgsl: Fix memory entry leak when calling adreno_convertaddrShubhraprakash Das2014-09-044-15/+73
* msm: kgsl: enable CPU IRQ while suspending contextGaurav Gagrani2014-09-031-1/+2