Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/radeon/
A Dradeon_uvd.c576 unsigned buf_sizes[], bool *has_msg_cmd) in radeon_uvd_cs_reloc() argument
634 if (*has_msg_cmd) { in radeon_uvd_cs_reloc()
638 *has_msg_cmd = true; in radeon_uvd_cs_reloc()
642 } else if (!*has_msg_cmd) { in radeon_uvd_cs_reloc()
654 bool *has_msg_cmd) in radeon_uvd_cs_reg() argument
669 buf_sizes, has_msg_cmd); in radeon_uvd_cs_reg()
692 bool has_msg_cmd = false; in radeon_uvd_cs_parse() local
721 buf_sizes, &has_msg_cmd); in radeon_uvd_cs_parse()
734 if (!has_msg_cmd) { in radeon_uvd_cs_parse()
/linux/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_uvd.c104 bool has_msg_cmd; member
970 ctx->has_msg_cmd = true; in amdgpu_uvd_cs_pass2()
974 } else if (!ctx->has_msg_cmd) { in amdgpu_uvd_cs_pass2()
1112 if (!ctx.has_msg_cmd) { in amdgpu_uvd_ring_parse_cs()

Completed in 8 milliseconds