All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jani Nikula <jani.nikula@intel.com>
To: Scot Doyle <lkml14@scotdoyle.com>, intel-gfx@lists.freedesktop.org
Subject: Re: [PATCH 3/5] Dell 11 Chromebook has a controllable	backlight
Date: Sat, 28 Jun 2014 16:49:38 +0300	[thread overview]
Message-ID: <87a98xjg99.fsf@intel.com> (raw)
In-Reply-To: <alpine.DEB.2.02.1406271746180.6382@scotdoyle.com>

On Fri, 27 Jun 2014, Scot Doyle <lkml14@scotdoyle.com> wrote:
> The Dell 11 Chromebook laptop has a controllable backlight although its 
> VBT reports otherwise.
>
> Signed-off-by: Scot Doyle <lkml14@scotdoyle.com>
> CC: Jani Nikula <jani.nikula@intel.com>

Tested-bys on patches 3-4 would be awesome.

BR,
Jani.


> ---
> diff --git a/drivers/gpu/drm/i915/intel_display.c b/drivers/gpu/drm/i915/intel_display.c
> index 2855d29..2ac699b 100644
> --- a/drivers/gpu/drm/i915/intel_display.c
> +++ b/drivers/gpu/drm/i915/intel_display.c
> @@ -12369,6 +12369,9 @@ static struct intel_quirk intel_quirks[] = {
>
>   	/* Acer C720 Chromebook has a controllable backlight */
>   	{ 0x0a06, 0x1025, 0x0a11, quirk_backlight_present },
> +
> +	/* Dell 11 Chromebook */
> +	{ 0x0a06, 0x1028, 0x0a35, quirk_backlight_present },
>   };
>
>   static void intel_init_quirks(struct drm_device *dev)
> _______________________________________________
> Intel-gfx mailing list
> Intel-gfx@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/intel-gfx

-- 
Jani Nikula, Intel Open Source Technology Center

  reply	other threads:[~2014-06-28 13:49 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-27 16:38 [PATCH 0/5] drm/i915: Fix backlight regression caused by misconfigured VBT Scot Doyle
2014-06-27 16:42 ` [PATCH 1/5] quirk asserts controllable backlight presence, overriding VBT Scot Doyle
2014-06-28 13:52   ` Jani Nikula
2014-06-27 16:45 ` [PATCH 2/5] Acer C720 has a controllable backlight Scot Doyle
2014-06-27 16:50 ` [PATCH 3/5] Dell 11 Chromebook " Scot Doyle
2014-06-28 13:49   ` Jani Nikula [this message]
2014-06-27 16:53 ` [PATCH 4/5] HP 14 " Scot Doyle
2014-06-27 16:56 ` [PATCH 5/5] Toshiba CB35 " Scot Doyle
2014-06-28 13:54 ` [PATCH 0/5] drm/i915: Fix backlight regression caused by misconfigured VBT Jani Nikula
2014-06-30 15:53 ` [PATCH v2 0/3] drm/i915: fix " Scot Doyle
2014-06-30 15:55   ` [PATCH v2 1/3] drm/i915: quirk asserts controllable backlight presence, overriding VBT Scot Doyle
2014-06-30 15:59   ` [PATCH v2 2/3] drm/i915: Acer C720 and C720P have controllable backlights Scot Doyle
2014-06-30 16:02   ` [PATCH v2 3/3] drm/i915: Toshiba CB35 has a controllable backlight Scot Doyle
2014-07-03 23:27   ` [PATCH v3 0/3] drm/i915: fix backlight regression caused by misconfigured VBT Scot Doyle
2014-07-03 23:27     ` [PATCH v3 1/3] drm/i915: quirk asserts controllable backlight presence, overriding VBT Scot Doyle
2014-07-03 23:27     ` [PATCH v3 2/3] drm/i915: Acer C720 and C720P have controllable backlights Scot Doyle
2014-07-03 23:27     ` [PATCH v3 3/3] drm/i915: Toshiba CB35 has a controllable backlight Scot Doyle
2014-07-04 12:17     ` [PATCH v3 0/3] drm/i915: fix backlight regression caused by misconfigured VBT Jani Nikula

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=87a98xjg99.fsf@intel.com \
    --to=jani.nikula@intel.com \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=lkml14@scotdoyle.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.