broadcom/vc4: Ignore PIPE_BIND_DISPLAY_TARGET in is_format_supported().
authorEric Anholt <eric@anholt.net>
Fri, 23 Feb 2018 01:38:50 +0000 (17:38 -0800)
committerEric Anholt <eric@anholt.net>
Fri, 23 Feb 2018 16:42:13 +0000 (08:42 -0800)
commit978b884afc1ab07f3c74e0f11a55cde86baa79b1
tree92d7045704200ce2bf0a53aec658ee215d45a12b
parent8df11f3fad52507266ca1e97149fd4175ad05471
broadcom/vc4: Ignore PIPE_BIND_DISPLAY_TARGET in is_format_supported().

We were failing the retval == usage check at the end.

Fixes: f7604d8af521 ("st/dri: only expose config formats that are display targets")
src/gallium/drivers/vc4/vc4_screen.c