Skip to content

Commit 88916aa

Browse files
committed
fixup! drm/asahi: render: Implement unknown value UAPI extension
1 parent 73ff2c6 commit 88916aa

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

drivers/gpu/drm/asahi/queue/render.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -558,9 +558,6 @@ impl super::Queue::ver {
558558
if unks.flags & uapi::ASAHI_RENDER_UNK_SET_FRG_UNK_3C as u64 == 0 {
559559
unks.frg_unk_3c = 1;
560560
}
561-
if unks.flags & uapi::ASAHI_RENDER_UNK_SET_FRG_UNK_40 as u64 == 0 {
562-
unks.frg_unk_40 = 0;
563-
}
564561
if unks.flags & uapi::ASAHI_RENDER_UNK_SET_RELOAD_ZLSCTRL as u64 == 0 {
565562
unks.reload_zlsctrl = cmdbuf.zls_ctrl;
566563
}

0 commit comments

Comments
 (0)