nak: Default InstrDeps::delay to 0
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26291>
This commit is contained in:
committed by
Marge Bot
parent
58c8391f97
commit
3f027f7dcc
@@ -4468,7 +4468,7 @@ pub struct InstrDeps {
|
||||
impl InstrDeps {
|
||||
pub fn new() -> InstrDeps {
|
||||
InstrDeps {
|
||||
delay: MAX_INSTR_DELAY,
|
||||
delay: 0,
|
||||
yld: false,
|
||||
wr_bar: -1,
|
||||
rd_bar: -1,
|
||||
|
||||
Reference in New Issue
Block a user