dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] drm/lima: add heap buffer support
@ 2020-01-16 13:11 Qiang Yu
  2020-01-16 13:11 ` [PATCH 1/5] drm/lima: update register info Qiang Yu
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Qiang Yu @ 2020-01-16 13:11 UTC (permalink / raw)
  To: dri-devel
  Cc: lima, David Airlie, Vasily Khoruzhick, Andreas Baierl, Qiang Yu,
	Erico Nunes

Support heap buffer allocation which can grow the back memory
size when GP has an out of memory interrupt so that user don't
need to allocate a very large buffer at the beginning.

Qiang Yu (5):
  drm/lima: update register info
  drm/lima: add lima_vm_map_bo
  drm/lima: support heap buffer creation
  drm/lima: recover task by enlarging heap buffer
  drm/lima: increase driver version to 1.1

 drivers/gpu/drm/lima/lima_drv.c   |  16 +++-
 drivers/gpu/drm/lima/lima_drv.h   |   1 +
 drivers/gpu/drm/lima/lima_gem.c   | 130 ++++++++++++++++++++++++++++--
 drivers/gpu/drm/lima/lima_gem.h   |   4 +
 drivers/gpu/drm/lima/lima_gp.c    |  51 +++++++++++-
 drivers/gpu/drm/lima/lima_mmu.c   |   5 ++
 drivers/gpu/drm/lima/lima_mmu.h   |   1 +
 drivers/gpu/drm/lima/lima_regs.h  |   1 +
 drivers/gpu/drm/lima/lima_sched.c |  35 ++++++--
 drivers/gpu/drm/lima/lima_sched.h |   6 ++
 drivers/gpu/drm/lima/lima_vm.c    |  44 +++++++++-
 drivers/gpu/drm/lima/lima_vm.h    |   1 +
 include/uapi/drm/lima_drm.h       |   9 ++-
 13 files changed, 284 insertions(+), 20 deletions(-)

-- 
2.17.1

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2020-01-27 14:21 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-16 13:11 [PATCH 0/5] drm/lima: add heap buffer support Qiang Yu
2020-01-16 13:11 ` [PATCH 1/5] drm/lima: update register info Qiang Yu
2020-01-16 13:11 ` [PATCH 2/5] drm/lima: add lima_vm_map_bo Qiang Yu
2020-01-16 13:11 ` [PATCH 3/5] drm/lima: support heap buffer creation Qiang Yu
2020-01-16 13:11 ` [PATCH 4/5] drm/lima: recover task by enlarging heap buffer Qiang Yu
2020-01-16 13:11 ` [PATCH 5/5] drm/lima: increase driver version to 1.1 Qiang Yu
2020-01-26 20:24 ` [PATCH 0/5] drm/lima: add heap buffer support Vasily Khoruzhick
2020-01-27 10:21 ` Andreas Baierl
2020-01-27 14:21   ` Qiang Yu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).