Re: [PATCH 3/5] drm/vkms: Support multiple objects (crtcs, etc.) per card

From: Sean Paul
Date: Fri Aug 05 2022 - 14:34:34 EST


On Fri, Aug 05, 2022 at 06:27:08PM +0000, Sean Paul wrote:
> On Fri, Jul 22, 2022 at 05:32:10PM -0400, Jim Shargo wrote:
> > This is a small refactor to make ConfigFS support easier.
> >
> > We now store the vkms_device statically, and maintain a list of
> > "cards", each representing a different virtual DRM driver.
> >
> > We also make it clear when a card is "default", that is created at
> > initialization, and not. This is because, due to limitations on what we
> > can do with the configfs API, the default card won't be reflected in
> > configfs and is initialized in a unique way.
> >
> > Since we're only managing a single card, this should be a no-op.
> >
> > Signed-off-by: Jim Shargo <jshargo@xxxxxxxxxxxx>

/snip

What a mess, I replied to the wrong patch. The review here is targeting PATCH
2/5 despite the title and reply-to.