From: bugzilla-daemon@bugzilla.kernel.org
To: dri-devel@lists.freedesktop.org
Subject: [Bug 60659] Backlight control interface with nouveau driver for nVidia Quadro 1000m not works
Date: Tue, 06 Aug 2013 08:41:04 +0000 [thread overview]
Message-ID: <bug-60659-2300-9gVqTA07vc@https.bugzilla.kernel.org/> (raw)
In-Reply-To: <bug-60659-2300@https.bugzilla.kernel.org/>
https://bugzilla.kernel.org/show_bug.cgi?id=60659
Aaron Lu <aaron.lu@intel.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |aaron.lu@intel.com
--- Comment #8 from Aaron Lu <aaron.lu@intel.com> ---
(In reply to Ilia Mirkin from comment #7)
> In the larger sense of "are you having a problem", yes there is a bug
> somewhere.
>
> But IMO it's not in the nouveau driver. Perhaps discuss this with the person
> on the other bug who suggested there was an issue in nouveau... I'm not sure
Oh, it's me who suggests there was an issue in nouveau since I don't know
nouveau has a logic to check if ACPI video will support backlight control on
this system and then do things accordingly.
#ifdef CONFIG_ACPI
if (acpi_video_backlight_support()) {
NV_INFO(drm, "ACPI backlight interface available, "
"not registering our own\n");
return 0;
}
#endif
I'm not sure if this is correct, I think nouveau can always create backlight
interface for user to use no matter if other module do that or not. Just my
personal opinion.
--
You are receiving this mail because:
You are watching the assignee of the bug.
next prev parent reply other threads:[~2013-08-06 8:41 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-07-31 6:34 [Bug 60659] New: Backlight control interface with nouveau driver for nVidia Quadro 1000m not works bugzilla-daemon
2013-07-31 7:04 ` [Bug 60659] " bugzilla-daemon
2013-07-31 15:54 ` bugzilla-daemon
2013-07-31 16:01 ` bugzilla-daemon
2013-07-31 16:13 ` bugzilla-daemon
2013-07-31 16:40 ` bugzilla-daemon
2013-07-31 20:56 ` bugzilla-daemon
2013-07-31 21:00 ` bugzilla-daemon
2013-08-06 8:41 ` bugzilla-daemon [this message]
2013-10-29 8:49 ` bugzilla-daemon
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=bug-60659-2300-9gVqTA07vc@https.bugzilla.kernel.org/ \
--to=bugzilla-daemon@bugzilla.kernel.org \
--cc=dri-devel@lists.freedesktop.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 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.