Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joshua Ashton
mesa
Commits
cbfa2f9b
Commit
cbfa2f9b
authored
Sep 10, 2021
by
Joshua Ashton
🐸
Browse files
fixup
parent
d7ca99ef
Pipeline
#399003
waiting for manual action with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/gallium/drivers/radeonsi/si_descriptors.c
View file @
cbfa2f9b
...
...
@@ -362,7 +362,7 @@ void si_set_mutable_tex_desc_fields(struct si_screen *sscreen, struct si_texture
S_00A018_META_DATA_ADDRESS_LO
(
meta_va
>>
8
)
|
/* DCC image stores require INDEPENDENT_128B_BLOCKS, which is not set
* with displayable DCC on Navi12-14 due to DCN limitations. */
S_00A018_WRITE_COMPRESS_ENABLE
((
info
->
family
!=
CHIP_NAVI12
&&
info
->
family
!=
CHIP_NAVI14
||
S_00A018_WRITE_COMPRESS_ENABLE
((
sscreen
->
info
.
family
!=
CHIP_NAVI12
&&
sscreen
->
info
.
family
!=
CHIP_NAVI14
||
tex
->
surface
.
u
.
gfx9
.
color
.
dcc
.
independent_128B_blocks
)
&&
(
access
&
SI_IMAGE_ACCESS_ALLOW_DCC_STORE
));
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment