All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jani Nikula <jani.nikula@linux.intel.com>
To: Ondrej Zary <linux@rainbow-software.org>,
	intel-gfx@lists.freedesktop.org
Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
Subject: Re: [PATCH] drm/i915: Disable LVDS on Radiant P845
Date: Mon, 12 Mar 2018 09:25:34 +0200	[thread overview]
Message-ID: <87ina1sqkx.fsf@intel.com> (raw)
In-Reply-To: <20180309222204.4771-1-linux@rainbow-software.org>

On Fri, 09 Mar 2018, Ondrej Zary <linux@rainbow-software.org> wrote:
> Radiant P845 does not have LVDS, only VGA.

Hi, thanks for the patch. Would you mind filing a bug at [1], stating
the issue here, and attaching dmesg from boot with drm.debug=14 set, as
well as /sys/kernel/debug/dri/0/i915_vbt. I'd just like to have a bit
more background info to look at before pushing that patch. And then we
can reference the bug for posterity.

Thanks,
Jani.


[1] https://bugs.freedesktop.org/enter_bug.cgi?product=DRI&component=DRM/Intel



>
> Signed-off-by: Ondrej Zary <linux@rainbow-software.org>
> ---
>  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 */
>  };

-- 
Jani Nikula, Intel Open Source Technology Center
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

  parent reply	other threads:[~2018-03-12  7:25 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 ` Jani Nikula [this message]
2018-04-10 16:27   ` [PATCH] " Ondrej Zary
2018-05-18 14:27 ` 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=87ina1sqkx.fsf@intel.com \
    --to=jani.nikula@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.