File tree Expand file tree Collapse file tree
drivers/gpu/drm/asahi/queue Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -999,9 +999,9 @@ impl super::Queue::ver {
999999 encoder_id: cmdbuf. encoder_id,
10001000 unk_18: 0x0 , // fixed
10011001 unk_mask: unks. frg_unk_mask as u32 ,
1002- sampler_array: U64 ( 0 ) ,
1003- sampler_count: 0 ,
1004- sampler_max: 0 ,
1002+ sampler_array: U64 ( cmdbuf . fragment_sampler_array ) ,
1003+ sampler_count: cmdbuf . fragment_sampler_count ,
1004+ sampler_max: cmdbuf . fragment_sampler_max ,
10051005 } ) ,
10061006 process_empty_tiles: ( cmdbuf. flags
10071007 & uapi:: ASAHI_RENDER_PROCESS_EMPTY_TILES as u64
@@ -1452,9 +1452,9 @@ impl super::Queue::ver {
14521452 encoder_id: cmdbuf. encoder_id,
14531453 unk_18: 0x0 , // fixed
14541454 unk_mask: unks. vtx_unk_mask as u32 ,
1455- sampler_array: U64 ( 0 ) ,
1456- sampler_count: 0 ,
1457- sampler_max: 0 ,
1455+ sampler_array: U64 ( cmdbuf . vertex_sampler_array ) ,
1456+ sampler_count: cmdbuf . vertex_sampler_count ,
1457+ sampler_max: cmdbuf . vertex_sampler_max ,
14581458 } ) ,
14591459 unk_55c: 0 ,
14601460 unk_560: 0 ,
You can’t perform that action at this time.
0 commit comments