From: Jani Nikula <jani.nikula@linux.intel.com>
To: Philipp Zabel <philipp.zabel@gmail.com>, dri-devel@lists.freedesktop.org
Cc: David Airlie <airlied@linux.ie>
Subject: Re: [PATCH 1/3] drm/edid: quirk Oculus Rift headsets as non-desktop
Date: Tue, 20 Feb 2018 13:56:55 +0200 [thread overview]
Message-ID: <87eflf3md4.fsf@intel.com> (raw)
In-Reply-To: <20180219175938.20713-1-philipp.zabel@gmail.com>
On Mon, 19 Feb 2018, Philipp Zabel <philipp.zabel@gmail.com> wrote:
> This uses the EDID info from Oculus Rift DK1 (OVR-0001), DK2 (OVR-0003),
> and CV1 (OVR-0004) to mark them as non-desktop.
Not that I know anything about this stuff, but should this series be cc:
stable?
BR,
Jani.
> Signed-off-by: Philipp Zabel <philipp.zabel@gmail.com>
> ---
> drivers/gpu/drm/drm_edid.c | 5 +++++
> 1 file changed, 5 insertions(+)
>
> diff --git a/drivers/gpu/drm/drm_edid.c b/drivers/gpu/drm/drm_edid.c
> index b1cb2627548f..15cae50f66ba 100644
> --- a/drivers/gpu/drm/drm_edid.c
> +++ b/drivers/gpu/drm/drm_edid.c
> @@ -162,6 +162,11 @@ static const struct edid_quirk {
>
> /* HTC Vive VR Headset */
> { "HVR", 0xaa01, EDID_QUIRK_NON_DESKTOP },
> +
> + /* Oculus Rift DK1, DK2, and CV1 VR Headsets */
> + { "OVR", 0x0001, EDID_QUIRK_NON_DESKTOP },
> + { "OVR", 0x0003, EDID_QUIRK_NON_DESKTOP },
> + { "OVR", 0x0004, EDID_QUIRK_NON_DESKTOP },
> };
>
> /*
--
Jani Nikula, Intel Open Source Technology Center
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
next prev parent reply other threads:[~2018-02-20 11:57 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-02-19 17:59 [PATCH 1/3] drm/edid: quirk Oculus Rift headsets as non-desktop Philipp Zabel
2018-02-19 17:59 ` [PATCH 2/3] drm/edid: quirk Windows Mixed Reality " Philipp Zabel
2018-02-19 17:59 ` [PATCH 3/3] drm/edid: quirk Sony PlayStation VR headset " Philipp Zabel
2018-02-20 11:56 ` Jani Nikula [this message]
2018-02-20 17:58 ` [PATCH 1/3] drm/edid: quirk Oculus Rift headsets " Philipp Zabel
2018-02-20 22:12 ` Keith Packard
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=87eflf3md4.fsf@intel.com \
--to=jani.nikula@linux.intel.com \
--cc=airlied@linux.ie \
--cc=dri-devel@lists.freedesktop.org \
--cc=philipp.zabel@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 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.