summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/etnaviv
AgeCommit message (Expand)AuthorFilesLines
2017-08-21Merge branch 'etnaviv/next' of https://git.pengutronix.de/git/lst/linux into ...Dave Airlie6-32/+37
2017-08-15drm/etnaviv: switch GEM allocations to __GFP_RETRY_MAYFAILLucas Stach1-1/+1
2017-08-15drm/etnaviv: don't fail GPU bind when CONFIG_THERMAL isn't enabledLucas Stach1-3/+5
2017-08-08drm/etnaviv: Fix off-by-one error in reloc checkingWladimir J. van der Laan1-2/+2
2017-08-08drm/etnaviv: switch to drm_*{get,put} helpersCihangir Akturk4-17/+17
2017-08-08drm/etnaviv: select CMA and DMA_CMA if availableLucas Stach1-0/+2
2017-07-09Merge tag 'drm-for-v4.13' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds8-92/+149
2017-07-03drm/etnaviv: populate GEM objects on cpu_prepLucas Stach1-10/+10
2017-07-03drm/etnaviv: reduce allocation failure message severityLucas Stach1-1/+1
2017-07-03drm/etnaviv: don't trigger OOM killer when page allocation failsLucas Stach1-1/+2
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-06-28Merge branch 'etnaviv/next' of https://git.pengutronix.de/git/lst/linux into ...Dave Airlie7-79/+136
2017-06-03drm/etnaviv: restore ETNA_PREP_NOSYNC behaviourLucas Stach1-10/+14
2017-05-30Backmerge tag 'v4.12-rc3' into drm-nextDave Airlie1-1/+3
2017-05-19Merge branch 'etnaviv/fixes' of https://git.pengutronix.de/git/lst/linux into...Dave Airlie1-1/+3
2017-05-18drm: drop drm_[cm]alloc* helpersMichal Hocko3-14/+14
2017-05-08mm, vmalloc: use __GFP_HIGHMEM implicitlyMichal Hocko1-2/+2
2017-05-05drm/etnaviv: implement cooling support for new GPU coresLucas Stach2-6/+16
2017-05-05drm/etnaviv: update MLCG disables with info from newer Vivante driverLucas Stach1-2/+8
2017-05-05drm/etnaviv: update common.xml.hLucas Stach1-61/+89
2017-05-05drm/etnaviv: Expose our reservation object when exporting a dmabuf.Eric Anholt3-0/+9
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 re...Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...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/~airlie...Linus Torvalds15-142/+348
2017-02-20Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus 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 i...Dave 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...Dave Airlie2-8/+1