aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/msm/adreno (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-22drm/msm: remove unused variableArnd Bergmann1-1/+0
2017-08-22drm/msm: Add a helper function for in-kernel buffer allocationsJordan Crouse3-47/+15
2017-08-22drm/msm: Attach the GPU MMU when it is createdJordan Crouse2-26/+6
2017-08-02drm/msm: Add A5XX hardware fault detectionJordan Crouse1-0/+26
2017-08-02drm/msm: Remove uneeded platform dev membersJordan Crouse6-9/+1
2017-08-01drm/msm: gpu: don't abuse dma_alloc for non-DMA allocationsArnd Bergmann2-51/+23
2017-08-01drm/msm: gpu: call qcom_mdt interfaces only for ARCH_QCOMArnd Bergmann1-8/+3
2017-08-01drm/msm/adreno: Prevent unclocked access when retrieving timestampsArchit Taneja1-2/+9
2017-08-01drm/msm: Turn off hardware clock gating before reading A5XX registersJordan Crouse1-0/+7
2017-08-01drm/msm: Allow hardware clock gating to be toggledJordan Crouse2-33/+10
2017-08-01drm/msm: Remove some potentially blocked register rangesJordan Crouse1-25/+24
2017-06-17drm/msm: Separate locking of buffer resources from struct_mutexSushmita Susheelendra3-11/+9
2017-06-16drm/msm: update generated headersRob Clark6-233/+1912
2017-06-16drm/msm: pass address-space to _get_iova() and friendsRob Clark3-9/+10
2017-06-16drm/msm: fix locking inconsistency for gpu->hw_init()Rob Clark4-16/+12
2017-06-16drm/msm: Remove memptrs->wptrJordan Crouse2-4/+0
2017-06-16drm/msm: Add a struct to pass configuration to msm_gpu_init()Jordan Crouse1-2/+10
2017-06-16drm/msm: Remove idle function hookJordan Crouse5-10/+10
2017-06-16drm/msm: gpu: Enable zap shader for A5XXJordan Crouse4-2/+182
2017-04-08drm/msm: gpu: Use OPP tables if we canJordan Crouse1-19/+66
2017-04-08drm/msm: Hard code the GPU "slow frequency"Jordan Crouse3-8/+4
2017-04-08drm/msm: Add MSM_PARAM_GMEM_BASEJordan Crouse1-0/+3
2017-04-08drm/msm: Reference count address spacesJordan Crouse1-1/+1
2017-04-08drm/msm: Make sure to detach the MMU during GPU cleanupJordan Crouse1-10/+19
2017-04-08drm/msm: Pass interrupt status to a5xx_rbbm_err_irq()Jordan Crouse1-5/+13
2017-04-08drm/msm: Fix wrong pointer check in a5xx_destroyJordan Crouse1-2/+2
2017-04-08drm/msm: adreno: fix build error without debugfsArnd Bergmann1-0/+2
2017-04-08drm/msm/adreno: reset ringbuffer in hw_initRob Clark1-10/+8
2017-04-08drm/msm/gpu: use pm-runtimeRob Clark2-13/+34
2017-04-08drm/msm/gpu: move suspend/resume into debugfs->showRob Clark4-14/+0
2017-02-06drm/msm: let gpu wire up it's own fault handlerRob Clark1-0/+17
2017-02-06drm/msm: drop quirks bindingRob Clark4-20/+7
2017-02-06drm/msm: drop qcom,chipidRob Clark1-1/+39
2017-02-06drm/msm: remove qcom,gpu-pwrlevels bindingsRob Clark1-2/+4
2017-01-13drm/msm: fix potential null ptr issue in non-iommu caseRob Clark1-3/+2
2016-12-29drm/msm: Ensure that the hardware write pointer is validJordan Crouse1-1/+8
2016-11-28drm/msm: gpu: Add support for the GPMUJordan Crouse5-3/+430
2016-11-28drm/msm: gpu: Add A5XX target supportJordan Crouse5-5/+933
2016-11-28drm/msm: Disable interrupts during initJordan Crouse2-0/+7
2016-11-28drm/msm: gpu: Add OUT_TYPE4 and OUT_TYPE7Jordan Crouse1-0/+30
2016-11-28drm/msm: Add adreno_gpu_write64()Jordan Crouse4-5/+34
2016-11-28drm/msm: gpu Add new gpu register read/write functionsJordan Crouse1-10/+2
2016-11-28drm/msm: gpu: Return error on hw_init failureJordan Crouse4-25/+29
2016-11-28drm/msm: gpu: Cut down the list of "generic" registers to the ones we useJordan Crouse3-215/+0
2016-11-28drm/msm: update generated headersRob Clark6-96/+4158
2016-11-28drm/msm/adreno: move scratch register dumping to per-gen codeRob Clark3-6/+14
2016-11-28drm/msm: convert iova to 64bRob Clark1-1/+1
2016-11-27drm/msm: support multiple address spacesRob Clark3-3/+3
2016-10-24drm/msm/adreno: move function declarations to header fileBaoyou Xie2-3/+3
2016-07-16drm/msm: deal with arbitrary # of cmd buffersRob Clark1-9/+2