dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Maxime Ripard <maxime@cerno.tech>
To: Pekka Paalanen <ppaalanen@gmail.com>
Cc: "Haneen Mohammed" <hamohammed.sa@gmail.com>,
	"Alexandre Belloni" <alexandre.belloni@bootlin.com>,
	linux-doc@vger.kernel.org, "David Airlie" <airlied@linux.ie>,
	"Daniel Vetter" <daniel.vetter@ffwll.ch>,
	"Edmund Dea" <edmund.j.dea@intel.com>,
	"Alexandre Torgue" <alexandre.torgue@foss.st.com>,
	dri-devel@lists.freedesktop.org,
	"Russell King" <linux@armlinux.org.uk>,
	"Melissa Wen" <melissa.srw@gmail.com>,
	"Eric Anholt" <eric@anholt.net>,
	"Thierry Reding" <thierry.reding@gmail.com>,
	"Laurent Pinchart" <Laurent.pinchart@ideasonboard.com>,
	"Benjamin Gaignard" <benjamin.gaignard@linaro.org>,
	"Anitha Chrisanthus" <anitha.chrisanthus@intel.com>,
	"Daniel Vetter" <daniel.vetter@intel.com>,
	"Steven Price" <steven.price@arm.com>,
	"Sam Ravnborg" <sam@ravnborg.org>,
	"Jyri Sarha" <jyri.sarha@iki.fi>,
	"Jerome Brunet" <jbrunet@baylibre.com>,
	"Paul Cercueil" <paul@crapouillou.net>,
	"Marek Vasut" <marex@denx.de>,
	"Joonyoung Shim" <jy0922.shim@samsung.com>,
	"Qiang Yu" <yuq825@gmail.com>,
	"Krzysztof Kozlowski" <krzysztof.kozlowski@canonical.com>,
	"Kevin Hilman" <khilman@baylibre.com>,
	"Tomi Valkeinen" <tomba@kernel.org>,
	"Neil Armstrong" <narmstrong@baylibre.com>,
	"Alyssa Rosenzweig" <alyssa.rosenzweig@collabora.com>,
	"Xinwei Kong" <kong.kongxinwei@hisilicon.com>,
	"Jonathan Hunter" <jonathanh@nvidia.com>,
	"Xinliang Liu" <xinliang.liu@linaro.org>,
	"Ludovic Desroches" <ludovic.desroches@microchip.com>,
	"Kieran Bingham" <kieran.bingham+renesas@ideasonboard.com>,
	"VMware Graphics" <linux-graphics-maintainer@vmware.com>,
	"NXP Linux Team" <linux-imx@nxp.com>,
	"Chen Feng" <puck.chen@hisilicon.com>,
	"Liviu Dudau" <liviu.dudau@arm.com>,
	"Ben Skeggs" <bskeggs@redhat.com>,
	"Chun-Kuang Hu" <chunkuang.hu@kernel.org>,
	"Pengutronix Kernel Team" <kernel@pengutronix.de>,
	"Jonas Karlman" <jonas@kwiboo.se>,
	"Martin Blumenstingl" <martin.blumenstingl@googlemail.com>,
	"Roland Scheidegger" <sroland@vmware.com>,
	"Sascha Hauer" <s.hauer@pengutronix.de>,
	"Alison Wang" <alison.wang@nxp.com>,
	"Andrzej Hajda" <a.hajda@samsung.com>,
	"Hans de Goede" <hdegoede@redhat.com>,
	"Rodrigo Vivi" <rodrigo.vivi@intel.com>,
	"Matthias Brugger" <matthias.bgg@gmail.com>,
	"Nicolas Ferre" <nicolas.ferre@microchip.com>,
	"Chen-Yu Tsai" <wens@csie.org>, "Sean Paul" <sean@poorly.run>,
	"Maxime Coquelin" <mcoquelin.stm32@gmail.com>,
	"Jernej Skrabec" <jernej.skrabec@siol.net>,
	"Pekka Paalanen" <pekka.paalanen@collabora.com>,
	"Rodrigo Siqueira" <rodrigosiqueiramelo@gmail.com>,
	"Hyun Kwon" <hyun.kwon@xilinx.com>,
	"Boris Brezillon" <bbrezillon@kernel.org>,
	"Andrew Jeffery" <andrew@aj.id.au>,
	"Huang Rui" <ray.huang@amd.com>,
	"Yannick Fertre" <yannick.fertre@foss.st.com>,
	"Jonathan Corbet" <corbet@lwn.net>,
	"Seung-Woo Kim" <sw0312.kim@samsung.com>,
	"Sandy Huang" <hjc@rock-chips.com>,
	"Robert Foss" <robert.foss@linaro.org>,
	"Joel Stanley" <joel@jms.id.au>,
	"Tomeu Vizoso" <tomeu.vizoso@collabora.com>,
	"Kyungmin Park" <kyungmin.park@samsung.com>,
	"Noralf Trønnes" <noralf@tronnes.org>,
	"Philippe Cornu" <philippe.cornu@foss.st.com>,
	"Thomas Zimmermann" <tzimmermann@suse.de>,
	"Alex Deucher" <alexander.deucher@amd.com>,
	"Tian Tao" <tiantao6@hisilicon.com>,
	"Oleksandr Andrushchenko" <oleksandr_andrushchenko@epam.com>,
	"Shawn Guo" <shawnguo@kernel.org>,
	"Christian König" <christian.koenig@amd.com>,
	"Gerd Hoffmann" <kraxel@redhat.com>
Subject: Re: [PATCH v4] Documentation: gpu: Mention the requirements for new properties
Date: Tue, 6 Jul 2021 18:42:41 +0200	[thread overview]
Message-ID: <20210706164241.ghd56546murmwnit@gilmour> (raw)
In-Reply-To: <20210706123723.6194abc5@eldfell>

[-- Attachment #1: Type: text/plain, Size: 4610 bytes --]

On Tue, Jul 06, 2021 at 12:37:23PM +0300, Pekka Paalanen wrote:
> > > > +- It must provide a generic helper in the core code to register that
> > > > +  property on the object it attaches to.
> > > > +
> > > > +- Its content must be decoded by the core and provided in the object's
> > > > +  associated state structure. That includes anything drivers might want to
> > > > +  precompute, like :c:type:`struct drm_clip_rect <drm_clip_rect>` for planes.
> > > > +
> > > > +- An IGT test must be submitted where reasonable.  
> > > 
> > > Would it be too much to replace "where reasonable" with "if it is at
> > > all possible to write a test."?
> > >   
> > > > +  
> > > 
> > > How about adding the following somewhere?
> > > 
> > > - The initial state of the property (set during driver initialization)
> > >   must match how the driver+hardware behaved before introducing this
> > >   property. It may be some fixed value or it may be inherited from e.g.
> > >   the firmware that booted the system. How the initial state is
> > >   determined must also be documented, that is, where does it come from.
> > > 
> > > The initial state must not be called "default", because I want to
> > > reserve the term default for something else if possible: the phrase
> > > "reset everything to defaults", which is a whole another discussion.  
> > 
> > I've taken into account your previous comments, thanks
> > 
> > > How about also saying that fbcon/fbdev must set this property when
> > > taking over? That sounds to be like a common omission leading to funky
> > > KMS state in fbcon. The value fbdev sets it to only needs to make
> > > sense to fbdev, and it does not need to be ~~the initial value~~ nor the
> > > default value. Or are we hoping to kill fbcon in favor of a userspace
> > > kmscon soon? ;-)
> > > 
> > > Ooh, maybe the KMS property documentation should also say what value
> > > fbdev will set the property to. That's kind of UABI, because userspace
> > > probably implicitly relies on it in many cases. ...which means fbdev
> > > should set the property to its initial value, otherwise userspace will
> > > break.  
> > 
> > I'm not sure about this one: fbdev and fbcon are still optional features
> > of the kernel and can be disabled at the user discretion. Having any
> > part of the user-space rely on the fbdev behavior seems a bit broken,
> > especially when we have a mechanism to retrieve the state when the
> > application starts.
> 
> yes, exactly that is why fbdev/fbcon should reset the properties to
> their initial values. You would not want userspace inheriting a
> different KMS state with vs. without fbcon when it starts.

I'm not sure I'm following you when fbdev/fbcon should reset these
properties. When a master takes over?

If we consider fbdev as any KMS client, isn't it a fundamental change
with how it's currently done? I haven't seen anywhere that a compositor
(or any client for that matter) should put the KMS device in the same
state that it started it with. In case of a crash it would be fairly
difficult to achieve.

> Retrieving the current KMS state is useless if the current KMS state is
> somehow wonky and the application does not understand that specific KMS
> property that is wonky. It cannot set the property to any value other
> than it already had without user intervention.

Yeah, that's true. But the same could be said if you switch from one
client to the other for example, at the moment there's no guarantee that
the first one didn't change a property to a value you don't expect in
the second. Unless we manage to tie that somehow to a first open of the
device?

> I'd say fbcon causing all KMS state to be reset is a quality of life
> thing. It's possible to live without by rebooting, but it would
> certainly make at least developers' and testers' life easier until we
> get the real "reset KMS" knob (which fbcon could then use too).
> 
> Besides, even if it is broken for userspace to rely on the KMS state
> set by fbcon/fbdev, userspace is already doing that and not on purpose
> because new KMS properties get added in the kernel. I would bet that
> there is not a single userspace program that would actually set all KMS
> properties that drivers might expose. So they are depending on
> inherited KMS state, which could be left by driver initialization, by
> fbdev/fbcon, or by any other userspace.
> 
> But yeah, this idea is something new, so don't let this discussion
> delay landing the docs.

Ack, I've sent a new version

Thanks!
Maxime

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

  reply	other threads:[~2021-07-06 16:42 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-16 14:38 [PATCH v4] Documentation: gpu: Mention the requirements for new properties Maxime Ripard
2021-06-17  8:20 ` Pekka Paalanen
2021-07-06  8:52   ` Maxime Ripard
2021-07-06  9:37     ` Pekka Paalanen
2021-07-06 16:42       ` Maxime Ripard [this message]
2021-07-07  7:40         ` Pekka Paalanen
2021-06-17 15:38 ` Philippe CORNU
2021-06-17 19:07   ` Daniel Vetter

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=20210706164241.ghd56546murmwnit@gilmour \
    --to=maxime@cerno.tech \
    --cc=Laurent.pinchart@ideasonboard.com \
    --cc=a.hajda@samsung.com \
    --cc=airlied@linux.ie \
    --cc=alexander.deucher@amd.com \
    --cc=alexandre.belloni@bootlin.com \
    --cc=alexandre.torgue@foss.st.com \
    --cc=alison.wang@nxp.com \
    --cc=alyssa.rosenzweig@collabora.com \
    --cc=andrew@aj.id.au \
    --cc=anitha.chrisanthus@intel.com \
    --cc=bbrezillon@kernel.org \
    --cc=benjamin.gaignard@linaro.org \
    --cc=bskeggs@redhat.com \
    --cc=christian.koenig@amd.com \
    --cc=chunkuang.hu@kernel.org \
    --cc=corbet@lwn.net \
    --cc=daniel.vetter@ffwll.ch \
    --cc=daniel.vetter@intel.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=edmund.j.dea@intel.com \
    --cc=eric@anholt.net \
    --cc=hamohammed.sa@gmail.com \
    --cc=hdegoede@redhat.com \
    --cc=hjc@rock-chips.com \
    --cc=hyun.kwon@xilinx.com \
    --cc=jbrunet@baylibre.com \
    --cc=jernej.skrabec@siol.net \
    --cc=joel@jms.id.au \
    --cc=jonas@kwiboo.se \
    --cc=jonathanh@nvidia.com \
    --cc=jy0922.shim@samsung.com \
    --cc=jyri.sarha@iki.fi \
    --cc=kernel@pengutronix.de \
    --cc=khilman@baylibre.com \
    --cc=kieran.bingham+renesas@ideasonboard.com \
    --cc=kong.kongxinwei@hisilicon.com \
    --cc=kraxel@redhat.com \
    --cc=krzysztof.kozlowski@canonical.com \
    --cc=kyungmin.park@samsung.com \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-graphics-maintainer@vmware.com \
    --cc=linux-imx@nxp.com \
    --cc=linux@armlinux.org.uk \
    --cc=liviu.dudau@arm.com \
    --cc=ludovic.desroches@microchip.com \
    --cc=marex@denx.de \
    --cc=martin.blumenstingl@googlemail.com \
    --cc=matthias.bgg@gmail.com \
    --cc=mcoquelin.stm32@gmail.com \
    --cc=melissa.srw@gmail.com \
    --cc=narmstrong@baylibre.com \
    --cc=nicolas.ferre@microchip.com \
    --cc=noralf@tronnes.org \
    --cc=oleksandr_andrushchenko@epam.com \
    --cc=paul@crapouillou.net \
    --cc=pekka.paalanen@collabora.com \
    --cc=philippe.cornu@foss.st.com \
    --cc=ppaalanen@gmail.com \
    --cc=puck.chen@hisilicon.com \
    --cc=ray.huang@amd.com \
    --cc=robert.foss@linaro.org \
    --cc=rodrigo.vivi@intel.com \
    --cc=rodrigosiqueiramelo@gmail.com \
    --cc=s.hauer@pengutronix.de \
    --cc=sam@ravnborg.org \
    --cc=sean@poorly.run \
    --cc=shawnguo@kernel.org \
    --cc=sroland@vmware.com \
    --cc=steven.price@arm.com \
    --cc=sw0312.kim@samsung.com \
    --cc=thierry.reding@gmail.com \
    --cc=tiantao6@hisilicon.com \
    --cc=tomba@kernel.org \
    --cc=tomeu.vizoso@collabora.com \
    --cc=tzimmermann@suse.de \
    --cc=wens@csie.org \
    --cc=xinliang.liu@linaro.org \
    --cc=yannick.fertre@foss.st.com \
    --cc=yuq825@gmail.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