[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20181206142139.afd75c6nmjsbx2m4@sirius.home.kraxel.org>
Date: Thu, 6 Dec 2018 15:21:39 +0100
From: Gerd Hoffmann <kraxel@...hat.com>
To: Frediano Ziglio <fziglio@...hat.com>
Cc: dri-devel@...ts.freedesktop.org, David Airlie <airlied@...hat.com>,
David Airlie <airlied@...ux.ie>,
"open list:DRM DRIVER FOR QXL VIRTUAL GPU"
<spice-devel@...ts.freedesktop.org>,
open list <linux-kernel@...r.kernel.org>,
"open list:DRM DRIVER FOR QXL VIRTUAL GPU"
<virtualization@...ts.linux-foundation.org>
Subject: Re: [Spice-devel] [PATCH] drm/qxl: use qxl_num_crtc directly
> > qdev->monitors_config->max_allowed is effectively set by a module
> > parameter. So using the module parameter variable qxl_num_crtc
> > directly is better IMO. The kernel doesn't need to dereference pointers
> > each time it needs the value, and when reading the code you don't have
> > to trace where and why qdev->monitors_config->max_allowed is set.
>
> That should go to the commit message!
> With that the patch is fine for me.
ok, I'll improve the message.
> Maybe there's no much point on reusing the same structure used
> inside QXLRom/QXLRam but this is OT for this patch.
It's part of the qxl device ABI, the same structure is used for both
host->guest (config hint from spice-client) and guest->host (actual
configuration).
cheers,
Gerd
Powered by blists - more mailing lists