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

Hello,
any news about this patch? The bug is rotting here:
https://bugs.freedesktop.org/show_bug.cgi?id=105468

On Monday 12 March 2018 08:25:34 Jani Nikula wrote:
> 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 */
> >  };


-- 
Ondrej Zary
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

  reply	other threads:[~2018-04-10 16: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 [this message]
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=201804101827.00677.linux@rainbow-software.org \
    --to=linux@rainbow-software.org \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=jani.nikula@linux.intel.com \
    --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.