minigbm/i915.c: Android's HAL_PIXEL_FORMAT_BLOB is not tilable if BO_USE_PROTECTED

Originally, Android's HAL_PIXEL_FORMAT_BLOB always regards tilable.
It is not true if it is allocated with BO_USE_PROTECTED.
This CL enables to allocated protected non-tiled Android's HAL_PIXEL_FORMAT_BLOB.

BUG=b:112565837
TEST=Play protected videos with ARC++ at eve

Change-Id: I0e45f658f170cd380a74b9207ba57b08b6edab8b
Reviewed-on: https://chromium-review.googlesource.com/1175641
Commit-Ready: Hirokazu Honda <hiroh@chromium.org>
Tested-by: Hirokazu Honda <hiroh@chromium.org>
Reviewed-by: Tomasz Figa <tfiga@chromium.org>
1 file changed