summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/msm/adreno
AgeCommit message (Expand)AuthorFilesLines
2025-01-13Merge tag 'drm-msm-next-2025-01-07' of gitlab.freedesktop.org:drm/msm into dr...Dave Airlie11-40/+335
2025-01-03drm/msm: UAPI error reportingRob Clark1-10/+11
2025-01-03drm/msm/a5xx: remove null pointer check on pdevColin Ian King1-5/+0
2025-01-03drm/msm: Expose uche trap base via uapiDanylo Piliaiev5-11/+22
2025-01-03drm/msm: adreno: enable GMU bandwidth for A740 and A750Neil Armstrong1-0/+22
2025-01-03drm/msm: adreno: find bandwidth index of OPP and set it along freq indexNeil Armstrong5-6/+51
2025-01-03drm/msm: adreno: dynamically generate GMU bw tableNeil Armstrong1-1/+47
2025-01-03drm/msm: adreno: add plumbing to generate bandwidth vote table for GMUNeil Armstrong3-0/+161
2025-01-03drm/msm: adreno: add defines for gpu & gmu frequency table sizesNeil Armstrong1-4/+7
2025-01-03drm/msm/a6xx: Print GMU core firmware version at bootKonrad Dybcio1-0/+7
2025-01-03Merge remote-tracking branch 'pm/opp/linux-next' into HEADRob Clark1-0/+11
2024-12-24drm/msm: Check return value of of_dma_configure()Sui Jingfeng1-2/+6
2024-12-24drm/msm: fix -Wformat-security warningsArnd Bergmann1-1/+1
2024-12-02Get rid of 'remove_new' relic from platform driver structLinus Torvalds1-1/+1
2024-11-22Merge tag 'drm-next-2024-11-21' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds15-51/+1001
2024-11-13Merge tag 'qcom-drivers-for-6.13-2' of https://git.kernel.org/pub/scm/linux/k...Arnd Bergmann1-0/+11
2024-11-11drm/msm/adreno: Setup SMMU aparture for per-process page tableBjorn Andersson1-0/+11
2024-10-28drm/msm/a6xx: Fix excessive stack usageAkhil P Oommen2-13/+24
2024-10-27drm/msm/adreno: Use IRQF_NO_AUTOEN flag in request_irq()Jinjie Ruan1-3/+1
2024-10-27drm/msm: Fix some typos in commentShen Lichuan2-2/+2
2024-10-27drm/msm/a6xx: Add support for A663Puranam V G Tejaswi4-1/+67
2024-10-27drm/msm/a6xx: Remove logically deadcode in a6xx_preempt.cEverest K.C.1-2/+1
2024-10-20Merge branch 'msm-fixes' into msm-nextRob Clark1-3/+13
2024-10-16drm/msm/a6xx+: Insert a fence wait before SMMU table updateRob Clark1-3/+13
2024-10-03drm/msm/a6xx: Enable preemption for tested a7xx targetsAntonino Maniscalco4-5/+18
2024-10-03drm/msm/a6xx: Add a flag to allow preemption to submitqueue_createAntonino Maniscalco1-4/+8
2024-10-03drm/msm/a6xx: Add traces for preemptionAntonino Maniscalco1-0/+6
2024-10-03drm/msm/a6xx: Use posamble to reset counters on preemptionAntonino Maniscalco4-2/+81
2024-10-03drm/msm/a6xx: Implement preemption for a7xx targetsAntonino Maniscalco3-11/+737
2024-10-03drm/msm/a6xx: Add a pwrup_list field to a6xx_infoAntonino Maniscalco3-0/+41
2024-10-03drm/msm: Add a `preempt_record_size` fieldAntonino Maniscalco2-0/+5
2024-10-03drm/msm/a6xx: Track current_ctx_seqno per ringAntonino Maniscalco5-10/+12
2024-10-03drm/msm: Fix bv_fence being used as bv_rptrAntonino Maniscalco1-1/+1
2024-09-01drm/msm/adreno: Add A306A supportOtto Pflüger3-3/+28
2024-09-01drm/msm/a6xx: Add A621 supportKonrad Dybcio4-1/+106
2024-09-01drm/msm/a6xx: Set GMU CGC properties on a6xx tooKonrad Dybcio3-10/+17
2024-09-01drm/msm/a6xx: Use the per-GPU value for gmu_cgc_modeKonrad Dybcio1-4/+2
2024-09-01drm/msm/a6xx: Store correct gmu_cgc_mode in struct a6xx_infoKonrad Dybcio2-0/+20
2024-09-01drm/msm/a6xx: Store primFifoThreshold in struct a6xx_infoKonrad Dybcio3-19/+21
2024-09-01drm/msm/a6xx: Evaluate adreno_is_a650_family in pdc_in_aop checkKonrad Dybcio1-2/+1
2024-09-01drm/msm/a5xx: workaround early ring-buffer emptiness checkVladimir Lypak3-0/+9
2024-09-01drm/msm/a5xx: fix races in preemption evaluation stageVladimir Lypak2-2/+23
2024-09-01drm/msm/a5xx: properly clear preemption records on resumeVladimir Lypak1-0/+2
2024-09-01drm/msm/a5xx: disable preemption in submits by defaultVladimir Lypak1-2/+6
2024-09-01drm/msm/adreno: Assign msm_gpu->pdev earlier to avoid nullptrsKonrad Dybcio1-0/+1
2024-08-30drm/msm: Fix incorrect file name output in adreno_request_fw()Aleksandr Mishin1-1/+1
2024-08-30drm/msm: Fix UBWC macrotile_mode for a680Connor Abbott1-0/+3
2024-08-30drm/msm: Expose expanded UBWC config uapiConnor Abbott1-0/+6
2024-08-30drm/msm: Expand UBWC config settingConnor Abbott3-17/+53
2024-08-30drm/msm: Fix CP_BV_DRAW_STATE_ADDR nameConnor Abbott1-1/+1