commit | e2fdd90122c9b02f13bc94a2acf8cfa35091a742 | [log] [tgz] |
---|---|---|
author | Chia-I Wu <[email protected]> | Tue Aug 20 10:07:08 2024 -0700 |
committer | Chromeos LUCI <[email protected]> | Wed Sep 04 02:19:39 2024 +0000 |
tree | 3c6e38fb64e532995b2964c1c138e8821ce88d2f | |
parent | ac54d29297cb51b88f876f1080bc882eb985a8d7 [diff] |
dri: pass use_flags to dri_bo_create_with_modifiers We need use_flags when we implement the dri interface on top of hbm. Also, dri_bo_create_with_modifiers does not take use flags only because gbm_bo_create_with_modifiers does not. That has changed with gbm_bo_create_with_modifiers2 although minigbm does not reflect that. BUG=b:292148713 TEST=CQ Change-Id: I120358c843140a937fee1dd6183d1836ea622eec Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/minigbm/+/5801181 Reviewed-by: Ryan Neph <[email protected]> Commit-Queue: Chia-I Wu <[email protected]> Tested-by: Chia-I Wu <[email protected]> Reviewed-by: Dominik Behr <[email protected]>