[PATCH] Add Intel GMA500(Poulsbo) Stub Driver

2010-11-12 Thread Zhang Rui
Hi, Lee, there are several regressions caused by this patch, http://marc.info/?l=linux-acpi=128872402020412=2 http://marc.info/?l=linux-acpi=128858111022621=2 Yes, We can fix it by "select INPUT if ACPI"/"select VIDEO_OUTPUT_CONTROL if ACPI". But IMO, STUB_POULSBO should not select ACPI_VIDEO

Re: [PATCH] Add Intel GMA500(Poulsbo) Stub Driver

2010-11-12 Thread Zhang Rui
Hi, Lee, there are several regressions caused by this patch, http://marc.info/?l=linux-acpim=128872402020412w=2 http://marc.info/?l=linux-acpim=128858111022621w=2 Yes, We can fix it by select INPUT if ACPI/select VIDEO_OUTPUT_CONTROL if ACPI. But IMO, STUB_POULSBO should not select ACPI_VIDEO

Re: [PATCH] Add Intel GMA500(Poulsbo) Stub Driver

2010-11-12 Thread Joey Lee
Hi Rui, First, thank's for your review and take care. 於 五,2010-11-12 於 09:31 +0800,Zhang Rui 提到: Hi, Lee, there are several regressions caused by this patch, http://marc.info/?l=linux-acpim=128872402020412w=2 http://marc.info/?l=linux-acpim=128858111022621w=2 Yes, We can fix it by

[PATCH] Add Intel GMA500(Poulsbo) Stub Driver

2010-11-11 Thread Joey Lee
Hi Rui, First, thank's for your review and take care. ? ??2010-11-12 ? 09:31 +0800?Zhang Rui ??? > Hi, Lee, > > there are several regressions caused by this patch, > http://marc.info/?l=linux-acpi=128872402020412=2 > http://marc.info/?l=linux-acpi=128858111022621=2 > > Yes, We can fix it by

[PATCH] Add Intel GMA500(Poulsbo) Stub Driver

2010-11-03 Thread Zhang Rui
Hi, Lee, Sorry I missed this thread. On Wed, 2010-10-20 at 13:51 +0800, Lee, Chun-Yi wrote: > Currently, there have no GMA500(Poulsbo) native video driver to support > intel opregion. So, use this stub driver to enable the acpi backlight > control sysfs entry files by requrest

Re: [PATCH] Add Intel GMA500(Poulsbo) Stub Driver

2010-11-03 Thread Zhang Rui
Hi, Lee, Sorry I missed this thread. On Wed, 2010-10-20 at 13:51 +0800, Lee, Chun-Yi wrote: Currently, there have no GMA500(Poulsbo) native video driver to support intel opregion. So, use this stub driver to enable the acpi backlight control sysfs entry files by requrest acpi_video_register.

[PATCH] Add Intel GMA500(Poulsbo) Stub Driver

2010-10-20 Thread Lee, Chun-Yi
Currently, there have no GMA500(Poulsbo) native video driver to support intel opregion. So, use this stub driver to enable the acpi backlight control sysfs entry files by requrest acpi_video_register. Signed-off-by: Lee, Chun-Yi --- drivers/gpu/Makefile |2 +- drivers/gpu/stub/Kconfig

[PATCH] Add Intel GMA500(Poulsbo) Stub Driver

2010-10-20 Thread Lee, Chun-Yi
Currently, there have no GMA500(Poulsbo) native video driver to support intel opregion. So, use this stub driver to enable the acpi backlight control sysfs entry files by requrest acpi_video_register. Signed-off-by: Lee, Chun-Yi j...@novell.com --- drivers/gpu/Makefile |2 +-

Re: [PATCH] Add Intel GMA500(Poulsbo) Stub Driver

2010-10-20 Thread Joe Perches
On Wed, 2010-10-20 at 13:51 +0800, Lee, Chun-Yi wrote: Currently, there have no GMA500(Poulsbo) native video driver to support intel opregion. So, use this stub driver to enable the acpi backlight control sysfs entry files by requrest acpi_video_register. [] diff --git

[PATCH] Add Intel GMA500(Poulsbo) Stub Driver

2010-10-19 Thread Joe Perches
On Wed, 2010-10-20 at 13:51 +0800, Lee, Chun-Yi wrote: > Currently, there have no GMA500(Poulsbo) native video driver to support > intel opregion. So, use this stub driver to enable the acpi backlight > control sysfs entry files by requrest acpi_video_register. [] > diff --git