Searched refs:has_msg_cmd (Results 1 - 2 of 2) sorted by last modified time

/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_uvd.c563 unsigned buf_sizes[], bool *has_msg_cmd)
621 if (*has_msg_cmd) {
625 *has_msg_cmd = true;
629 } else if (!*has_msg_cmd) {
641 bool *has_msg_cmd)
656 buf_sizes, has_msg_cmd);
679 bool has_msg_cmd = false; local
708 buf_sizes, &has_msg_cmd);
721 if (!has_msg_cmd) {
561 radeon_uvd_cs_reloc(struct radeon_cs_parser *p, int data0, int data1, unsigned buf_sizes[], bool *has_msg_cmd) argument
637 radeon_uvd_cs_reg(struct radeon_cs_parser *p, struct radeon_cs_packet *pkt, int *data0, int *data1, unsigned buf_sizes[], bool *has_msg_cmd) argument
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_uvd.c105 bool has_msg_cmd; member in struct:amdgpu_uvd_cs_ctx
973 ctx->has_msg_cmd = true;
977 } else if (!ctx->has_msg_cmd) {
1116 if (!ctx.has_msg_cmd) {

Completed in 193 milliseconds