aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/etnaviv (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-12drm/etnaviv: fix missing unlock on error in etnaviv_gpu_submit()Wei Yongjun1-1/+2
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
2016-12-02drm/etnaviv: move linear window on MC1.0 parts if necessaryLucas Stach1-0/+4
2016-12-02drm/etnaviv: don't invoke OOM killer from dump codeLucas Stach1-1/+2
2016-12-02drm/etnaviv: fix gem_prime_get_sg_table to return new SG tableLucas Stach1-2/+4
2016-12-02drm/etnaviv: Allow DRAW_INSTANCED commandsWladimir J. van der Laan2-4/+57
2016-12-02drm/etnaviv: implement dma-buf mmapLucas Stach3-0/+16
2016-11-02drm: define drm_compat_ioctl NULL on CONFIG_COMPAT=n and reduce #ifdefsJani Nikula1-2/+0
2016-10-25drm: convert DT component matching to component_match_add_release()Russell King1-2/+3
2016-10-25dma-buf: Rename struct fence to dma_fenceChris Wilson3-28/+28
2016-10-25Merge tag 'topic/drm-misc-2016-10-24' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie1-14/+10
2016-10-21Merge branch 'drm-etnaviv-fixes' of git://git.pengutronix.de/lst/linux into drm-fixesDave Airlie2-6/+21
2016-10-19mm: replace get_user_pages_remote() write/force parameters with gup_flagsLorenzo Stoakes1-2/+5
2016-10-12drm/etnaviv: Remove manual call to reservation_object_test_signaled_rcu before waitChris Wilson1-14/+10
2016-10-10drm/etnaviv: block 64K of address space behind each cmdstreamLucas Stach1-1/+2
2016-10-10drm/etnaviv: ensure write caches are flushed at end of user cmdstreamLucas Stach1-5/+19