From: Dave Airlie Date: Wed, 20 Feb 2008 01:44:10 +0000 (+1000) Subject: remove more offset X-Git-Tag: submit/1.0/20121108.012404~642^2~254 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e484681a43964502bf7e61a1701bb85ab6befab3;p=profile%2Fivi%2Flibdrm.git remove more offset --- diff --git a/linux-core/drm_crtc.c b/linux-core/drm_crtc.c index 6b8cb9c..ebd15c5 100644 --- a/linux-core/drm_crtc.c +++ b/linux-core/drm_crtc.c @@ -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;