]> git.baikalelectronics.ru Git - kernel.git/commit
agp/intel: split out the GTT support
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 13 Apr 2010 22:29:52 +0000 (00:29 +0200)
committerEric Anholt <eric@anholt.net>
Mon, 19 Apr 2010 00:35:47 +0000 (17:35 -0700)
commit7df8f85863f6975a85a373ad314c8ec4b50cef2b
treeea146954362dd400b4582e4fb89242b075aaf556
parentf73d570504c101dd8f0f2f0fa529c9c890d0ce68
agp/intel: split out the GTT support

intel-agp.c contains actually two different drivers: An agp driver
for _physical_ agp slots an the gtt driver that is used by the intel
drm modules. Split them to prevent any further confusion.

This patch just moves the code and includes intel-gtt.c in intel-agp.c
Later patches will untangle these two drivers further.

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Eric Anholt <eric@anholt.net>
drivers/char/agp/intel-agp.c
drivers/char/agp/intel-gtt.c [new file with mode: 0644]