summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/msm/adreno/adreno_gpu.c
Commit message (Expand)AuthorAgeFilesLines
* WIP: finally turn all interfaces aroundmsm-rebase-masterLucas Stach2013-09-171-12/+1
* WIP: move all iommu handling into msm specific driver partLucas Stach2013-09-171-10/+0
* WIP: move irq into adreno_gpuLucas Stach2013-09-171-0/+21
* WIP: move MMIO register mapping into adreno_gpuLucas Stach2013-09-171-0/+39
* WIP: push down hangcheck into adreno_gpuLucas Stach2013-09-171-3/+56
* WIP: store pointer to DRM device in adreno_gpuLucas Stach2013-09-171-2/+2
* WIP: fetch gpu name from base structLucas Stach2013-09-171-4/+9
* WIP: prune msm_gpu from adreno interfacesLucas Stach2013-09-171-48/+39
* WIP: adreno: don't call direcly into msm gem function, but use interfaceLucas Stach2013-09-171-8/+14
* WIP: make adreno submit freestandingLucas Stach2013-09-171-2/+1
* 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-11/+33
* drm/msm: add basic hangcheck/recovery mechanismRob Clark2013-08-241-3/+23
* drm/msm: add a3xx gpu supportRob Clark2013-08-241-0/+350