summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/panfrost
AgeCommit message (Expand)AuthorFilesLines
2021-06-06dma-buf: drop the _rcu postfix on function names v3Christian König1-2/+1
2021-06-06dma-buf: rename dma_resv_get_excl_rcu to _unlockedChristian König1-1/+1
2021-06-04drm/panfrost: Add AFBC_FEATURES parameterAlyssa Rosenzweig4-1/+6
2021-05-14drm/panfrost: Add mt8183-mali compatible stringNicolas Boichat1-0/+10
2021-05-14drm/panfrost: devfreq: Disable devfreq when num_supplies > 1Nicolas Boichat1-0/+9
2021-05-12drm/panfrost: Remove redundant error printing in panfrost_device_init()Zhen Lei1-1/+0
2021-04-28Merge tag 'drm-next-2021-04-28' of git://anongit.freedesktop.org/drm/drmLinus Torvalds4-20/+42
2021-03-16drm/panfrost: Convert to use resource-managed OPP APIYangtao Li2-30/+9
2021-02-15drm/panfrost: Stay in the threaded MMU IRQ handler until we've handled all IRQsBoris Brezillon1-12/+14
2021-02-15drm/panfrost: Don't try to map pages that are already mappedBoris Brezillon1-1/+8
2021-02-15drm/panfrost: Clear MMU irqs before handling the faultBoris Brezillon1-2/+2
2021-02-05drm/scheduler: provide scheduler score externallyChristian König1-1/+1
2021-01-29drm/scheduler: Job timeout handler returns status (v3)Luben Tuikov1-3/+6
2021-01-22drm/panfrost: Add governor data with pre-defined thresholdsLukasz Luba2-1/+11
2021-01-13drm/panfrost: Use delayed timer as default in devfreq profileLukasz Luba1-0/+1
2020-12-18Merge tag 'drm-next-2020-12-18' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-1/+1
2020-12-16Merge tag 'iommu-updates-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-7/+0
2020-12-15Merge tag 'pm-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-4/+2
2020-12-15Merge tag 'thermal-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2020-12-14Merge branch 'opp/linux-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Rafael J. Wysocki1-4/+2
2020-12-11drm/panfrost: Register devfreq cooling and attempt to add Energy ModelLukasz Luba1-1/+1
2020-12-09drm/panfrost: dev_pm_opp_put_*() accepts NULL argumentViresh Kumar1-4/+2
2020-12-08iommu/io-pgtable: Remove tlb_flush_leafRobin Murphy1-7/+0
2020-11-24drm/shmem-helper: Use cached mappings by defaultThomas Zimmermann1-1/+1
2020-11-16drm/panfrost: Move the GPU reset bits outside the timeout handlerBoris Brezillon3-64/+130
2020-11-10Merge drm/drm-next into drm-misc-nextThomas Zimmermann4-9/+16
2020-11-10Merge v5.10-rc3 into drm-nextDaniel Vetter4-9/+16
2020-11-09drm/gem: Use struct dma_buf_map in GEM vmap ops and convert GEM backendsThomas Zimmermann1-6/+8
2020-11-06drm/<drivers>: Constify struct drm_driverDaniel Vetter1-1/+1
2020-11-04drm/panfrost: Replace devm_reset_control_array_get()Yejune Deng1-1/+1
2020-11-03drm/panfrost: Fix module unloadSteven Price1-2/+3
2020-11-03drm/panfrost: Fix a deadlock between the shrinker and madvise pathBoris Brezillon3-7/+13
2020-11-03drm/panfrost: Remove unused variables in panfrost_job_close()Boris Brezillon1-2/+0
2020-11-02Merge drm/drm-next into drm-misc-nextMaxime Ripard3-8/+7
2020-10-30drm/panfrost: Don't corrupt the queue mutex on open/closeSteven Price1-5/+6
2020-10-30drm/panfrost: Support cache-coherent integrationsRobin Murphy4-0/+6
2020-10-14Merge tag 'drm-misc-next-fixes-2020-10-13' of git://anongit.freedesktop.org/d...drm-next-2020-10-15Dave Airlie1-2/+2
2020-10-09drm/panfrost: increase readl_relaxed_poll_timeout valuesChristian Hewitt1-2/+2
2020-10-08drm/panfrost: Fix job timeout handlingBoris Brezillon1-9/+53
2020-10-01drm/panfrost: simplify the return expression of panfrost_devfreq_target()Qinglang Miao1-6/+1
2020-10-01drm/panfrost: simplify the return expression of cz_ih_hw_init()Qinglang Miao1-7/+1
2020-09-23Merge tag 'drm-misc-next-2020-09-21' of git://anongit.freedesktop.org/drm/drm...Dave Airlie5-1/+38
2020-09-21drm/panfrost: add Amlogic GPU integration quirksNeil Armstrong1-0/+11
2020-09-21drm/panfrost: add amlogic reset quirk callbackNeil Armstrong3-0/+17
2020-09-21drm/panfrost: add support for vendor quirkNeil Armstrong2-0/+7
2020-09-17Merge branch 'for-5.10-drm-sg-fix' of https://github.com/mszyprow/linux into ...Dave Airlie2-6/+5
2020-09-10drm/panfrost: Ensure GPU quirks are always initialisedSteven Price1-1/+2
2020-09-10drm/panfrost: Set DMA max segment sizeRobin Murphy1-0/+1
2020-09-10drm: panfrost: fix common struct sg_table related issuesMarek Szyprowski2-6/+5
2020-08-18Merge v5.9-rc1 into drm-misc-nextMaxime Ripard1-1/+1