commit | 702ffaea3e16e01d2c282332e17a6b3cdf0dbcb8 | [log] [tgz] |
---|---|---|
author | Rob Clark <rob@ti.com> | Thu Aug 09 14:18:27 2012 -0500 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Thu Aug 09 17:05:20 2012 -0400 |
tree | 7a0ef9c6dec98dce0851094f07e85f9d05320a24 | |
parent | 42c46466ab7e4598e68fe5da5cb1cf9e5b540f43 [diff] |
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>