Skip to content

Commit

Permalink
gpu: remove gma500 stub driver
Browse files Browse the repository at this point in the history
In v3.3, the gma500 drm driver moved from staging to drm group by
Alan Cox's 3abcf41 patch. the gma500 drm driver should control
brightness well and don't need gma500 stub driver anymore.

Reference:
http://lists.freedesktop.org/archives/dri-devel/2012-May/023426.html
http://lists.freedesktop.org/archives/dri-devel/2012-May/023467.html

Acked-by: Matthew Garrett <[email protected]>
Acked-by: Greg Kroah-Hartman <[email protected]>
Signed-off-by: Lee, Chun-Yi <[email protected]>
Signed-off-by: Dave Airlie <[email protected]>
  • Loading branch information
Lee, Chun-Yi authored and airlied committed Feb 20, 2013
1 parent 1f3a574 commit 2e82b5d
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 86 deletions.
2 changes: 1 addition & 1 deletion drivers/gpu/Makefile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
obj-y += drm/ vga/ stub/
obj-y += drm/ vga/
18 changes: 0 additions & 18 deletions drivers/gpu/stub/Kconfig

This file was deleted.

1 change: 0 additions & 1 deletion drivers/gpu/stub/Makefile

This file was deleted.

64 changes: 0 additions & 64 deletions drivers/gpu/stub/poulsbo.c

This file was deleted.

2 changes: 0 additions & 2 deletions drivers/video/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ source "drivers/gpu/vga/Kconfig"

source "drivers/gpu/drm/Kconfig"

source "drivers/gpu/stub/Kconfig"

config VGASTATE
tristate
default n
Expand Down

0 comments on commit 2e82b5d

Please sign in to comment.