index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
etnaviv
/
etnaviv_gpu.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-02
drm/etnaviv: move submit free out of critical section
Lucas Stach
1
-3
/
+5
2018-01-02
drm/etnaviv: couple runtime PM management to submit object lifetime
Lucas Stach
1
-27
/
+3
2018-01-02
drm/etnaviv: move GPU active handling to bo pin/unpin
Lucas Stach
1
-10
/
+0
2018-01-02
drm/etnaviv: move cmdbuf into submit object
Lucas Stach
1
-42
/
+26
2018-01-02
drm/etnaviv: use submit exec_state for perfmon sampling
Lucas Stach
1
-1
/
+1
2018-01-02
drm/etnaviv: move exec_state to submit object
Lucas Stach
1
-1
/
+1
2018-01-02
drm/etnaviv: move PMRs to submit object
Lucas Stach
1
-12
/
+15
2018-01-02
drm/etnaviv: rename submit fence to out_fence
Lucas Stach
1
-2
/
+2
2018-01-02
drm/etnaviv: move object fence attachment to gem_submit path
Lucas Stach
1
-7
/
+0
2018-01-02
drm/etnaviv: hold GPU lock while inserting END command
Lucas Stach
1
-0
/
+2
2018-01-02
drm/etnaviv: move workqueue to be per GPU
Lucas Stach
1
-4
/
+15
2018-01-02
drm/etnaviv: remove switch_context member from etnaviv_gpu
Lucas Stach
1
-7
/
+1
2018-01-02
drm/etnaviv: don't flush workqueue in etnaviv_gpu_wait_obj_inactive
Lucas Stach
1
-8
/
+3
2018-01-02
drm/etnaviv: remove stale TODO in etnaviv_gpu_submit
Lucas Stach
1
-9
/
+0
2018-01-02
drm/etnaviv: fix GPU vs sync point race
Lucas Stach
1
-10
/
+6
2017-12-01
drm/etnaviv: make THERMAL selectable
Philipp Zabel
1
-3
/
+5
2017-11-15
Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
1
-50
/
+167
2017-11-02
drm/etnaviv: Convert timers to use timer_setup()
Kees Cook
1
-4
/
+3
2017-10-10
drm/etnaviv: remove unnecessary clock stabilization delay
Philipp Zabel
1
-3
/
+0
2017-10-10
drm/etnaviv: reduce reset delay
Philipp Zabel
1
-1
/
+1
2017-10-10
drm/etnaviv: remove stale comment
Lucas Stach
1
-7
/
+0
2017-10-10
drm/etnaviv: enable debug registers on demand
Christian Gmeiner
1
-0
/
+10
2017-10-10
drm/etnaviv: need to disable clock gating when doing profiling
Christian Gmeiner
1
-0
/
+13
2017-10-10
drm/etnaviv: use 'sync points' for performance monitor requests
Christian Gmeiner
1
-6
/
+69
2017-10-10
drm/etnaviv: clear alloced event
Christian Gmeiner
1
-1
/
+1
2017-10-10
drm/etnaviv: add 'sync point' support
Christian Gmeiner
1
-0
/
+26
2017-10-10
drm/etnaviv: extend etnaviv_gpu_cmdbuf_new(..) with nr_pmrs
Christian Gmeiner
1
-1
/
+1
2017-10-10
drm/etnaviv: make it possible to allocate multiple events
Christian Gmeiner
1
-16
/
+31
2017-10-10
drm/etnaviv: use bitmap to keep track of events
Christian Gmeiner
1
-18
/
+13
2017-10-10
drm/etnaviv: rework clock initialization
Lucas Stach
1
-5
/
+10
2017-08-15
drm/etnaviv: don't fail GPU bind when CONFIG_THERMAL isn't enabled
Lucas Stach
1
-3
/
+5
2017-05-05
drm/etnaviv: implement cooling support for new GPU cores
Lucas Stach
1
-6
/
+14
2017-05-05
drm/etnaviv: update MLCG disables with info from newer Vivante driver
Lucas Stach
1
-2
/
+8
2017-04-19
Merge tag 'v4.11-rc7' into drm-next
Dave Airlie
1
-1
/
+2
2017-04-12
drm/etnaviv: fix missing unlock on error in etnaviv_gpu_submit()
Wei Yongjun
1
-1
/
+2
2017-04-11
Backmerge tag 'v4.11-rc6' into drm-next
Dave Airlie
1
-2
/
+2
2017-03-29
drm/etnaviv: return GPU fence through the submit structure
Lucas Stach
1
-2
/
+2
2017-03-29
drm/etnaviv: submit support for in-fences
Philipp Zabel
1
-1
/
+4
2017-03-29
drm/etnaviv: add etnaviv cooling device
Russell King
1
-15
/
+69
2017-03-29
drm/etnaviv: add lockdep assert to fence allocation
Lucas Stach
1
-0
/
+6
2017-03-29
drm/etnaviv: (re-)protect fence allocation with GPU mutex
Lucas Stach
1
-2
/
+2
2017-02-02
drm/etnaviv: add cmdbuf suballocator
Lucas Stach
1
-1
/
+13
2017-02-02
drm/etnaviv: wire up iova handling in new cmdbuf abstraction
Lucas Stach
1
-2
/
+2
2017-02-02
drm/etnaviv: move cmdbuf de-/allocation into own file
Lucas Stach
1
-39
/
+6
2017-01-30
drm/etnaviv: set up initial PULSE_EATER register
Wladimir J. van der Laan
1
-0
/
+34
2016-12-06
Merge branch 'drm-etnaviv-next' of git://git.pengutronix.de/lst/linux into dr...
Dave Airlie
1
-0
/
+4
2016-12-02
drm/etnaviv: move linear window on MC1.0 parts if necessary
Lucas Stach
1
-0
/
+4
2016-10-25
dma-buf: Rename struct fence to dma_fence
Chris Wilson
1
-23
/
+23
2016-09-15
drm/etnaviv: mark whole context as lost in recover worker
Lucas Stach
1
-1
/
+1
2016-09-15
drm/etnaviv: fix up model and revision for GC2000+
Lucas Stach
1
-0
/
+12
[next]