summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/msm/msm_gpu.c
Commit message (Expand)AuthorAgeFilesLines
* WIP: finally turn all interfaces aroundmsm-rebase-masterLucas Stach2013-09-171-6/+58
* WIP: move all iommu handling into msm specific driver partLucas Stach2013-09-171-0/+10
* WIP: move clock and regulator handling into a3xx_gpuLucas Stach2013-09-171-218/+1
* WIP: move irq into adreno_gpuLucas Stach2013-09-171-21/+0
* WIP: move MMIO register mapping into adreno_gpuLucas Stach2013-09-171-7/+0
* WIP: push down hangcheck into adreno_gpuLucas Stach2013-09-171-53/+1
* WIP: fetch gpu name from base structLucas Stach2013-09-171-9/+9
* WIP: prune msm_gpu from adreno interfacesLucas Stach2013-09-171-16/+16
* WIP: make adreno submit freestandingLucas Stach2013-09-171-4/+4
* WIP: track adreno context per gpu and independant of drm driverLucas Stach2013-09-171-3/+2
* WIP: move out adreno_gpu_funcs into global headerLucas Stach2013-09-171-1/+1
* WIP: move ringbuffer into adreno subdirLucas Stach2013-09-171-22/+0
* drm/msm: add basic hangcheck/recovery mechanismRob Clark2013-08-241-0/+52
* drm/msm: add a3xx gpu supportRob Clark2013-08-241-0/+411