From: Robert Foss <robert.foss@collabora.com>
To: daniel.vetter@ffwll.ch, daniel.stone@collabora.com,
marius.c.vlad@intel.com, tomeu.vizoso@collabora.com,
chris@chris-wilson.co.uk
Cc: intel-gfx@lists.freedesktop.org
Subject: Re: [PACTH i-g-t] lib/igt_kms: Fix different order of properties and their name strings
Date: Mon, 11 Jul 2016 15:54:12 -0400 [thread overview]
Message-ID: <5783F964.5050307@collabora.com> (raw)
In-Reply-To: <1467199372-19405-1-git-send-email-robert.foss@collabora.com>
This is a reminder of this series.
On 2016-06-29 07:22 AM, robert.foss@collabora.com wrote:
> From: Robert Foss <robert.foss@collabora.com>
>
> igt_crtc_prop_names and igt_atomic_crtc_properties have different orders of
> properties, which is fixed in this patch.
>
> Signed-off-by: Robert Foss <robert.foss@collabora.com>
> ---
> lib/igt_kms.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/lib/igt_kms.c b/lib/igt_kms.c
> index af72b90..dd4eb84 100644
> --- a/lib/igt_kms.c
> +++ b/lib/igt_kms.c
> @@ -164,8 +164,8 @@ static const char *igt_plane_prop_names[IGT_NUM_PLANE_PROPS] = {
>
> static const char *igt_crtc_prop_names[IGT_NUM_CRTC_PROPS] = {
> "background_color",
> - "DEGAMMA_LUT",
> "CTM",
> + "DEGAMMA_LUT",
> "GAMMA_LUT",
> };
>
>
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
next prev parent reply other threads:[~2016-07-11 19:54 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-29 11:22 [PACTH i-g-t] lib/igt_kms: Fix different order of properties and their name strings robert.foss
2016-07-11 19:54 ` Robert Foss [this message]
2016-07-14 11:15 ` Marius Vlad
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=5783F964.5050307@collabora.com \
--to=robert.foss@collabora.com \
--cc=chris@chris-wilson.co.uk \
--cc=daniel.stone@collabora.com \
--cc=daniel.vetter@ffwll.ch \
--cc=intel-gfx@lists.freedesktop.org \
--cc=marius.c.vlad@intel.com \
--cc=tomeu.vizoso@collabora.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 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.