etnaviv: hwdb: Add MSAA_FRAGMENT_OPERATION feature

Signed-off-by: Christian Gmeiner <cgmeiner@igalia.com>
Reviewed-by: Lucas Stach <l.stach@pengutronix.de>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36358>
This commit is contained in:
Christian Gmeiner 2025-07-24 12:43:47 +02:00 committed by Marge Bot
parent 4ad333103f
commit 71ac1647e7
2 changed files with 3 additions and 0 deletions

View file

@ -67,6 +67,7 @@ enum etna_feature {
ETNA_FEATURE_VIP_V7,
ETNA_FEATURE_NN_XYDP0,
ETNA_FEATURE_YUV420_TILER,
ETNA_FEATURE_MSAA_FRAGMENT_OPERATION,
ETNA_FEATURE_NUM,
};

View file

@ -109,6 +109,8 @@ etna_query_feature_db(struct etna_core_info *info)
ETNA_FEATURE(VIP_V7, VIP_V7);
ETNA_FEATURE(NN_XYDP0, NN_XYDP0);
ETNA_FEATURE(MSAA_FRAGMENT_OPERATION, MSAA_FRAGMENT_OPERATION);
/* Limits: */
if (info->type == ETNA_CORE_GPU) {
info->gpu.max_instructions = db->InstructionCount;