mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 20:28:04 +02:00
etnaviv: Switch to etna_core_disable_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/28757>
This commit is contained in:
parent
97f5721bfc
commit
518d365d06
1 changed files with 2 additions and 2 deletions
|
|
@ -1092,9 +1092,9 @@ etna_screen_create(struct etna_device *dev, struct etna_gpu *gpu,
|
|||
if (DBG_ENABLED(ETNA_DBG_NO_AUTODISABLE))
|
||||
etna_core_disable_feature(screen->info, ETNA_FEATURE_AUTO_DISABLE);
|
||||
if (DBG_ENABLED(ETNA_DBG_NO_SUPERTILE))
|
||||
screen->specs.can_supertile = 0;
|
||||
etna_core_disable_feature(screen->info, ETNA_FEATURE_SUPER_TILED);
|
||||
if (DBG_ENABLED(ETNA_DBG_NO_SINGLEBUF))
|
||||
screen->specs.single_buffer = 0;
|
||||
etna_core_disable_feature(screen->info, ETNA_FEATURE_SINGLE_BUFFER);
|
||||
if (!DBG_ENABLED(ETNA_DBG_LINEAR_PE))
|
||||
etna_core_disable_feature(screen->info, ETNA_FEATURE_LINEAR_PE);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue