aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/msm/adreno/a4xx_gpu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-28drm/msm: De-open-code some CP_EVENT_WRITERob Clark1-1/+1
2022-03-04drm/msm: Add SET_PARAM ioctlRob Clark1-0/+1
2021-11-28drm/msm: Drop priv->lastctxRob Clark1-2/+1
2021-10-11drm/msm/a4xx: fix error handling in a4xx_gpu_init()Dan Carpenter1-4/+5
2021-01-07drm/msm: Add modparam to allow vram carveoutIskren Chernev1-2/+4
2020-11-04drm/msm: Fix duplicate gpu node in icc summaryAkhil P Oommen1-2/+18
2020-09-15drm/msm: Get rid of the REG_ADRENO offsetsJordan Crouse1-21/+61
2020-09-04drm/msm: Disable the RPTR shadowJordan Crouse1-0/+10
2020-05-23drm/msm: Refactor address space initializationJordan Crouse1-0/+1
2020-05-18drm/msm/a4xx: add a405_registers for a405 deviceShawn Guo1-3/+50
2020-05-18drm/msm/a4xx: add adreno a405 supportShawn Guo1-12/+17
2020-01-02drm/msm/a4xx: set interconnect bandwidth voteBrian Masney1-0/+8
2019-10-07drm/msm/gpu: add ocmem init/cleanup functionsBrian Masney1-19/+6
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284Thomas Gleixner1-10/+1
2018-12-11drm: msm: Use DRM_DEV_* instead of dev_*Mamta Shukla1-2/+2
2018-07-30drm/msm/adreno: Add a5xx specific registers for the GPU stateJordan Crouse1-3/+5
2018-07-30drm/msm/gpu: Capture the GPU state on a GPU hangJordan Crouse1-1/+1
2018-07-30drm/msm/gpu: Convert the GPU show function to use the GPU stateJordan Crouse1-11/+1
2018-07-30drm/msm/gpu: Capture the state of the GPUJordan Crouse1-0/+14
2018-03-19drm/msm: Trigger fence completion from GPUBjorn Andersson1-0/+1
2018-02-20drm/msm/adreno: Define a list of firmware files to load per targetJordan Crouse1-4/+4
2017-10-28drm/msm: Support multiple ringbuffersJordan Crouse1-4/+5
2017-10-28drm/msm: Move memptrs to msm_gpuJordan Crouse1-1/+0
2017-08-02drm/msm: Remove uneeded platform dev membersJordan Crouse1-2/+0
2017-06-16drm/msm: Remove idle function hookJordan Crouse1-2/+2
2017-04-08drm/msm/gpu: move suspend/resume into debugfs->showRob Clark1-4/+0
2016-11-28drm/msm: Add adreno_gpu_write64()Jordan Crouse1-0/+2
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 Crouse1-9/+11
2016-11-28drm/msm: gpu: Cut down the list of "generic" registers to the ones we useJordan Crouse1-76/+0
2016-11-28drm/msm/adreno: move scratch register dumping to per-gen codeRob Clark1-0/+7
2016-11-27drm/msm: support multiple address spacesRob Clark1-1/+1
2016-03-03drm/msm/adreno: remove duplicate adreno_hw_init() callRob Clark1-6/+0
2016-03-03drm/msm: add timestamp paramRob Clark1-0/+23
2016-03-03drm/msm/adreno: print details in case of a protect fault interruptCraig Stout1-0/+7
2016-03-03drm/msm/adreno: add adreno430 power controlCraig Stout1-2/+37
2016-03-03drm/msm/adreno: support for adreno 430.Craig Stout1-6/+37
2015-06-11drm/msm/adreno: dump scratch regs and other info on hangRob Clark1-1/+2
2014-11-16drm/msm: a4xx support for msm-drmAravind Ganesan1-0/+604