compositor-drm: skip overlay for shm buffers
authorRob Clark <rob@ti.com>
Thu, 9 Aug 2012 19:18:27 +0000 (14:18 -0500)
committerKristian Høgsberg <krh@bitplanet.net>
Thu, 9 Aug 2012 21:05:20 +0000 (17:05 -0400)
commit702ffaea3e16e01d2c282332e17a6b3cdf0dbcb8
tree7a0ef9c6dec98dce0851094f07e85f9d05320a24
parent42c46466ab7e4598e68fe5da5cb1cf9e5b540f43
compositor-drm: skip overlay for shm buffers

They can't be imported by gbm, so no point in trying, and segfaulting
in gbm when we try to import (because it tries to deref the buffer as
a wl_drm_buffer).

Signed-off-by: Rob Clark <rob@ti.com>
src/compositor-drm.c