mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 19:40:10 +01:00
etnaviv: drop default state for FE_HALTI5_ID_CONFIG
It gets emitted when needed - see emit_halti5_only_state(..). Signed-off-by: Christian Gmeiner <christian.gmeiner@gmail.com> Reviewed-by: Jonathan Marek <jonathan@marek.ca> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4729>
This commit is contained in:
parent
4b0a732db3
commit
e731740388
1 changed files with 0 additions and 1 deletions
|
|
@ -423,7 +423,6 @@ etna_reset_gpu_state(struct etna_context *ctx)
|
|||
if (screen->specs.halti >= 5) { /* Only on HALTI5+ */
|
||||
etna_set_state(stream, VIVS_NTE_DESCRIPTOR_UNK14C40, 0x00000001);
|
||||
etna_set_state(stream, VIVS_FE_HALTI5_UNK007D8, 0x00000002);
|
||||
etna_set_state(stream, VIVS_FE_HALTI5_ID_CONFIG, 0x00000000);
|
||||
etna_set_state(stream, VIVS_PS_SAMPLER_BASE, 0x00000000);
|
||||
etna_set_state(stream, VIVS_VS_SAMPLER_BASE, 0x00000020);
|
||||
etna_set_state(stream, VIVS_SH_CONFIG, VIVS_SH_CONFIG_RTNE_ROUNDING);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue