From: Jani Nikula <jani.nikula@intel.com>
To: Alexander van Heukelum <heukelum@fastmail.fm>,
Daniel Vetter <daniel.vetter@ffwll.ch>,
David Airlie <airlied@linux.ie>, Ben Widawsky <ben@bwidawsk.net>
Cc: Alexander van Heukelum <heukelum@fastmail.fm>,
intel-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org,
linux-kernel@vger.kernel.org, Dylan Borg <borgdylan@hotmail.com>
Subject: Re: [PATCH] Revert "drm/i915: assume all GM45 Acer laptops use inverted backlight PWM"
Date: Mon, 30 Dec 2013 12:09:47 +0200 [thread overview]
Message-ID: <87txdqk5uc.fsf@intel.com> (raw)
In-Reply-To: <1388260839-3873-2-git-send-email-heukelum@fastmail.fm>
Ben, please pick this up for -fixes during Daniel's absense.
BR,
Jani.
On Sat, 28 Dec 2013, Alexander van Heukelum <heukelum@fastmail.fm> wrote:
> My Acer 8510TZ stops displaying anything when X starts with Linus' current
> tree. I bisected it down to commit ee1452d74584.
>
> This patch reverts commit ee1452d74584.
commit ee1452d7458451a7508e0663553ce88d63958157
Author: Jani Nikula <jani.nikula@intel.com>
Date: Fri Sep 20 15:05:30 2013 +0300
drm/i915: assume all GM45 Acer laptops use inverted backlight PWM
> After the revert, everything works as before.
Also
Reported-by: Dylan Borg <borgdylan@hotmail.com>
for Acer Extensa 5635Z.
> Signed-off-by: Alexander van Heukelum <heukelum@fastmail.fm>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
>
> ---
> drivers/gpu/drm/i915/intel_display.c | 19 ++++++++++++++-----
> 1 file changed, 14 insertions(+), 5 deletions(-)
>
> diff --git a/drivers/gpu/drm/i915/intel_display.c b/drivers/gpu/drm/i915/intel_display.c
> index 54e82a8..769b864 100644
> --- a/drivers/gpu/drm/i915/intel_display.c
> +++ b/drivers/gpu/drm/i915/intel_display.c
> @@ -10541,11 +10541,20 @@ static struct intel_quirk intel_quirks[] = {
> /* Sony Vaio Y cannot use SSC on LVDS */
> { 0x0046, 0x104d, 0x9076, quirk_ssc_force_disable },
>
> - /*
> - * All GM45 Acer (and its brands eMachines and Packard Bell) laptops
> - * seem to use inverted backlight PWM.
> - */
> - { 0x2a42, 0x1025, PCI_ANY_ID, quirk_invert_brightness },
> + /* Acer Aspire 5734Z must invert backlight brightness */
> + { 0x2a42, 0x1025, 0x0459, quirk_invert_brightness },
> +
> + /* Acer/eMachines G725 */
> + { 0x2a42, 0x1025, 0x0210, quirk_invert_brightness },
> +
> + /* Acer/eMachines e725 */
> + { 0x2a42, 0x1025, 0x0212, quirk_invert_brightness },
> +
> + /* Acer/Packard Bell NCL20 */
> + { 0x2a42, 0x1025, 0x034b, quirk_invert_brightness },
> +
> + /* Acer Aspire 4736Z */
> + { 0x2a42, 0x1025, 0x0260, quirk_invert_brightness },
>
> /* Dell XPS13 HD Sandy Bridge */
> { 0x0116, 0x1028, 0x052e, quirk_no_pcm_pwm_enable },
> --
> 1.8.3.2
>
--
Jani Nikula, Intel Open Source Technology Center
prev parent reply other threads:[~2013-12-30 10:07 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-12-28 20:00 [PATCH] Revert "drm/i915: assume all GM45 Acer laptops use inverted backlight PWM" Alexander van Heukelum
2013-12-28 20:00 ` Alexander van Heukelum
2013-12-30 10:09 ` Jani Nikula [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=87txdqk5uc.fsf@intel.com \
--to=jani.nikula@intel.com \
--cc=airlied@linux.ie \
--cc=ben@bwidawsk.net \
--cc=borgdylan@hotmail.com \
--cc=daniel.vetter@ffwll.ch \
--cc=dri-devel@lists.freedesktop.org \
--cc=heukelum@fastmail.fm \
--cc=intel-gfx@lists.freedesktop.org \
--cc=linux-kernel@vger.kernel.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox