drm/i915: drop alignment ringbuffer parameter

Always PAGE_SIZE and only complicates the code.

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
Daniel Vetter
2010-08-02 17:22:48 +02:00
committed by Chris Wilson
parent fa7ed4d206
commit a9db5c8fdd
2 changed files with 1 additions and 5 deletions
-1
View File
@@ -25,7 +25,6 @@ struct intel_ring_buffer {
} id;
u32 mmio_base;
unsigned long size;
unsigned int alignment;
void *virtual_start;
struct drm_device *dev;
struct drm_gem_object *gem_object;