drm/radeon/kms: align height of fb allocation.
authorDave Airlie <airlied@redhat.com>
Fri, 18 Feb 2011 05:51:57 +0000 (15:51 +1000)
committerDave Airlie <airlied@redhat.com>
Wed, 23 Feb 2011 00:08:17 +0000 (10:08 +1000)
commite40b6fc8373314666e7853733dc0ca4049a68b95
tree2bd19fb034d4973e70eaafee431f124302252197
parentbd6a60afeb4c9ada3ff27f1d13db1a2b5c11d8c0
drm/radeon/kms: align height of fb allocation.

this aligns the height of the fb allocation so it doesn't trip
over the size checks later when we use this from userspace to
copy the buffer at X start.

Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/radeon/radeon_fb.c