aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/msm/adreno
AgeCommit message (Expand)Author
2018-04-12drm/msm: Fix NULL deref in adreno_load_gpuArchit Taneja
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook
2017-10-28drm/msm: Implement preemption for A5XX targetsJordan Crouse
2017-10-28drm/msm: Make the value of RB_CNTL (almost) genericJordan Crouse
2017-10-28drm/msm: Shadow current pointer in the ring until command is completeJordan Crouse
2017-10-28drm/msm: Add a parameter query for the number of ringbuffersJordan Crouse
2017-10-28drm/msm: Support multiple ringbuffersJordan Crouse
2017-10-28drm/msm: Move memptrs to msm_gpuJordan Crouse
2017-10-28drm/msm/adreno: deal with linux-firmware fw pathsRob Clark
2017-10-28drm/msm/adreno: split out helper to load fwRob Clark
2017-10-28drm/msm/adreno: load gpu at probe/bind timeRob Clark
2017-08-22drm/msm: remove unused variableArnd Bergmann
2017-08-22drm/msm: Add a helper function for in-kernel buffer allocationsJordan Crouse
2017-08-22drm/msm: Attach the GPU MMU when it is createdJordan Crouse
2017-08-02drm/msm: Add A5XX hardware fault detectionJordan Crouse
2017-08-02drm/msm: Remove uneeded platform dev membersJordan Crouse
2017-08-01drm/msm: gpu: don't abuse dma_alloc for non-DMA allocationsArnd Bergmann
2017-08-01drm/msm: gpu: call qcom_mdt interfaces only for ARCH_QCOMArnd Bergmann
2017-08-01drm/msm/adreno: Prevent unclocked access when retrieving timestampsArchit Taneja
2017-08-01drm/msm: Turn off hardware clock gating before reading A5XX registersJordan Crouse
2017-08-01drm/msm: Allow hardware clock gating to be toggledJordan Crouse
2017-08-01drm/msm: Remove some potentially blocked register rangesJordan Crouse
2017-06-17drm/msm: Separate locking of buffer resources from struct_mutexSushmita Susheelendra
2017-06-16drm/msm: update generated headersRob Clark
2017-06-16drm/msm: pass address-space to _get_iova() and friendsRob Clark
2017-06-16drm/msm: fix locking inconsistency for gpu->hw_init()Rob Clark
2017-06-16drm/msm: Remove memptrs->wptrJordan Crouse
2017-06-16drm/msm: Add a struct to pass configuration to msm_gpu_init()Jordan Crouse
2017-06-16drm/msm: Remove idle function hookJordan Crouse
2017-06-16drm/msm: gpu: Enable zap shader for A5XXJordan Crouse
2017-04-08drm/msm: gpu: Use OPP tables if we canJordan Crouse
2017-04-08drm/msm: Hard code the GPU "slow frequency"Jordan Crouse
2017-04-08drm/msm: Add MSM_PARAM_GMEM_BASEJordan Crouse
2017-04-08drm/msm: Reference count address spacesJordan Crouse
2017-04-08drm/msm: Make sure to detach the MMU during GPU cleanupJordan Crouse
2017-04-08drm/msm: Pass interrupt status to a5xx_rbbm_err_irq()Jordan Crouse
2017-04-08drm/msm: Fix wrong pointer check in a5xx_destroyJordan Crouse
2017-04-08drm/msm: adreno: fix build error without debugfsArnd Bergmann
2017-04-08drm/msm/adreno: reset ringbuffer in hw_initRob Clark
2017-04-08drm/msm/gpu: use pm-runtimeRob Clark
2017-04-08drm/msm/gpu: move suspend/resume into debugfs->showRob Clark
2017-02-06drm/msm: let gpu wire up it's own fault handlerRob Clark
2017-02-06drm/msm: drop quirks bindingRob Clark
2017-02-06drm/msm: drop qcom,chipidRob Clark
2017-02-06drm/msm: remove qcom,gpu-pwrlevels bindingsRob Clark
2017-01-13drm/msm: fix potential null ptr issue in non-iommu caseRob Clark
2016-12-29drm/msm: Ensure that the hardware write pointer is validJordan Crouse
2016-11-28drm/msm: gpu: Add support for the GPMUJordan Crouse
2016-11-28drm/msm: gpu: Add A5XX target supportJordan Crouse
2016-11-28drm/msm: Disable interrupts during initJordan Crouse