summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/msm/adreno/a6xx_gpu.c
AgeCommit message (Expand)Author
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-07drm/msm/a6xx: Fix GMU lockdep splatRob Clark
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/adreno: Move adreno info to configRob Clark
2023-08-07drm/msm/adreno: Move speedbin mapping to device tableRob 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-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/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
2023-06-18drm/msm/a6xx: Add a helper for software-resetting the GPUKonrad Dybcio
2023-06-18drm/msm/a6xx: Improve a6xx_bus_clear_pending_transactions()Konrad Dybcio
2023-06-18drm/msm/a6xx: Move a6xx_bus_clear_pending_transactions to a6xx_gpuKonrad Dybcio
2023-06-18drm/msm/a6xx: Move force keepalive vote removal to a6xx_gmu_force_off()Konrad Dybcio
2023-06-10drm/msm/a6xx: Fix a690 CP_PROTECT settingsRob Clark
2023-06-10drm/msm/adreno: Add Adreno A690 supportBjorn Andersson
2023-06-10drm/msm/a6xx: don't set IO_PGTABLE_QUIRK_ARM_OUTER_WBWA with coherent SMMUDmitry Baryshkov
2023-06-08drm/msm/a6xx: initialize GMU mutex earlierDmitry Baryshkov
2023-03-31drm/msm/a6xx: Add support for A650 speed binningKonrad Dybcio
2023-03-31drm/msm/a6xx: Add support for A640 speed binningKonrad Dybcio
2023-03-28drm/msm/adreno: split a6xx fault handler into generic and a6xx partsDmitry Baryshkov
2023-03-25drm/msm/gpu: Move BO allocation out of hw_initRob Clark
2023-03-21drm/msm: Update generated headersRob Clark
2023-03-20drm/msm/a6xx: Some reg64 conversionRob Clark
2023-03-20drm/msm/a6xx: Use genpd notifier to ensure cx-gdsc collapseAkhil P Oommen
2023-03-20drm/msm/a6xx: Remove cx gdsc polling using 'reset'Akhil P Oommen
2023-02-22drm/msm/a6xx: Make GPU destroy a bit saferDouglas Anderson
2023-01-22Merge branch 'msm-next-lumag' into HEADDmitry Baryshkov
2023-01-16drm/msm/gpu: Add devfreq tuning debugfsRob Clark
2023-01-05drm/msm/a6xx: Avoid gx gbit halt during rpm suspendAkhil P Oommen
2022-11-30Merge tag 'drm-msm-next-2022-11-28' of https://gitlab.freedesktop.org/drm/msm...Dave Airlie
2022-11-17drm/msm: Hangcheck progress detectionRob Clark
2022-11-17drm/msm/adreno: Simplify read64/write64 helpersRob Clark
2022-11-17drm/msm: Enable clamp_to_idle for 7c3Rob Clark
2022-11-17drm/msm/a6xx: Fix speed-bin detection vs probe-deferRob Clark
2022-11-03drm/msm: remove duplicated code from a6xx_create_address_spaceDmitry Baryshkov
2022-11-03drm/msm: move domain allocation into msm_iommu_new()Dmitry Baryshkov
2022-08-28drm/msm/a6xx: Improve gpu recovery sequenceAkhil P Oommen