mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-05 05:28:03 +02:00
exynos_fimg2d_test: fix drmModeRmFB
The first parameter should be the drm fd, second param is the fb id. Signed-off-by: Daniel Kurtz <djkurtz@chromium.org> Acked-by: Inki Dae <inki.dae@samsung.com>
This commit is contained in:
parent
382043ee48
commit
d1000c432c
1 changed files with 1 additions and 1 deletions
|
|
@ -682,7 +682,7 @@ err_free_src:
|
|||
exynos_destroy_buffer(src);
|
||||
|
||||
err_rm_fb:
|
||||
drmModeRmFB(fb_id, bo->handle);
|
||||
drmModeRmFB(dev->fd, fb_id);
|
||||
|
||||
err_destroy_buffer:
|
||||
exynos_destroy_buffer(bo);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue