dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
From: Vasily Khoruzhick <anarsoul@gmail.com>
To: Qiang Yu <yuq825@gmail.com>
Cc: lima@lists.freedesktop.org, David Airlie <airlied@linux.ie>,
	dri-devel <dri-devel@lists.freedesktop.org>,
	Andreas Baierl <ichgeh@imkreisrum.de>,
	Erico Nunes <nunes.erico@gmail.com>
Subject: Re: [PATCH 0/5] drm/lima: add heap buffer support
Date: Sun, 26 Jan 2020 12:24:04 -0800	[thread overview]
Message-ID: <CA+E=qVfTyCCcnn5--xA=onVN0u-HGjE93_N8-5Ddz5n8AV=BXQ@mail.gmail.com> (raw)
In-Reply-To: <20200116131157.13346-1-yuq825@gmail.com>

On Thu, Jan 16, 2020 at 5:12 AM Qiang Yu <yuq825@gmail.com> wrote:
>
> 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.

Whole series:

Reviewed-by: Vasily Khoruzhick <anarsoul@gmail.com>

> 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

  parent reply	other threads:[~2020-01-26 20:24 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 ` Vasily Khoruzhick [this message]
2020-01-27 10:21 ` [PATCH 0/5] drm/lima: add heap buffer support Andreas Baierl
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='CA+E=qVfTyCCcnn5--xA=onVN0u-HGjE93_N8-5Ddz5n8AV=BXQ@mail.gmail.com' \
    --to=anarsoul@gmail.com \
    --cc=airlied@linux.ie \
    --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).