All of lore.kernel.org
 help / color / mirror / Atom feed
From: Maarten Lankhorst <maarten.lankhorst@canonical.com>
To: "dri-devel@lists.freedesktop.org"
	<dri-devel@lists.freedesktop.org>,
	Markus Trippelsdorf <markus@trippelsdorf.de>
Subject: [PATCH] drm/ttm: fix delayed ttm_bo_cleanup_refs_and_unlock delayed handling
Date: Wed, 19 Dec 2012 15:18:51 +0100	[thread overview]
Message-ID: <50D1CCCB.1070205@canonical.com> (raw)

Fix regression introduced by 85b144f860176

Signed-off-by: Maarten Lankhorst <maarten.lankhorst@canonical.com>
Reported-by: Markus Trippelsdorf <markus@trippelsdorf.de>

---

diff --git a/drivers/gpu/drm/ttm/ttm_bo.c b/drivers/gpu/drm/ttm/ttm_bo.c
index 0bf66f9..9f85418 100644
--- a/drivers/gpu/drm/ttm/ttm_bo.c
+++ b/drivers/gpu/drm/ttm/ttm_bo.c
@@ -579,7 +579,7 @@ static int ttm_bo_cleanup_refs_and_unlock(struct ttm_buffer_object *bo,
 		 * at this point the buffer should be dead, so
 		 * no new sync objects can be attached.
 		 */
-		sync_obj = driver->sync_obj_ref(&bo->sync_obj);
+		sync_obj = driver->sync_obj_ref(bo->sync_obj);
 		spin_unlock(&bdev->fence_lock);
 
 		atomic_set(&bo->reserved, 0);

             reply	other threads:[~2012-12-19 14:18 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-12-19 14:18 Maarten Lankhorst [this message]
2012-12-19 14:33 ` [PATCH] drm/ttm: fix delayed ttm_bo_cleanup_refs_and_unlock delayed handling Markus Trippelsdorf
2012-12-20 13:30   ` Alex Deucher
2012-12-20 13:45     ` Markus Trippelsdorf
2012-12-20 13:58       ` Markus Trippelsdorf
2013-01-05 10:41         ` Markus Trippelsdorf
2013-01-15 14:43           ` Michel Dänzer
2013-01-15 15:23             ` Markus Trippelsdorf
2013-01-15 15:26               ` Michel Dänzer
2013-01-15 16:32                 ` Markus Trippelsdorf
2013-01-15 17:03                   ` Markus Trippelsdorf
2013-01-16 22:36                     ` Alex Deucher
2013-01-16 23:10                       ` Markus Trippelsdorf
2013-01-17  0:18                         ` Jerome Glisse
2013-01-17  8:46                           ` Markus Trippelsdorf
2013-01-17 15:44                             ` Jerome Glisse
2013-01-17 16:10                               ` Markus Trippelsdorf
2013-01-17 17:55                                 ` Jerome Glisse
2013-01-17 18:07                                   ` Markus Trippelsdorf
2013-01-17 18:28                                 ` Jerome Glisse
2013-01-17 18:57                                   ` Markus Trippelsdorf
2012-12-19 14:41 ` Paul Menzel
2012-12-19 14:47   ` Alex Deucher
2012-12-19 14:54     ` Markus Trippelsdorf
2012-12-19 16:03       ` Markus Trippelsdorf
2012-12-19 17:21 ` Maarten Lankhorst
2012-12-19 18:40   ` Paul Menzel

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=50D1CCCB.1070205@canonical.com \
    --to=maarten.lankhorst@canonical.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=markus@trippelsdorf.de \
    /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.