gpu: Add Intel GMA500(Poulsbo) Stub Driver
authorLee, Chun-Yi <joeyli.kernel@gmail.com>
Wed, 20 Oct 2010 05:51:19 +0000 (13:51 +0800)
committerDave Airlie <airlied@redhat.com>
Tue, 26 Oct 2010 01:00:13 +0000 (11:00 +1000)
commite26fd1199ebab0d469fc3e037da5932d382f0669
tree1346180916600ba8ee7dc9d8beb44d163fb8f1bc
parentb7d8cce5b558e0c0aa6898c9865356481598b46d
gpu: Add Intel GMA500(Poulsbo) Stub Driver

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.

[airlied: fix warnings]

Signed-off-by: Lee, Chun-Yi <jlee@novell.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/Makefile
drivers/gpu/stub/Kconfig [new file with mode: 0644]
drivers/gpu/stub/Makefile [new file with mode: 0644]
drivers/gpu/stub/poulsbo.c [new file with mode: 0644]
drivers/video/Kconfig