From: "Keith Packard" <keithp@keithp.com>
To: Jason Ekstrand <jason@jlekstrand.net>
Cc: ML mesa-dev <mesa-dev@lists.freedesktop.org>,
Maling list - DRI developers <dri-devel@lists.freedesktop.org>
Subject: Re: [Mesa-dev] [PATCH] wsi_common_display: Deal with vscan values
Date: Tue, 19 Jun 2018 13:56:58 -0700 [thread overview]
Message-ID: <871sd2sdet.fsf@keithp.com> (raw)
In-Reply-To: <CAOFGe95z9y6b20G5SN1zpM0BQrek3VgvidbWEqwhRDZYn9MG_Q@mail.gmail.com>
[-- Attachment #1.1: Type: text/plain, Size: 1460 bytes --]
Jason Ekstrand <jason@jlekstrand.net> writes:
> 1) We weren't setting planeReorderPossible at all and we were using 0
> instead of VK_FALSE (they're the same but we should use the enum) for
> persistentContent
> 2) We weren't advertising disconnected connectors via
> GetPhysicalDeviceDisplayProperties but were returning them from
> GetPhysicalDeviceDisplayPlaneProperties.
> 3) We weren't setting result if the condition variable failed to
> initialize (thanks GCC!)
>
> There is one outstanding issue that the CTS is complaining about, namely
> that you can't create modes. It tests that mode creation fails for a mode
> with a zero width, height, or refresh rate and that's all fine. It then
> tries to re-create one of the modes that we've returned to it in
> GetDisplayModeProperties and assumes that it will work. We should probably
> at least make sure that works by walking the list and looking for a mode
> that matches the requested one and returning it. I don't think anything
> actually requires us to return a unique pointer so it can be a search
> instead of a create.
And that seems to at least make CTS happy. I've merged your fixes into
the first patch, added support for vkCreateDisplayModeKHR, rebased to
master and pushed the results to my repository.
It looks like we're done here but I'll wait until I hear from you before
pushing to master in case you've got additional concerns.
--
-keith
[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]
[-- Attachment #2: Type: text/plain, Size: 160 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
next prev parent reply other threads:[~2018-06-19 20:56 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-06-15 0:57 [PATCH] wsi_common_display: Deal with vscan values Keith Packard
2018-06-15 1:00 ` [Mesa-dev] " Jason Ekstrand
2018-06-15 1:37 ` Keith Packard
2018-06-15 6:43 ` Jason Ekstrand
2018-06-19 20:56 ` Keith Packard [this message]
2018-06-19 21:16 ` [Mesa-dev] " Jason Ekstrand
2018-06-19 21:33 ` Keith Packard
2018-06-15 12:16 ` Ville Syrjälä
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=871sd2sdet.fsf@keithp.com \
--to=keithp@keithp.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=jason@jlekstrand.net \
--cc=mesa-dev@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.