All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Michel Dänzer" <michel@daenzer.net>
To: alexdeucher@gmail.com
Cc: dri-devel@lists.freedesktop.org
Subject: Re: [PATCH] drm/radeon: make use of radeon_gem_init() consistent
Date: Fri, 11 May 2012 09:12:31 +0200	[thread overview]
Message-ID: <1336720351.7335.107.camel@thor.local> (raw)
In-Reply-To: <1336669206-15183-1-git-send-email-alexdeucher@gmail.com>

On Don, 2012-05-10 at 13:00 -0400, alexdeucher@gmail.com wrote: 
> From: Alex Deucher <alexander.deucher@amd.com>
> 
> All radeon_gem_init() does is initialize the gem objects
> list.  radeon_device.c does this explicitly.  r600+ calls
> radeon_gem_init() so the list gets initialized twice.  Older
> asics don't call it at all and rely on the the init in
> radeon_device.c.  Just call radeon_gem_init() in radeon_device.c
> and remove the explicit calls from all the newer asics.
> 
> All asics call radeon_gem_fini() in their fini pathes.  That
> could possibly be cleaned up too.
> 
> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

Reviewed-by: Michel Dänzer <michel.daenzer@amd.com>


-- 
Earthling Michel Dänzer           |                   http://www.amd.com
Libre software enthusiast         |          Debian, X and DRI developer
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

      reply	other threads:[~2012-05-11  7:12 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-10 17:00 [PATCH] drm/radeon: make use of radeon_gem_init() consistent alexdeucher
2012-05-11  7:12 ` Michel Dänzer [this message]

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=1336720351.7335.107.camel@thor.local \
    --to=michel@daenzer.net \
    --cc=alexdeucher@gmail.com \
    --cc=dri-devel@lists.freedesktop.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.