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