gma500: Add the core DRM files and headers
authorAlan Cox <alan@linux.intel.com>
Thu, 3 Nov 2011 18:22:04 +0000 (18:22 +0000)
committerDave Airlie <airlied@redhat.com>
Wed, 16 Nov 2011 11:26:35 +0000 (11:26 +0000)
commit5c49fd3aa0ab025e5f94617249db10a33138f37b
treed0199b52770ef27685dd0e2e7ec32b8fc8550e91
parent5091b7eb3f90a0aa5bb4f265b8427782539342c2
gma500: Add the core DRM files and headers

Not really a nice way to split this up further for submission. This
provides all the DRM interfacing logic, the headers and relevant glue.

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