remove more offset
authorDave Airlie <airlied@redhat.com>
Wed, 20 Feb 2008 01:44:10 +0000 (11:44 +1000)
committerDave Airlie <airlied@redhat.com>
Wed, 20 Feb 2008 01:44:10 +0000 (11:44 +1000)
linux-core/drm_crtc.c

index 6b8cb9c..ebd15c5 100644 (file)
@@ -1787,7 +1787,6 @@ int drm_mode_addfb(struct drm_device *dev,
        fb->pitch = r->pitch;
        fb->bits_per_pixel = r->bpp;
        fb->depth = r->depth;
-       fb->offset = bo->offset;
        fb->bo = bo;
 
        r->buffer_id = fb->id;