mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-17 20:00:20 +01:00
pvr: Do not require TA_STATE_HEADER.pres_ispctl_dbsc for {db,sc}enable
This was a faulty assumption and caused valid control streams to report as invalid. Signed-off-by: Matt Coster <matt.coster@imgtec.com> Reviewed-by: Luigi Santivetti <luigi.santivetti@imgtec.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24692>
This commit is contained in:
parent
367aad4f33
commit
d59f9999d2
1 changed files with 1 additions and 2 deletions
|
|
@ -1263,8 +1263,7 @@ print_block_ppp_state_isp(struct pvr_dump_csb_ctx *const csb_ctx,
|
|||
pvr_dump_field_member_u32(base_ctx, &isp_ctl, validid);
|
||||
|
||||
if (!has_fa || has_fb != isp_ctl.bpres || has_ba != isp_ctl.two_sided ||
|
||||
has_bb != (isp_ctl.bpres && isp_ctl.two_sided) ||
|
||||
has_dbsc != (isp_ctl.dbenable || isp_ctl.scenable)) {
|
||||
has_bb != (isp_ctl.bpres && isp_ctl.two_sided)) {
|
||||
pvr_dump_error(
|
||||
base_ctx,
|
||||
"words declared by ppp header do not match requirements of ispctl word");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue