]> git.baikalelectronics.ru Git - kernel.git/commit
gma500: Add support for Cedarview
authorAlan Cox <alan@linux.intel.com>
Thu, 3 Nov 2011 18:22:37 +0000 (18:22 +0000)
committerDave Airlie <airlied@redhat.com>
Wed, 16 Nov 2011 11:27:35 +0000 (11:27 +0000)
commite6215b5e52e945020d9bb2f415f25d33d2b8044b
treec9bf4f59f45c84f668d15de32ac7d6420e700578
parent9560632a97cca8ddf11bd92d86ed500cbdd5590c
gma500: Add support for Cedarview

Again this is similar but has some differences so we have a set of plug in
support. This does make the driver bigger than is needed in some respects
but the tradeoff for maintainability is huge.

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