mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-01-06 01:30:20 +01:00
remove more offset
This commit is contained in:
parent
8844245cfc
commit
e484681a43
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue