summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/msm/adreno
AgeCommit message (Expand)AuthorFilesLines
2023-08-30Merge tag 'drm-next-2023-08-30' of git://anongit.freedesktop.org/drm/drmLinus Torvalds12-404/+446
2023-08-25minmax: add in_range() macroMatthew Wilcox (Oracle)1-6/+0
2023-08-24Merge tag 'drm-msm-next-2023-08-20' of https://gitlab.freedesktop.org/drm/msm...Dave Airlie12-404/+444
2023-08-24BackMerge tag 'v6.5-rc7' into drm-nextDave Airlie4-8/+10
2023-08-17drm/msm/a6xx: Bail out early if setting GPU OOB failsKonrad Dybcio1-1/+3
2023-08-17drm/msm/a6xx: Move LLC accessors to the common headerKonrad Dybcio2-15/+15
2023-08-17drm/msm/a6xx: Introduce a6xx_llc_readKonrad Dybcio1-0/+5
2023-08-15drm/msm/adreno: Add missing MODULE_FIRMWARE macrosJuerg Haefliger1-0/+10
2023-08-14drm/msm/a690: Switch to a660_gmu.binRob Clark1-1/+1
2023-08-10drm/msm: Use drm_gem_object in submit bos tableRob Clark1-3/+3
2023-08-10drm/msm/adreno: adreno_gpu: Switch to memdup_user_nul() helperRuan Jinjie1-11/+3
2023-08-08drm/msm: Disallow relocs on a6xx+Rob Clark1-0/+2
2023-08-08drm/msm/a6xx: Fix GMU lockdep splatRob Clark2-5/+8
2023-08-08drm/msm/a2xx: Call adreno_gpu_init() earlierFabio Estevam1-4/+4
2023-08-08drm/msm/a6xx: Fix up GMU region reservationsKonrad Dybcio1-4/+4
2023-08-08drm/msm/a6xx: Improve GMU force shutdown sequenceKonrad Dybcio1-0/+7
2023-08-08drm/msm/a6xx: Ensure clean GMU state in a6xx_gmu_fw_startKonrad Dybcio1-0/+6
2023-08-08drm/msm/a6xx: Skip empty protection ranges entriesKonrad Dybcio1-2/+5
2023-08-08drm/msm/a6xx: Use descriptive bitfield names for CP_PROTECT_CNTLKonrad Dybcio1-1/+4
2023-08-08drm/msm/a6xx: Add some missing header definitionsKonrad Dybcio2-0/+5
2023-08-08drm/msm/a6xx: Fix misleading commentRob Clark1-2/+2
2023-08-08drm/msm/adreno: Switch to chip-id for identifying GPURob Clark7-105/+115
2023-08-08drm/msm/adreno: Move adreno info to configRob Clark4-17/+8
2023-08-08drm/msm/adreno: Add helper for formating chip-idRob Clark3-16/+17
2023-08-08drm/msm/adreno: Add adreno familyRob Clark3-18/+70
2023-08-08drm/msm/adreno: Bring the a630 family togetherRob Clark2-5/+6
2023-08-08drm/msm/adreno: Move speedbin mapping to device tableRob Clark3-155/+97
2023-08-08drm/msm/adreno: Allow SoC specific gpu device table entriesRob Clark2-4/+31
2023-08-08drm/msm/adreno: Use quirk to identify cached-coherent supportRob Clark2-7/+17
2023-08-08drm/msm/adreno: Use quirk identify hw_aprivRob Clark3-2/+6
2023-08-08drm/msm/adreno: Remove redundant revn paramRob Clark3-16/+9
2023-08-08drm/msm/adreno: Remove redundant gmem size paramRob Clark5-8/+8
2023-08-08drm/msm/adreno: Remove GPU nameRob Clark3-34/+5
2023-07-21drm: Explicitly include correct DT includesRob Herring1-0/+2
2023-07-17drm/msm: Fix IS_ERR_OR_NULL() vs NULL check in a5xx_submit_in_rb()Gaosheng Cui1-1/+1
2023-07-15drm/msm/adreno: Fix snapshot BINDLESS_DATA sizeRob Clark1-1/+1
2023-07-15drm/msm/a690: Remove revn and nameRob Clark2-3/+2
2023-07-15drm/msm/adreno: Fix warn splat for devices without revnRob Clark1-3/+6
2023-06-18drm/msm/a6xx: Add A610 speedbin supportKonrad Dybcio1-0/+27
2023-06-18drm/msm/a6xx: Add A619_holi speedbin supportKonrad Dybcio1-0/+31
2023-06-18drm/msm/a6xx: Use adreno_is_aXYZ macros in speedbin matchingKonrad Dybcio2-12/+21
2023-06-18drm/msm/a6xx: Use "else if" in GPU speedbin rev matchingKonrad Dybcio1-4/+4
2023-06-18drm/msm/a6xx: Fix some A619 tunablesKonrad Dybcio1-1/+5
2023-06-18drm/msm/a6xx: Add A610 supportKonrad Dybcio3-12/+107
2023-06-18drm/msm/a6xx: Add support for A619_holiKonrad Dybcio2-2/+30
2023-06-18drm/msm/adreno: Disable has_cached_coherent in GMU wrapper configurationsKonrad Dybcio1-1/+4
2023-06-18drm/msm/a6xx: Introduce GMU wrapper supportKonrad Dybcio6-36/+266
2023-06-18drm/msm/a6xx: Move CX GMU power counter enablement to hw_initKonrad Dybcio2-6/+7
2023-06-18drm/msm/a6xx: Extend and explain UBWC configKonrad Dybcio1-10/+31
2023-06-18drm/msm/a6xx: Remove both GBIF and RBBM GBIF halt on hw initKonrad Dybcio1-1/+5