]> git.baikalelectronics.ru Git - kernel.git/commit
gma500: Add device framework
authorAlan Cox <alan@linux.intel.com>
Thu, 3 Nov 2011 18:21:31 +0000 (18:21 +0000)
committerDave Airlie <airlied@redhat.com>
Wed, 16 Nov 2011 11:25:08 +0000 (11:25 +0000)
commitbfee8d425a9867724182308d427fd16a0a173758
treedbd7960d612f3bbfc8ff6186be975a13159c2abe
parentf8354c9006ae359ef71480aee3e61b47cf837185
gma500: Add device framework

The devices have various internal differences so we have some abstractions
to hide the ugly differences and we then wrap them up in standard
interfaces. Add these bits

Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/gma500/backlight.c [new file with mode: 0644]
drivers/gpu/drm/gma500/power.c [new file with mode: 0644]
drivers/gpu/drm/gma500/power.h [new file with mode: 0644]