]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'drm-etnaviv-next' of git://git.pengutronix.de/git/lst/linux into drm...
authorDave Airlie <airlied@redhat.com>
Tue, 8 Mar 2016 00:51:14 +0000 (10:51 +1000)
committerDave Airlie <airlied@redhat.com>
Tue, 8 Mar 2016 00:51:14 +0000 (10:51 +1000)
commit4d94d25f94ebac662de68dce2c6cbe92c8728091
tree3d7aff6c2d0fad0b254b4e4894609e9a137c4121
parenta12e04179bec8b1483985481dc85640456ffe4d7
parent23e975588a454eeae8f24c6ea596ea108f129dbf
Merge branch 'drm-etnaviv-next' of git://git.pengutronix.de/git/lst/linux into drm-next

Notable changes:
- correctness fixes to the GPU cache flushing when switching execution
state and when powering down the GPU
- reduction of time spent in hardirq-off context
- placement improvements to the GPU DMA linear window, allowing the
driver to properly work on i.MX6 systems with more than 2GB of RAM

* 'drm-etnaviv-next' of git://git.pengutronix.de/git/lst/linux:
  drm: etnaviv: clean up submit_bo()
  drm: etnaviv: clean up vram_mapping submission/retire path
  drm: etnaviv: improve readability of command insertion to ring buffer
  drm: etnaviv: clean up GPU command submission
  drm: etnaviv: use previous GPU pipe state when pipe switching
  drm: etnaviv: flush all GPU caches when stopping GPU
  drm: etnaviv: track current execution state
  drm: etnaviv: extract arming of semaphore
  drm: etnaviv: extract replacement of WAIT command
  drm: etnaviv: extract command ring reservation
  drm/etnaviv: move GPU linear window to end of DMA window
  drm/etnaviv: move runtime PM balance into retire worker