Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] display: change the priority order of intel_backlight
@ 2013-02-26  8:16 Keng-Yu Lin
  2013-03-03 17:34 ` Chris Wilson
  2013-03-03 17:34 ` Daniel Vetter
  0 siblings, 2 replies; 3+ messages in thread
From: Keng-Yu Lin @ 2013-02-26  8:16 UTC (permalink / raw)
  To: intel-gfx

make the intel_backlight interface with a higher priority
than acpi_video, as it is more likely to work.

Signed-off-by: Keng-Yu Lin <kengyu@canonical.com>
---
 src/intel_display.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/intel_display.c b/src/intel_display.c
index 5ee955e..479afb7 100644
--- a/src/intel_display.c
+++ b/src/intel_display.c
@@ -142,9 +142,9 @@ static const char *backlight_interfaces[] = {
 	"fujitsu-laptop",
 	"sony",
 	"samsung",
+	"intel_backlight",
 	"acpi_video1", /* finally fallback to the generic acpi drivers */
 	"acpi_video0",
-	"intel_backlight",
 	NULL,
 };
 /*
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-03-03 17:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-26  8:16 [PATCH] display: change the priority order of intel_backlight Keng-Yu Lin
2013-03-03 17:34 ` Chris Wilson
2013-03-03 17:34 ` Daniel Vetter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox