From: "Ville Syrjälä" <ville.syrjala@linux.intel.com>
To: Ondrej Zary <linux@rainbow-software.org>
Cc: intel-gfx@lists.freedesktop.org, Rodrigo Vivi <rodrigo.vivi@intel.com>
Subject: Re: [PATCH] drm/i915: Disable LVDS on Radiant P845
Date: Fri, 18 May 2018 17:27:41 +0300 [thread overview]
Message-ID: <20180518142741.GC23723@intel.com> (raw)
In-Reply-To: <20180309222204.4771-1-linux@rainbow-software.org>
On Fri, Mar 09, 2018 at 11:22:04PM +0100, Ondrej Zary wrote:
> Radiant P845 does not have LVDS, only VGA.
>
> Signed-off-by: Ondrej Zary <linux@rainbow-software.org>
Since we failed with the VBT approach I've gone and pushed this
as is to dinq (with cc:stable and the bugzilla link added).
Thanks for the patch.
> ---
> drivers/gpu/drm/i915/intel_lvds.c | 8 ++++++++
> 1 file changed, 8 insertions(+)
>
> diff --git a/drivers/gpu/drm/i915/intel_lvds.c b/drivers/gpu/drm/i915/intel_lvds.c
> index ef80499113ee..6939e63d8bae 100644
> --- a/drivers/gpu/drm/i915/intel_lvds.c
> +++ b/drivers/gpu/drm/i915/intel_lvds.c
> @@ -819,6 +819,14 @@ static const struct dmi_system_id intel_no_lvds[] = {
> DMI_EXACT_MATCH(DMI_BOARD_NAME, "D525MW"),
> },
> },
> + {
> + .callback = intel_no_lvds_dmi_callback,
> + .ident = "Radiant P845",
> + .matches = {
> + DMI_MATCH(DMI_SYS_VENDOR, "Radiant Systems Inc"),
> + DMI_MATCH(DMI_PRODUCT_NAME, "P845"),
> + },
> + },
>
> { } /* terminating entry */
> };
> --
> Ondrej Zary
>
> _______________________________________________
> Intel-gfx mailing list
> Intel-gfx@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/intel-gfx
--
Ville Syrjälä
Intel
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
prev parent reply other threads:[~2018-05-18 14:27 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-03-09 22:22 [PATCH] drm/i915: Disable LVDS on Radiant P845 Ondrej Zary
2018-03-09 23:12 ` ✓ Fi.CI.BAT: success for " Patchwork
2018-03-10 6:46 ` ✓ Fi.CI.IGT: " Patchwork
2018-03-12 7:25 ` [PATCH] " Jani Nikula
2018-04-10 16:27 ` Ondrej Zary
2018-05-18 14:27 ` Ville Syrjälä [this message]
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=20180518142741.GC23723@intel.com \
--to=ville.syrjala@linux.intel.com \
--cc=intel-gfx@lists.freedesktop.org \
--cc=linux@rainbow-software.org \
--cc=rodrigo.vivi@intel.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.