commit | 71e9339c3389de6a685ecb26261a81b8a583aa1c | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Wed Oct 27 18:46:52 2010 +0100 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Wed Oct 27 23:31:09 2010 +0100 |
tree | cb1a74484176b0bbd830d7f1327af611f2eae405 | |
parent | da761a6edf5c12ba2e7566c5e6bc98899d46ff12 [diff] |
drm/i915: Use the agp_size determined from the GTT This is the same value as before, but it just makes the code slightly more readable to use the local variable than converting the aperture size into bytes every time. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>