dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
From: Andreas Baierl <list@imkreisrum.de>
To: Qiang Yu <yuq825@gmail.com>, dri-devel@lists.freedesktop.org
Cc: David Airlie <airlied@linux.ie>,
	Vasily Khoruzhick <anarsoul@gmail.com>,
	Erico Nunes <nunes.erico@gmail.com>,
	lima@lists.freedesktop.org, Andreas Baierl <ichgeh@imkreisrum.de>
Subject: Re: [PATCH 0/5] drm/lima: add heap buffer support
Date: Mon, 27 Jan 2020 11:21:13 +0100	[thread overview]
Message-ID: <ba4969a0-4abf-9749-49a2-5b842544b95a@imkreisrum.de> (raw)
In-Reply-To: <20200116131157.13346-1-yuq825@gmail.com>

Am 16.01.2020 um 14:11 schrieb Qiang Yu:
> 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.
This was

Tested-by: Andreas Baierl <ichgeh@imkreisrum.de>

together with https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3264.
> 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(-)
>

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

  parent reply	other threads:[~2020-01-27 10:21 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
2020-01-27 14:21   ` Qiang Yu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ba4969a0-4abf-9749-49a2-5b842544b95a@imkreisrum.de \
    --to=list@imkreisrum.de \
    --cc=airlied@linux.ie \
    --cc=anarsoul@gmail.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=ichgeh@imkreisrum.de \
    --cc=lima@lists.freedesktop.org \
    --cc=nunes.erico@gmail.com \
    --cc=yuq825@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).