aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/etnaviv (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-28Merge branch 'etnaviv/fixes' of git://git.pengutronix.de/git/lst/linuxLinus Torvalds2-2/+3
2017-06-28drm/etnaviv: Fix implicit/explicit sync sense inversionDaniel Stone1-1/+1
2017-06-28drm/etnaviv: fix submit flags getting overwritten by BO contentLucas Stach1-1/+2
2017-05-19Merge branch 'etnaviv/fixes' of https://git.pengutronix.de/git/lst/linux into drm-fixesDave Airlie1-1/+3
2017-05-08mm, vmalloc: use __GFP_HIGHMEM implicitlyMichal Hocko1-2/+2
2017-05-05drm/etnaviv: don't put fence in case of submit failureLucas Stach1-1/+3
2017-04-19Merge tag 'v4.11-rc7' into drm-nextDave Airlie1-1/+2
2017-04-12drm/etnaviv: fix missing unlock on error in etnaviv_gpu_submit()Wei Yongjun1-1/+2
2017-04-11Backmerge tag 'v4.11-rc6' into drm-nextDave Airlie1-2/+2
2017-03-29drm/etnaviv: submit support for out-fencesPhilipp Zabel2-1/+29
2017-03-29drm/etnaviv: return GPU fence through the submit structureLucas Stach3-4/+6
2017-03-29drm/etnaviv: submit support for in-fencesPhilipp Zabel5-3/+40
2017-03-29drm/etnaviv: add etnaviv cooling deviceRussell King2-15/+71
2017-03-29drm/etnaviv: switch to postcloseDaniel Vetter1-2/+2
2017-03-29drm/etnaviv: add lockdep assert to fence allocationLucas Stach1-0/+6
2017-03-29drm/etnaviv: (re-)protect fence allocation with GPU mutexLucas Stach1-2/+2
2017-03-02sched/headers: Prepare to move the get_task_struct()/put_task_struct() and related APIs from <linux/sched.h> to <linux/sched/task.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/mm.h>Ingo Molnar1-0/+1
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2-2/+3
2017-02-23Merge tag 'drm-for-v4.11-less-shouty' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds15-142/+348
2017-02-20Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2017-02-03drm: Improve drm_mm search (and fix topdown allocation) with rbtreesChris Wilson1-4/+7
2017-02-03Merge branch 'drm-etnaviv-next' of https://git.pengutronix.de/git/lst/linux into drm-nextDave Airlie14-123/+329
2017-02-02drm/etnaviv: Remove duplicate header file includeLiviu Dudau1-1/+0
2017-02-02Revert "drm/etnaviv: trick drm_mm into giving out a low IOVA"Lucas Stach1-6/+1
2017-02-02drm/etnaviv: add cmdbuf suballocatorLucas Stach7-58/+165
2017-02-02drm/etnaviv: get cmdbuf physical address through the cmdbuf abstractionLucas Stach4-2/+10
2017-02-02drm/etnaviv: wire up iova handling in new cmdbuf abstractionLucas Stach5-11/+18
2017-02-02drm/etnaviv: move cmdbuf de-/allocation into own fileLucas Stach11-66/+117
2017-02-02drm/etnaviv: always flush MMU TLBs on map/unmapLucas Stach1-4/+3
2017-02-02drm/etnaviv: constify etnaviv_iommu_ops structuresBhumika Goyal2-2/+2
2017-02-01Merge tag 'drm-misc-next-2017-01-30' of git://anongit.freedesktop.org/git/drm-misc into drm-nextDave Airlie2-8/+1
2017-01-30drm/etnaviv: set up initial PULSE_EATER registerWladimir J. van der Laan1-0/+34
2017-01-30drm/etnaviv: add new GC3000 sensitive statesWladimir J. van der Laan1-0/+6
2017-01-27drm/etnaviv: Remove etnaviv_debugfs_cleanup()Noralf Trønnes1-7/+0
2017-01-27drm/etnaviv: allow build with COMPILE_TESTNoralf Trønnes1-1/+1
2017-01-27Merge tag 'drm-misc-next-2017-01-23' of git://anongit.freedesktop.org/git/drm-misc into drm-nextDave Airlie1-0/+1
2017-01-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into drm-nextDave Airlie1-1/+6
2017-01-14locking/atomic, kref: Add kref_read()Peter Zijlstra1-1/+1
2017-01-11drm: add more MMU dependenciesArnd Bergmann1-0/+1
2017-01-11drm/etnaviv: trick drm_mm into giving out a low IOVALucas Stach1-1/+6
2017-01-10Merge tag 'drm-misc-next-2017-01-09' of git://anongit.freedesktop.org/git/drm-misc into drm-nextDave Airlie1-4/+6
2017-01-09Merge tag 'drm-misc-next-2016-12-30' of git://anongit.freedesktop.org/git/drm-misc into drm-nextDave Airlie2-5/+6
2016-12-30drm/mm: Convert to drm_printerDaniel Vetter1-4/+6
2016-12-28drm: Compute tight evictions for drm_mm_scanChris Wilson1-1/+1
2016-12-27drm: Extract struct drm_mm_scan from struct drm_mmChris Wilson1-4/+5
2016-12-14mm: use vmf->address instead of of vmf->virtual_addressJan Kara1-4/+3
2016-12-14mm: add locked parameter to get_user_pages_remote()Lorenzo Stoakes1-1/+1
2016-12-13drm/etnaviv: Use drm_dev_unref, not drm_put_devDaniel Vetter1-1/+1
2016-12-06Merge branch 'drm-etnaviv-next' of git://git.pengutronix.de/lst/linux into drm-nextDave Airlie7-7/+83