X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=helpers.h;h=19d0fd7476a411ea20a69b4df435191302c5b8a8;hb=56e3e9014e4e65864efd6eb62ad7b2755735eee8;hp=fe4519d5eeaade8a8a5b95d17e6bbd863ba0a59b;hpb=2a2bfc25bb4eaf53d6d1d9e1990c6b2888d4d3fb;p=android-x86%2Fexternal-minigbm.git diff --git a/helpers.h b/helpers.h index fe4519d..19d0fd7 100644 --- a/helpers.h +++ b/helpers.h @@ -38,7 +38,6 @@ void drv_add_combinations(struct driver *drv, const uint32_t *formats, uint32_t struct format_metadata *metadata, uint64_t usage); void drv_modify_combination(struct driver *drv, uint32_t format, struct format_metadata *metadata, uint64_t usage); -struct drv_array *drv_query_kms(struct driver *drv); int drv_modify_linear_combinations(struct driver *drv); uint64_t drv_pick_modifier(const uint64_t *modifiers, uint32_t count, const uint64_t *modifier_order, uint32_t order_count);