diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2016-01-01 18:10:08 -0800 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2016-01-05 13:23:56 -0500 |
commit | fe8562f5316d8c74ca074ad145295c65ddff5fc2 (patch) | |
tree | 4b9b74466c4d155acd9f0cab2d8bda8fc785775e /os | |
parent | 792176417f7e62a99c4f07801f74f804d6080de2 (diff) |
modesetting should not reference gbm when it's not defined
Fixes build errors of:
present.c: In function 'ms_do_pageflip':
present.c:410:17: error: 'drmmode_bo' has no member named 'gbm'
new_front_bo.gbm = glamor_gbm_bo_from_pixmap(screen, new_front);
^
present.c:412:22: error: 'drmmode_bo' has no member named 'gbm'
if (!new_front_bo.gbm) {
^
present.c: In function 'ms_present_check_flip':
present.c:536:36: error: 'drmmode_bo' has no member named 'gbm'
if (drmmode_crtc->rotate_bo.gbm)
^
Introduced by commit 13c7d53d
Reviewed-by: Adam Jackson <ajax@redhat.com>
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'os')
0 files changed, 0 insertions, 0 deletions