summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/etnaviv
Commit message (Expand)AuthorAgeFilesLines
* Backmerge tag 'v4.12-rc3' into drm-nextDave Airlie2017-05-301-1/+3
|\
| * Merge branch 'etnaviv/fixes' of https://git.pengutronix.de/git/lst/linux into...Dave Airlie2017-05-191-1/+3
| |\
| | * drm/etnaviv: don't put fence in case of submit failureLucas Stach2017-05-051-1/+3
* | | drm: drop drm_[cm]alloc* helpersMichal Hocko2017-05-183-14/+14
|/ /
* / mm, vmalloc: use __GFP_HIGHMEM implicitlyMichal Hocko2017-05-091-2/+2
|/
* Merge tag 'v4.11-rc7' into drm-nextDave Airlie2017-04-191-1/+2
|\
| * drm/etnaviv: fix missing unlock on error in etnaviv_gpu_submit()Wei Yongjun2017-04-121-1/+2
* | Backmerge tag 'v4.11-rc6' into drm-nextDave Airlie2017-04-101-2/+2
|\|
| * drm/etnaviv: (re-)protect fence allocation with GPU mutexLucas Stach2017-03-291-2/+2
* | drm/etnaviv: submit support for out-fencesPhilipp Zabel2017-03-292-1/+29
* | drm/etnaviv: return GPU fence through the submit structureLucas Stach2017-03-293-4/+6
* | drm/etnaviv: submit support for in-fencesPhilipp Zabel2017-03-295-3/+40
* | drm/etnaviv: add etnaviv cooling deviceRussell King2017-03-292-15/+71
* | drm/etnaviv: switch to postcloseDaniel Vetter2017-03-291-2/+2
* | drm/etnaviv: add lockdep assert to fence allocationLucas Stach2017-03-291-0/+6
|/
* sched/headers: Prepare to move the get_task_struct()/put_task_struct() and re...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-252-2/+3
* Merge tag 'drm-for-v4.11-less-shouty' of git://people.freedesktop.org/~airlie...Linus Torvalds2017-02-2415-142/+348
|\
| * drm: Improve drm_mm search (and fix topdown allocation) with rbtreesChris Wilson2017-02-031-4/+7
| * Merge branch 'drm-etnaviv-next' of https://git.pengutronix.de/git/lst/linux i...Dave Airlie2017-02-0214-123/+329
| |\
| | * drm/etnaviv: Remove duplicate header file includeLiviu Dudau2017-02-021-1/+0Star
| | * Revert "drm/etnaviv: trick drm_mm into giving out a low IOVA"Lucas Stach2017-02-021-6/+1Star
| | * drm/etnaviv: add cmdbuf suballocatorLucas Stach2017-02-027-58/+165
| | * drm/etnaviv: get cmdbuf physical address through the cmdbuf abstractionLucas Stach2017-02-024-2/+10
| | * drm/etnaviv: wire up iova handling in new cmdbuf abstractionLucas Stach2017-02-025-11/+18
| | * drm/etnaviv: move cmdbuf de-/allocation into own fileLucas Stach2017-02-0211-66/+117
| | * drm/etnaviv: always flush MMU TLBs on map/unmapLucas Stach2017-02-021-4/+3Star
| | * drm/etnaviv: constify etnaviv_iommu_ops structuresBhumika Goyal2017-02-022-2/+2
| | * drm/etnaviv: set up initial PULSE_EATER registerWladimir J. van der Laan2017-01-301-0/+34
| | * drm/etnaviv: add new GC3000 sensitive statesWladimir J. van der Laan2017-01-301-0/+6
| * | Merge tag 'drm-misc-next-2017-01-30' of git://anongit.freedesktop.org/git/drm...Dave Airlie2017-01-312-8/+1Star
| |\ \
| | * | drm/etnaviv: Remove etnaviv_debugfs_cleanup()Noralf Trønnes2017-01-271-7/+0Star
| | * | drm/etnaviv: allow build with COMPILE_TESTNoralf Trønnes2017-01-271-1/+1
| * | | Merge tag 'drm-misc-next-2017-01-23' of git://anongit.freedesktop.org/git/drm...Dave Airlie2017-01-271-0/+1
| |\| |
| | * | drm: add more MMU dependenciesArnd Bergmann2017-01-111-0/+1
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Dave Airlie2017-01-271-1/+6
| |\ \ \ | | |/ / | |/| / | | |/
| * | Merge tag 'drm-misc-next-2017-01-09' of git://anongit.freedesktop.org/git/drm...Dave Airlie2017-01-091-4/+6
| |\ \
| | * | drm/mm: Convert to drm_printerDaniel Vetter2016-12-301-4/+6
| * | | Merge tag 'drm-misc-next-2016-12-30' of git://anongit.freedesktop.org/git/drm...Dave Airlie2017-01-092-5/+6
| |\| |
| | * | drm: Compute tight evictions for drm_mm_scanChris Wilson2016-12-281-1/+1
| | * | drm: Extract struct drm_mm_scan from struct drm_mmChris Wilson2016-12-271-4/+5
| | * | drm/etnaviv: Use drm_dev_unref, not drm_put_devDaniel Vetter2016-12-131-1/+1
* | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-02-201-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | locking/atomic, kref: Add kref_read()Peter Zijlstra2017-01-141-1/+1
| |/ /
* / / drm/etnaviv: trick drm_mm into giving out a low IOVALucas Stach2017-01-111-1/+6
|/ /
* | mm: use vmf->address instead of of vmf->virtual_addressJan Kara2016-12-151-4/+3Star
* | mm: add locked parameter to get_user_pages_remote()Lorenzo Stoakes2016-12-151-1/+1
|/
* Merge branch 'drm-etnaviv-next' of git://git.pengutronix.de/lst/linux into dr...Dave Airlie2016-12-067-7/+83
|\
| * drm/etnaviv: move linear window on MC1.0 parts if necessaryLucas Stach2016-12-021-0/+4