summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/msm/adreno
AgeCommit message (Expand)Author
2023-08-30Merge tag 'drm-next-2023-08-30' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2023-08-24minmax: add in_range() macroMatthew Wilcox (Oracle)
2023-08-24Merge tag 'drm-msm-next-2023-08-20' of https://gitlab.freedesktop.org/drm/msm...Dave Airlie
2023-08-24BackMerge tag 'v6.5-rc7' into drm-nextDave Airlie
2023-08-17drm/msm/a6xx: Bail out early if setting GPU OOB failsKonrad Dybcio
2023-08-17drm/msm/a6xx: Move LLC accessors to the common headerKonrad Dybcio
2023-08-17drm/msm/a6xx: Introduce a6xx_llc_readKonrad Dybcio
2023-08-15drm/msm/adreno: Add missing MODULE_FIRMWARE macrosJuerg Haefliger
2023-08-14drm/msm/a690: Switch to a660_gmu.binRob Clark
2023-08-10drm/msm: Use drm_gem_object in submit bos tableRob Clark
2023-08-10drm/msm/adreno: adreno_gpu: Switch to memdup_user_nul() helperRuan Jinjie
2023-08-07drm/msm: Disallow relocs on a6xx+Rob Clark
2023-08-07drm/msm/a6xx: Fix GMU lockdep splatRob Clark
2023-08-07drm/msm/a2xx: Call adreno_gpu_init() earlierFabio Estevam
2023-08-07drm/msm/a6xx: Fix up GMU region reservationsKonrad Dybcio
2023-08-07drm/msm/a6xx: Improve GMU force shutdown sequenceKonrad Dybcio
2023-08-07drm/msm/a6xx: Ensure clean GMU state in a6xx_gmu_fw_startKonrad Dybcio
2023-08-07drm/msm/a6xx: Skip empty protection ranges entriesKonrad Dybcio
2023-08-07drm/msm/a6xx: Use descriptive bitfield names for CP_PROTECT_CNTLKonrad Dybcio
2023-08-07drm/msm/a6xx: Add some missing header definitionsKonrad Dybcio
2023-08-07drm/msm/a6xx: Fix misleading commentRob Clark
2023-08-07drm/msm/adreno: Switch to chip-id for identifying GPURob Clark
2023-08-07drm/msm/adreno: Move adreno info to configRob Clark
2023-08-07drm/msm/adreno: Add helper for formating chip-idRob Clark
2023-08-07drm/msm/adreno: Add adreno familyRob Clark
2023-08-07drm/msm/adreno: Bring the a630 family togetherRob Clark
2023-08-07drm/msm/adreno: Move speedbin mapping to device tableRob Clark
2023-08-07drm/msm/adreno: Allow SoC specific gpu device table entriesRob Clark
2023-08-07drm/msm/adreno: Use quirk to identify cached-coherent supportRob Clark
2023-08-07drm/msm/adreno: Use quirk identify hw_aprivRob Clark
2023-08-07drm/msm/adreno: Remove redundant revn paramRob Clark
2023-08-07drm/msm/adreno: Remove redundant gmem size paramRob Clark
2023-08-07drm/msm/adreno: Remove GPU nameRob Clark
2023-07-21drm: Explicitly include correct DT includesRob Herring
2023-07-17drm/msm: Fix IS_ERR_OR_NULL() vs NULL check in a5xx_submit_in_rb()Gaosheng Cui
2023-07-15drm/msm/adreno: Fix snapshot BINDLESS_DATA sizeRob Clark
2023-07-15drm/msm/a690: Remove revn and nameRob Clark
2023-07-15drm/msm/adreno: Fix warn splat for devices without revnRob Clark
2023-06-18drm/msm/a6xx: Add A610 speedbin supportKonrad Dybcio
2023-06-18drm/msm/a6xx: Add A619_holi speedbin supportKonrad Dybcio
2023-06-18drm/msm/a6xx: Use adreno_is_aXYZ macros in speedbin matchingKonrad Dybcio
2023-06-18drm/msm/a6xx: Use "else if" in GPU speedbin rev matchingKonrad Dybcio
2023-06-18drm/msm/a6xx: Fix some A619 tunablesKonrad Dybcio
2023-06-18drm/msm/a6xx: Add A610 supportKonrad Dybcio
2023-06-18drm/msm/a6xx: Add support for A619_holiKonrad Dybcio
2023-06-18drm/msm/adreno: Disable has_cached_coherent in GMU wrapper configurationsKonrad Dybcio
2023-06-18drm/msm/a6xx: Introduce GMU wrapper supportKonrad Dybcio
2023-06-18drm/msm/a6xx: Move CX GMU power counter enablement to hw_initKonrad Dybcio
2023-06-18drm/msm/a6xx: Extend and explain UBWC configKonrad Dybcio
2023-06-18drm/msm/a6xx: Remove both GBIF and RBBM GBIF halt on hw initKonrad Dybcio