dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Zack Rusin <zackr@vmware.com>
To: "dri-devel@lists.freedesktop.org"
	<dri-devel@lists.freedesktop.org>,
	"christian.koenig@amd.com" <christian.koenig@amd.com>,
	"thomas.hellstrom@linux.intel.com"
	<thomas.hellstrom@linux.intel.com>
Subject: Re: [PATCH 0/5] drm/vmwgfx: Support module unload and hotunplug
Date: Tue, 12 Oct 2021 17:34:50 +0000	[thread overview]
Message-ID: <cbfa8b5a879975e45d490b009d17e5b229cf3de4.camel@vmware.com> (raw)
In-Reply-To: <02f01e6df6c1a55e7444926d06cc0239001bfd91.camel@linux.intel.com>

On Tue, 2021-10-12 at 11:10 +0200, Thomas Hellström wrote:
> On Tue, 2021-10-12 at 10:27 +0200, Christian König wrote:
> > Am 11.10.21 um 14:04 schrieb Thomas Hellström:
> > 
> > > > 
> 
> > > So now if this is going to be changed, I think we need to
> > > understand
> > > why and think this through really thoroughly:
> > > 
> > > * What is not working and why (the teardown seems to be a trivial
> > > fix).
> > > * How did we end up here,
> > > * What's the cost of fixing that up compared to refactoring the
> > > drivers
> > > that rely on bindable system memory,
> > > * What's the justification of a system type at all if it's not
> > > GPU-
> > > bindable, meaning it's basically equivalent to swapped-out shmem
> > > with
> > > the exception that it's mappable?
> > 
> > Well, once more that isn't correct. This is nothing new and as far
> > as
> > I 
> > know that behavior existing as long as TTM existed.
> 
> I'm not sure whats incorrect? I'm trying to explain what the initial
> design was, and it may of course have been bad and the one you
> propose
> a better one and if required we certainly need to fix i915 to align
> with a new one.
> 
> What worries me though, that if you perceive the design differently
> and
> change things in TTM according to that perception that breaks drivers
> that rely on the initial design and then force drivers to change
> claiming they are incorrect without a thorough discussion on dri-
> devel,
> that's IMHO not good.

We should probably do that in a seperate thread so that this,
fundametally important, discussion is easier to find and reference in
the future. It looks like we're settling on a decision here so I'd
appreciate an Acked-by for the patch 4/5 just so it doesn't look like I
was making things up to someone looking at git history in the future.

It seems that in general TTM was designed to be able to handle an
amazing number of special/corner cases at a cost of complexity which
meant that over the years very few people understood it and the code
handling those cases sometimes broke. It sounds like Christian is now
trying to reign it in and make the code a lot more focused.

Working on other OS'es for the last few years, certainly made me
appreciate simple frameworks that move complexity towards drivers that
actually need them, e.g. it's of course anecdotal but I found wddm gpu
virtual addressing models (iommu/gpummu) a lot easier to grok.

On the flip side that does mean that vmwgfx and i915 need to redo some
code. For vmwgfx it's probably a net positive anyway as we've been
using TTM for, what is really nowadays, an integrated GPU so maybe it's
time for us to think about transition to gem.

z


  reply	other threads:[~2021-10-12 17:34 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-08 17:31 [PATCH 0/5] drm/vmwgfx: Support module unload and hotunplug Zack Rusin
2021-10-08 17:31 ` [PATCH 1/5] drm/vmwgfx: Remove the deprecated lower mem limit Zack Rusin
2021-10-08 17:31 ` [PATCH 2/5] drm/vmwgfx: Release ttm memory if probe fails Zack Rusin
2021-10-08 17:31 ` [PATCH 3/5] drm/vmwgfx: Fail to initialize on broken configs Zack Rusin
2021-10-08 17:31 ` [PATCH 4/5] drm/vmwgfx: Introduce a new placement for MOB page tables Zack Rusin
2021-10-12 18:57   ` Thomas Hellström
2021-10-13  4:09     ` Zack Rusin
2021-10-08 17:31 ` [PATCH 5/5] drm/vmwgfx: Switch the internal BO's to ttm_bo_type_kernel Zack Rusin
2021-10-08 20:28 ` [PATCH 0/5] drm/vmwgfx: Support module unload and hotunplug Thomas Hellström
2021-10-08 20:40   ` Zack Rusin
2021-10-08 21:13     ` Thomas Hellström
2021-10-11  8:17       ` Christian König
2021-10-11 12:04         ` Thomas Hellström
2021-10-12  8:27           ` Christian König
2021-10-12  9:10             ` Thomas Hellström
2021-10-12 17:34               ` Zack Rusin [this message]
2021-10-13 12:50                 ` Daniel Vetter
2021-10-13 14:56                   ` Zack Rusin

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=cbfa8b5a879975e45d490b009d17e5b229cf3de4.camel@vmware.com \
    --to=zackr@vmware.com \
    --cc=christian.koenig@amd.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=thomas.hellstrom@linux.intel.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