summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/msm/adreno
AgeCommit message (Expand)AuthorFilesLines
2021-01-07drm/msm: Only enable A6xx LLCC code on A6xxKonrad Dybcio2-9/+17
2021-01-07drm/msm: Add modparam to allow vram carveoutIskren Chernev5-6/+17
2020-12-05drm/msm: a5xx: Make preemption reset case reentrantMarijn Suijten1-6/+6
2020-11-29drm/msm/a6xx: Add support for using system cache on MMU500 based targetsJordan Crouse2-10/+37
2020-11-29drm/msm/a6xx: Add support for using system cache(LLC)Sharat Masetty3-0/+104
2020-11-29drm/msm/adreno/a6xx_gpu_state: Make some local functions staticLee Jones1-3/+3
2020-11-23drm/msm/adreno/a6xx_gpu: Staticise local function 'a6xx_idle'Lee Jones1-1/+1
2020-11-10drm/msm/a5xx: Clear shadow on suspendRob Clark1-1/+11
2020-11-10drm/msm/a6xx: Clear shadow on suspendRob Clark1-1/+10
2020-11-04drm/msm: Document and rename preempt_lockRob Clark3-10/+10
2020-11-04drm/msm: Fix a couple incorrect usages of get_vaddr_active()Rob Clark2-2/+2
2020-11-04drm/msm: Fix duplicate gpu node in icc summaryAkhil P Oommen3-35/+38
2020-11-04drm/msm: Implement shutdown callback for adrenoAkhil P Oommen1-0/+6
2020-11-01drm/msm/gpu: Convert retire/recover work to kthread_workerRob Clark4-12/+5
2020-09-29drm/msm: fix 32b build warnsRob Clark1-1/+1
2020-09-29Merge tag 'drm-msm-next-2020-09-27' of https://gitlab.freedesktop.org/drm/msm...Dave Airlie16-287/+494
2020-09-20drm/msm: Fix the a650 hw_apriv checkJordan Crouse1-1/+10
2020-09-15drm/msm: Get rid of the REG_ADRENO offsetsJordan Crouse7-234/+178
2020-09-15drm/msm: a6xx: Use WHERE_AM_I for eligible targetsJordan Crouse2-3/+93
2020-09-15drm/msm: Allow a5xx to mark the RPTR shadow as privilegedJordan Crouse6-13/+108
2020-09-12drm/msm/a6xx: Add support for per-instance pagetablesJordan Crouse2-0/+63
2020-09-12drm/msm: Set the global virtual address range from the IOMMU domainJordan Crouse1-2/+11
2020-09-12drm/msm: Drop context arg to gpu->submit()Jordan Crouse4-15/+10
2020-09-12drm/msm: Set adreno_smmu as gpu's drvdataRob Clark1-2/+0
2020-09-12drm/msm/gpu: Add dev_to_gpu() helperRob Clark1-6/+4
2020-09-12drm/msm/a6xx: fix a potential overflow issueZhenzhong Duan1-1/+1
2020-09-12drm/msm/adreno: fix probe without iommuLuca Weiss1-2/+8
2020-09-12drm/msm/gpu: Add suspend/resume tracepointsRob Clark1-0/+4
2020-09-09drm/msm/gpu: Add GPU freq_change tracesRob Clark1-0/+3
2020-09-08Merge tag 'drm-msm-fixes-2020-09-04' of https://gitlab.freedesktop.org/drm/ms...Dave Airlie8-34/+71
2020-09-04drm/msm/adreno: remove return value of function XX_printBernard Zhao1-14/+7
2020-09-04drm/msm: Disable the RPTR shadowJordan Crouse6-27/+43
2020-09-04drm/msm: Disable preemption on all 5xx targetsJordan Crouse1-1/+2
2020-09-04drm/msm: Enable expanded apriv support for a650Jordan Crouse1-1/+5
2020-09-04drm/msm: Split the a5xx preemption recordJordan Crouse2-5/+21
2020-08-28Merge tag 'drm-fixes-2020-08-28' of git://anongit.freedesktop.org/drm/drmLinus Torvalds6-12/+39
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva4-5/+5
2020-08-22drm/msm/a6xx: fix frequency not always being restored on GMU resumeJonathan Marek1-0/+1
2020-08-22drm/msm/a6xx: add module param to enable debugbus snapshotRob Clark3-1/+8
2020-08-22drm/msm/a6xx: fix crashdec section name typoRob Clark1-1/+1
2020-08-22drm/msm/a6xx: fix gmu start on newer firmwareDmitry Baryshkov1-1/+11
2020-08-17drm: msm: a6xx: use dev_pm_opp_set_bw to scale DDRSharat Masetty1-8/+17
2020-08-17drm/msm/adreno: fix updating ring fenceRob Clark1-1/+1
2020-07-31drm/msm/a6xx: add A640/A650 hwcgJonathan Marek3-4/+117
2020-07-31drm/msm/a6xx: hwcg tables in gpulistJonathan Marek3-14/+20
2020-07-31drm/msm/a6xx: set ubwc config for A640 and A650Jonathan Marek1-6/+32
2020-07-31drm/msm/adreno: un-open-code some packetsRob Clark2-6/+10
2020-07-31drm/msm: sync generated headersRob Clark8-1054/+5594
2020-07-31drm/msm/a6xx: add build_bw_table for A640/A650Jonathan Marek1-0/+74
2020-07-31drm/msm/a6xx: fix crashstate capture for A650Jonathan Marek3-11/+31