Skip to content

Commit 9af196b

Browse files
committed
drm/asahi: compute: Implement bindless samplers
Signed-off-by: Asahi Lina <[email protected]>
1 parent c861bc7 commit 9af196b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -334,9 +334,9 @@ impl super::Queue::ver {
334334
encoder_id: cmdbuf.encoder_id,
335335
unk_18: 0x0, // fixed
336336
unk_mask: cmdbuf.unk_mask,
337-
sampler_array: U64(0),
338-
sampler_count: 0,
339-
sampler_max: 0,
337+
sampler_array: U64(cmdbuf.sampler_array),
338+
sampler_count: cmdbuf.sampler_count,
339+
sampler_max: cmdbuf.sampler_max,
340340
}),
341341
meta <- try_init!(fw::job::raw::JobMeta {
342342
unk_0: 0,

0 commit comments

Comments
 (0)