NV services: Difference between revisions
→NVHOST_IOCTL_CHANNEL_SUBMIT: Fix syncpoint struct sizing |
|||
Line 1,688: | Line 1,688: | ||
}; | }; | ||
struct { | struct { | ||
__in u32 num_cmdbufs; | __in u32 num_cmdbufs; | ||
Line 1,702: | Line 1,698: | ||
__in struct reloc_shift reloc_shifts[]; // depends on num_relocs | __in struct reloc_shift reloc_shifts[]; // depends on num_relocs | ||
__in struct syncpt_incr syncpt_incrs[]; // depends on num_syncpt_incrs | __in struct syncpt_incr syncpt_incrs[]; // depends on num_syncpt_incrs | ||
__out | __out u32 syncpt_thresholds[]; // depends on num_fences | ||
}; | }; | ||