Home
last modified time | relevance | path

Searched refs:has_msg_cmd (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/drm/radeon/
H A Dradeon_uvd.c574 unsigned buf_sizes[], bool *has_msg_cmd) in radeon_uvd_cs_reloc() argument
632 if (*has_msg_cmd) { in radeon_uvd_cs_reloc()
636 *has_msg_cmd = true; in radeon_uvd_cs_reloc()
640 } else if (!*has_msg_cmd) { in radeon_uvd_cs_reloc()
652 bool *has_msg_cmd) in radeon_uvd_cs_reg() argument
667 buf_sizes, has_msg_cmd); in radeon_uvd_cs_reg()
690 bool has_msg_cmd = false; in radeon_uvd_cs_parse() local
719 buf_sizes, &has_msg_cmd); in radeon_uvd_cs_parse()
732 if (!has_msg_cmd) { in radeon_uvd_cs_parse()
/dragonfly/sys/dev/drm/amd/amdgpu/
H A Damdgpu_uvd.c95 bool has_msg_cmd; member
868 ctx->has_msg_cmd = true; in amdgpu_uvd_cs_pass2()
872 } else if (!ctx->has_msg_cmd) { in amdgpu_uvd_cs_pass2()
1009 if (!ctx.has_msg_cmd) { in amdgpu_uvd_ring_parse_cs()