diff options
author | Dave Airlie <airlied@redhat.com> | 2008-02-20 11:44:10 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2008-02-20 11:44:10 +1000 |
commit | e484681a43964502bf7e61a1701bb85ab6befab3 (patch) | |
tree | fd2ca6e0ecb6364acaabfbb1f757beeac0c9c092 /linux-core | |
parent | 8844245cfcc5b19caafc772fd457401ab3253a28 (diff) |
remove more offset
Diffstat (limited to 'linux-core')
-rw-r--r-- | linux-core/drm_crtc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/linux-core/drm_crtc.c b/linux-core/drm_crtc.c index 6b8cb9c7..ebd15c5e 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; |