drm: Move the GTT accounting to i915
authorChris Wilson <chris@chris-wilson.co.uk>
Thu, 30 Sep 2010 10:46:12 +0000 (11:46 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Fri, 1 Oct 2010 13:45:20 +0000 (14:45 +0100)
commit73aa808f10effc280e6eb70267314542a7c29426
treee8c7d0e25bb5d0658c47ff0339aec9a65367bbc2
parent6a04002bea137d2c6359228316d9c827806e475f
drm: Move the GTT accounting to i915

Only drm/i915 does the bookkeeping that makes the information useful,
and the information maintained is driver specific, so move it out of the
core and into its single user.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/drm_debugfs.c
drivers/gpu/drm/drm_gem.c
drivers/gpu/drm/drm_info.c
drivers/gpu/drm/drm_proc.c
drivers/gpu/drm/i915/i915_debugfs.c
drivers/gpu/drm/i915/i915_drv.h
drivers/gpu/drm/i915/i915_gem.c
include/drm/drmP.h