All of lore.kernel.org
 help / color / mirror / Atom feed
From: Danilo Krummrich <dakr@kernel.org>
To: lyude@redhat.com, airlied@redhat.com, christian.koenig@amd.com
Cc: dri-devel@lists.freedesktop.org, nouveau@lists.freedesktop.org,
	Danilo Krummrich <dakr@kernel.org>
Subject: [PATCH 0/3] Nouveau fixes for TTM refcount rework
Date: Thu, 18 Jul 2024 18:58:45 +0200	[thread overview]
Message-ID: <20240718165959.3983-1-dakr@kernel.org> (raw)

Hi Christian,

Those three patches should unblock your series to use GEM references instead of
TTM ones.

@Lyude, Dave: Can you please double check?

- Danilo

Danilo Krummrich (3):
  drm/nouveau: prime: fix refcount underflow
  drm/nouveau: bo: remove unused functions
  drm/nouveau: use GEM references instead of TTMs

 drivers/gpu/drm/nouveau/dispnv04/crtc.c | 43 +++++++++++++++------
 drivers/gpu/drm/nouveau/dispnv50/disp.c |  4 +-
 drivers/gpu/drm/nouveau/nouveau_bo.h    | 50 ++-----------------------
 drivers/gpu/drm/nouveau/nouveau_chan.c  |  2 +-
 drivers/gpu/drm/nouveau/nouveau_dmem.c  |  4 +-
 drivers/gpu/drm/nouveau/nouveau_prime.c |  3 +-
 drivers/gpu/drm/nouveau/nv10_fence.c    |  2 +-
 drivers/gpu/drm/nouveau/nv17_fence.c    |  2 +-
 drivers/gpu/drm/nouveau/nv50_fence.c    |  2 +-
 drivers/gpu/drm/nouveau/nv84_fence.c    |  4 +-
 10 files changed, 46 insertions(+), 70 deletions(-)


base-commit: 99e0fb8b087120b5a7019f1cff6c5c2b5b925ae5
-- 
2.45.2


             reply	other threads:[~2025-12-13 12:41 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-18 16:58 Danilo Krummrich [this message]
2024-07-18  5:53 ` [PATCH 0/3] Nouveau fixes for TTM refcount rework Ben Skeggs
2024-07-22 21:01   ` Danilo Krummrich
2024-07-23  6:44     ` Christian König
2024-07-18 16:58 ` [PATCH 1/3] drm/nouveau: prime: fix refcount underflow Danilo Krummrich
2024-07-19  8:52   ` Christian König
2024-07-18 16:58 ` [PATCH 2/3] drm/nouveau: bo: remove unused functions Danilo Krummrich
2024-07-18 16:58 ` [PATCH 3/3] drm/nouveau: use GEM references instead of TTMs Danilo Krummrich

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=20240718165959.3983-1-dakr@kernel.org \
    --to=dakr@kernel.org \
    --cc=airlied@redhat.com \
    --cc=christian.koenig@amd.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=lyude@redhat.com \
    --cc=nouveau@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.