HomeSort by: relevance | last modified time | path
    Searched defs:has_msg_cmd (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_uvd.c 581 unsigned buf_sizes[], bool *has_msg_cmd)
639 if (*has_msg_cmd) {
643 *has_msg_cmd = true;
647 } else if (!*has_msg_cmd) {
659 bool *has_msg_cmd)
674 buf_sizes, has_msg_cmd);
697 bool has_msg_cmd = false; local in function:radeon_uvd_cs_parse
726 buf_sizes, &has_msg_cmd);
739 if (!has_msg_cmd) {
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_uvd.c 103 bool has_msg_cmd; member in struct:amdgpu_uvd_cs_ctx
889 ctx->has_msg_cmd = true;
893 } else if (!ctx->has_msg_cmd) {
1030 if (!ctx.has_msg_cmd) {

Completed in 14 milliseconds