summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/msm/adreno
AgeCommit message (Expand)AuthorFilesLines
2020-03-20drm/msm/a6xx: Use the DMA API for GMU memory objectsJordan Crouse2-107/+14
2020-03-19drm/msm/a6xx: Fix CP_MEMPOOL state nameRob Clark1-1/+1
2020-03-19drm/msm/a5xx: Always set an OPP supported hardware valueJordan Crouse1-7/+20
2020-03-19drm/msm: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai1-1/+1
2020-02-11drm/msm: Fix a6xx GMU shutdown sequenceJordan Crouse2-49/+31
2020-02-11drm/msm/a6xx: Update the GMU bus tables for sc7180Jordan Crouse1-25/+60
2020-02-11drm/msm/a6xx: Remove unneeded GBIF unhaltJordan Crouse1-12/+0
2020-02-11drm/msm/a6xx: Correct the highestbank configurationAkhil P Oommen1-4/+6
2020-01-14drm/msm: Fix error about comments within a comment blockDouglas Anderson1-1/+1
2020-01-13drm/msm: allow zapfw to not be specified in gpulistRob Clark1-9/+13
2020-01-13drm/msm: support firmware-name for zap fw (v2)Rob Clark1-3/+27
2020-01-03drm/msm: use BUG_ON macro for debugging.Wambui Karuga1-4/+1
2020-01-03drm/msm/adreno: Do not print error on "qcom, gpu-pwrlevels" absenceFabio Estevam1-1/+1
2020-01-03drm: msm: a6xx: Dump GBIF registers, debugbus in gpu stateSharat Masetty2-13/+55
2020-01-03drm: msm: a6xx: Add support for A618Sharat Masetty5-13/+154
2020-01-03drm: msm: Add 618 gpu to the adreno gpu listSharat Masetty1-0/+11
2020-01-03drm/msm/a4xx: set interconnect bandwidth voteBrian Masney1-0/+8
2020-01-03drm/msm/a3xx: set interconnect bandwidth voteBrian Masney1-0/+8
2020-01-03drm/msm/gpu: add support for ocmem interconnect pathBrian Masney1-1/+13
2020-01-03drm/msm/adreno: fix zap vs no-zap handlingRob Clark2-4/+18
2020-01-03drm/msm/a6xx: restore previous freq on resumeRob Clark2-2/+9
2019-12-02Merge tag 'drm-msm-next-2019-11-05' of https://gitlab.freedesktop.org/drm/msm...Dave Airlie9-61/+154
2019-11-06drm: msm: a6xx: fix debug bus register configurationSharat Masetty1-12/+12
2019-11-05drm/msm/adreno: Add support for Adreno 510 GPUAngeloGioacchino Del Regno4-14/+86
2019-10-10drm/msm: make a5xx_show and a5xx_gpu_state_put staticBen Dooks1-3/+3
2019-10-07drm/msm/gpu: add ocmem init/cleanup functionsBrian Masney6-44/+65
2019-09-04drm/msm: Use generic bulk clock functionJordan Crouse1-1/+1
2019-09-04drm/msm/a6xx: add missing MODULE_FIRMWARE()Rob Clark1-0/+1
2019-09-04drm/msm: drop use of drmP.hSam Ravnborg1-1/+3
2019-08-01drm/msm: Annotate intentional switch statement fall throughsJordan Crouse3-0/+4
2019-07-16Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds12-64/+235
2019-06-28Merge tag 'drm-msm-next-2019-06-25' of https://gitlab.freedesktop.org/drm/msm...Dave Airlie12-64/+235
2019-06-24drm/msm/a3xx: remove TPL1 regs from snapshotRob Clark1-13/+11
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner5-60/+5
2019-06-19drm/msm/adreno: Add A540 supportJeffrey Hugo5-17/+137
2019-06-19drm/msm/adreno: Ensure that the zap shader region is big enoughJordan Crouse1-1/+7
2019-06-18drm/msm/adreno: Call pm_runtime_force_suspend() during unbindJordan Crouse2-4/+2
2019-06-18drm/msm/adreno: Enable 64 bit mode by default on a5xx and a6xx targetsJordan Crouse2-0/+28
2019-06-18msm: adreno: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-6/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284Thomas Gleixner7-70/+7
2019-05-24drm/msm/a6xx: Rename a6xx_gmu_probe to a6xx_gmu_initSean Paul3-3/+3
2019-05-24drm/msm/a6xx: Drop the device reference in gmuSean Paul1-3/+11
2019-05-24drm/msm/a6xx: Remove devm calls from gmu driverSean Paul1-11/+22
2019-05-24drm/msm/a6xx: Check for ERR or NULL before iounmapSean Paul1-2/+4
2019-05-24drm/msm/a6xx: Remove duplicate irq disable from removeSean Paul1-1/+0
2019-05-24drm/msm/a6xx: Avoid freeing gmu resources multiple timesSean Paul2-5/+10
2019-05-15drm/msm: Upgrade gxpd checks to IS_ERR_OR_NULLSean Paul1-3/+3
2019-05-08drm/msm/a6xx: No zap shader is not an errorRob Clark1-0/+1
2019-04-21drm/msm/a6xx: Don't enable GPU state code if dependencies are missingJordan Crouse1-1/+3
2019-04-21drm/msm/a6xx: Add zap shader loadJordan Crouse2-1/+38