commit | 73aa808f10effc280e6eb70267314542a7c29426 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Thu Sep 30 11:46:12 2010 +0100 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Fri Oct 01 14:45:20 2010 +0100 |
tree | e8c7d0e25bb5d0658c47ff0339aec9a65367bbc2 | |
parent | 6a04002bea137d2c6359228316d9c827806e475f [diff] |
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>