summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/etnaviv
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds2022-01-231-2/+2
|\
| * Replace for_each_*_bit_from() with for_each_*_bit() where appropriateYury Norov2022-01-151-2/+2
* | Merge branch 'etnaviv/next' of https://git.pengutronix.de/git/lst/linux into ...Dave Airlie2021-12-245-12/+42
|\ \
| * | drm/etnaviv: consider completed fence seqno in hang checkLucas Stach2021-12-232-1/+4
| * | drm/etnaviv: limit submit sizesLucas Stach2021-12-201-0/+6
| * | drm/etnaviv: constify static struct cooling_opsRikard Falkeborn2021-12-011-1/+1
| * | drm/etnaviv: use a 32 bit mask as coherent DMA maskMichael Walle2021-12-011-2/+18
| * | drm/etnaviv: fix dma configuration of the virtual deviceMichael Walle2021-12-011-7/+12
| * | drm/etnaviv: use PLATFORM_DEVID_NONEMichael Walle2021-12-011-1/+1
| |/
* | Merge drm/drm-next into drm-misc-nextThomas Zimmermann2021-11-182-1/+3
|\|
| * Merge tag 'char-misc-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-11-041-0/+3
| |\
| | * dma-buf: move dma-buf symbols into the DMA_BUF module namespaceGreg Kroah-Hartman2021-10-251-0/+3
| * | Merge tag 'drm-msm-next-2021-10-26' of https://gitlab.freedesktop.org/drm/msm...Dave Airlie2021-10-281-1/+0
| |\ \
| | * | drm: Remove redundant 'flush_workqueue()' callsChristophe JAILLET2021-10-151-1/+0
| | |/
* | | drm/etnaviv: use dma_resv_describeChristian König2021-11-111-19/+7
* | | drm/etnaviv: stop getting the excl fence separately hereChristian König2021-11-031-1/+1
* | | drm/etnaviv: replace dma_resv_get_excl_unlockedChristian König2021-10-271-1/+1
* | | drm/etnaviv: use new iterator in etnaviv_gem_describeChristian König2021-10-271-20/+11
|/ /
* | Merge tag 'drm-misc-next-2021-09-16' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2021-09-221-1/+3
|\ \ | |/ |/|
| * Merge drm/drm-next into drm-misc-nextMaxime Ripard2021-09-146-41/+44
| |\
| * | drm/sched: drop entity parameter from drm_sched_push_jobDaniel Vetter2021-08-301-1/+1
| * | drm/sched: Split drm_sched_job_initDaniel Vetter2021-08-301-0/+2
* | | drm/etnaviv: add missing MMU context put when reaping MMU mappingLucas Stach2021-09-161-0/+1
* | | drm/etnaviv: reference MMU context when setting up hardware stateLucas Stach2021-09-163-12/+24
* | | drm/etnaviv: fix MMU context leak on GPU resetLucas Stach2021-09-161-0/+2
* | | drm/etnaviv: exec and MMU state is lost when resetting the GPULucas Stach2021-09-161-3/+2
* | | drm/etnaviv: keep MMU context across runtime suspend/resumeLucas Stach2021-09-161-3/+3
* | | drm/etnaviv: stop abusing mmu_context as FE running markerLucas Stach2021-09-162-2/+9
* | | drm/etnaviv: put submit prev MMU context when it existsLucas Stach2021-09-161-0/+2
* | | drm/etnaviv: return context from etnaviv_iommu_context_getLucas Stach2021-09-165-11/+8
| |/ |/|
* | Merge commit '81fd23e2b3ccf71c807e671444e8accaba98ca53' of https://git.pengut...Dave Airlie2021-08-266-41/+44
|\ \ | |/ |/|
| * drm/etnaviv: Implement mmap as GEM object functionThomas Zimmermann2021-07-064-41/+7
| * drm/etnaviv: add clock gating workaround for GC7000 r6202Michael Walle2021-07-061-0/+6
| * drm/etnaviv: add HWDB entry for GC7000 r6202Michael Walle2021-07-061-0/+31
* | drm/sched: Allow using a dedicated workqueue for the timeout/fault tdrBoris Brezillon2021-07-011-1/+2
|/
* Merge branch 'etnaviv/next' of https://git.pengutronix.de/git/lst/linux into ...Dave Airlie2021-06-115-43/+79
|\
| * drm/etnaviv: add HWDB entry for GC7000 rev 6204Sascha Hauer2021-06-101-0/+31
| * drm/etnaviv: rework linear window offset calculationLucas Stach2021-05-031-26/+26
| * drm/etnaviv: Remove useless error messageTian Tao2021-05-031-3/+1
| * drm/etnaviv: Remove redundant NULL checkJiapeng Chong2021-05-031-8/+4
| * drm/etnaviv: fix NULL check before some freeing functions is not neededTian Tao2021-01-251-2/+1
| * drm/etnaviv: dump: fix sparse warningsMarc Kleine-Budde2021-01-221-4/+4
| * drm/etnaviv: provide more ID values via GET_PARAM ioctl.Christian Gmeiner2021-01-221-0/+12
* | dma-buf: drop the _rcu postfix on function names v3Christian König2021-06-062-7/+5
* | dma-buf: rename dma_resv_get_excl_rcu to _unlockedChristian König2021-06-061-1/+1
* | dma-buf: rename and cleanup dma_resv_get_list v2Christian König2021-06-061-1/+1
* | dma-buf: rename and cleanup dma_resv_get_excl v3Christian König2021-06-061-1/+1
* | Merge drm/drm-fixes into drm-nextDaniel Vetter2021-04-131-1/+2
|\ \
| * | drm/etnaviv: User FOLL_LONGTERM in userptrDaniel Vetter2021-03-191-1/+2
| * | drm/etnaviv: Use FOLL_FORCE for userptrDaniel Vetter2021-03-191-1/+1