summaryrefslogtreecommitdiff
path: root/tests/testdisplay.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testdisplay.c')
-rw-r--r--tests/testdisplay.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/testdisplay.c b/tests/testdisplay.c
index 6d206e35..4efcb593 100644
--- a/tests/testdisplay.c
+++ b/tests/testdisplay.c
@@ -221,9 +221,8 @@ paint_color_key(struct igt_fb *fb_info)
int i, j;
uint32_t *fb_ptr;
- fb_ptr = __gem_mmap__gtt(drm_fd, fb_info->gem_handle,
- fb_info->size, PROT_READ | PROT_WRITE);
- igt_assert(fb_ptr);
+ fb_ptr = gem_mmap__gtt(drm_fd, fb_info->gem_handle, fb_info->size,
+ PROT_READ | PROT_WRITE);
for (i = crtc_y; i < crtc_y + crtc_h; i++)
for (j = crtc_x; j < crtc_x + crtc_w; j++) {