Skip to content

Commit

Permalink
fixup! drm/asahi: render: Implement unknown value UAPI extension
Browse files Browse the repository at this point in the history
  • Loading branch information
asahilina committed Jan 17, 2024
1 parent 73ff2c6 commit 88916aa
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions drivers/gpu/drm/asahi/queue/render.rs
Original file line number Diff line number Diff line change
Expand Up @@ -558,9 +558,6 @@ impl super::Queue::ver {
if unks.flags & uapi::ASAHI_RENDER_UNK_SET_FRG_UNK_3C as u64 == 0 {
unks.frg_unk_3c = 1;
}
if unks.flags & uapi::ASAHI_RENDER_UNK_SET_FRG_UNK_40 as u64 == 0 {
unks.frg_unk_40 = 0;
}
if unks.flags & uapi::ASAHI_RENDER_UNK_SET_RELOAD_ZLSCTRL as u64 == 0 {
unks.reload_zlsctrl = cmdbuf.zls_ctrl;
}
Expand Down

0 comments on commit 88916aa

Please sign in to comment.