diff options
author | Gert Wollny <[email protected]> | 2017-09-16 18:03:16 +0200 |
---|---|---|
committer | Andres Gomez <[email protected]> | 2017-09-17 12:53:46 +0300 |
commit | e688a9ef6a2b913fc70fb03178d6f0cc4dc04f16 (patch) | |
tree | 1f334202db103fe0717c1c68086ff52651532cc2 /src/gbm | |
parent | 7e8f03bfc00e64d31ffbad501399444d734867be (diff) |
gbm: Add gbm_device_get_format_modifier_plane_count to test
Adding gbm_device_get_format_modifier_plane_count made the
test gbm-symbols-check fail, this patch adds the according
function name to the test.
Fixes: 8824141b8d48d9120ddbf542d6fb661046c41c62
(gbm: Add a gbm_device_get_format_modifier_plane_count function)
Signed-off-by: Gert Wollny <[email protected]>
Reviewed-by: Eric Engestrom <[email protected]>
Reviewed-by: Andres Gomez <[email protected]>
Diffstat (limited to 'src/gbm')
-rwxr-xr-x | src/gbm/gbm-symbols-check | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gbm/gbm-symbols-check b/src/gbm/gbm-symbols-check index 7ed17ddb6e3..2444131e990 100755 --- a/src/gbm/gbm-symbols-check +++ b/src/gbm/gbm-symbols-check @@ -6,6 +6,7 @@ gbm_device_get_fd gbm_device_get_backend_name gbm_device_is_format_supported gbm_device_destroy +gbm_device_get_format_modifier_plane_count gbm_create_device gbm_bo_create gbm_bo_create_with_modifiers |