commit | c56fe4118a2dd991ff1b2a532c0f234eddd435e9 | [log] [tgz] |
---|---|---|
author | Rob Clark <robdclark@gmail.com> | Tue Jan 22 14:08:41 2019 -0500 |
committer | Rob Clark <robdclark@gmail.com> | Tue Jan 22 16:33:27 2019 -0500 |
tree | 0f888e55611b9794cbbb6eee03c2ed0aa7f01cc8 | |
parent | 7c4b9510d1dac14336f208118559a377b9acc464 [diff] |
loader: fix the no-modifiers case Normally modifiers take precendence over use flags, as they are more explicit. But if the driver supports modifiers, but the xserver does not, then we should fallback to the old mechanism of allocating a buffer using 'use' flags. Fixes: 069fdd5f9facbd72fb6a289696c7b74e3237e70f Signed-off-by: Rob Clark <robdclark@gmail.com> Reviewed-by: Kristian H. Kristensen <hoegsberg@chromium.org>