aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/gcx/gccore
Commit message (Expand)AuthorAgeFilesLines
* gcx: improved MMU table dumping.Alexei Shlychkov2014-10-014-70/+220
* gcx: Use GFP_ATOMIC flag for opp_freqs table.Oleg Matcovschi2014-10-011-1/+1
* gcx: fix main thread looping.Alexei Shlychkov2014-10-011-3/+12
* gcx: added gcpwr_get_speed function and cur_freq debugfs entry.Alexei Shlychkov2014-10-013-1/+54
* gcx: make gccmdthread interruptible to avoid false hung task detection.Craig Stout2014-10-011-2/+5
* gcx: fixed pulse skipping init bug.Alexei Shlychkov2014-10-012-72/+99
* gcx: fix race conditions on suspend.Craig Stout2014-10-011-8/+20
* gcx: fix mmu context switch issues.Craig Stout2014-10-011-0/+6
* gcx: added scaling support.Alexei Shlychkov2014-10-015-122/+214
* gcx: split in several files by function.Alexei Shlychkov2014-10-014-27/+46
* gcx: changed GC_THREAD_TIMEOUT valueVictor Kleinik2014-10-011-1/+1
* gcx: fixed thread lockup.Alexei Shlychkov2014-10-013-9/+15
* gcx: fixed suspend synchronization.Alexei Shlychkov2014-10-014-42/+76
* gcx: rotation fixes.Alexei Shlychkov2014-10-013-45/+70
* gcx: process cleanupJack Yen2014-10-012-6/+47
* gcx: driver optimizations.Alexei Shlychkov2014-10-013-161/+175
* gcx: added support for rotation.Alexei Shlychkov2014-10-011-0/+7
* gcx: status dump displayed even when debugging is compiled outCraig Stout2014-10-013-142/+142
* gcx: stability improvements.Alexei Shlychkov2014-10-012-29/+67
* gcx: preparation for userspace bltsville support.Alexei Shlychkov2014-10-015-10/+11
* gcx: reduce cmdbuffer sizeCraig Stout2014-10-011-1/+1
* gcx: Disable write all permission for cache_status_every_irqCraig Stout2014-10-011-1/+1
* gcx: debugging improvements.Alexei Shlychkov2014-10-013-250/+365
* gcx: added support for asynchronous operation.Alexei Shlychkov2014-10-0111-943/+2476
* gcx: added pulse skipping enable to power off case.Alexei Shlychkov2014-10-011-3/+3
* gcx: mmu improvements.Alexei Shlychkov2014-10-0111-316/+416
* gcx: removed iounmap from exit.Alexei Shlychkov2014-10-011-5/+0
* gcx: debug logging.Alexei Shlychkov2014-10-017-532/+2654
* gcx: mmu refactoring.Alexei Shlychkov2014-10-016-1076/+1236
* OMAP4470: gcx: Use device scaling instead of L3 throughput.Oleg Matcovschi2014-10-011-4/+68
* gcx: fixed error handling.Alexei Shlychkov2014-10-012-20/+48
* gc320: determine whether context was lost and reset gpuTony Lofthouse2014-10-011-2/+12
* gcx: driver cleanup; fixed debug printing; dumping improvement.Alexei Shlychkov2014-10-013-114/+14
* gcx: use pm_runtime calls to obtain omap power resources.Tony Lofthouse2014-10-011-38/+10
* gcx: boot stability fixes.Alexei Shlychkov2014-10-012-61/+6
* gcx: image offset issue fixed; accounts for pageoffset and pagesize.Alexei Shlychkov2014-10-011-18/+14
* gcx: driver cleanup.David Sin2014-10-014-79/+24
* gccore: (work-around) attempt to power off gc320 during early suspendTony Lofthouse2014-10-011-0/+34
* gccore: enable suspend handler and poll for idle statusTony Lofthouse2014-10-011-17/+23
* gccore: Remove Android early suspend late resume handlersTony Lofthouse2014-10-011-46/+2
* gccore: move power off directly to module exitTony Lofthouse2014-10-011-5/+1
* gccore: create a separate state for pulse skippingTony Lofthouse2014-10-013-11/+13
* gcx: more driver cleanupRick Tillery2014-10-011-1/+1
* gcx: Fixed l3 data throughput requested value.Oleg Matcovschi2014-10-011-2/+2
* gcx: use uncached memory for command buffer.David Sin2014-10-012-48/+13
* gcx: fixed command buffer overrun.Alexei Shlychkov2014-10-011-1/+1
* gcx: added zoned debug printing.Alexei Shlychkov2014-10-016-566/+418
* gcx: driver cleanup, corrected structure size validationDavid Sin2014-10-013-50/+0
* gcx: add debugfs featureCraig Stout2014-10-014-1/+433
* gccore: fixed power off/on transition.Alexei Shlychkov2014-10-015-297/+239