remove more offset

This commit is contained in:
Dave Airlie 2008-02-20 11:44:10 +10:00
parent 8844245cfc
commit e484681a43

View 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;