Searched refs:decode_queue_mode (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Dvcn_v2_0.c899 fw_shared->multi_queue.decode_queue_mode |= FW_QUEUE_RING_RESET;
923 fw_shared->multi_queue.decode_queue_mode &= ~FW_QUEUE_RING_RESET;
1067 fw_shared->multi_queue.decode_queue_mode |= FW_QUEUE_RING_RESET;
1080 fw_shared->multi_queue.decode_queue_mode &= ~FW_QUEUE_RING_RESET;
1255 fw_shared->multi_queue.decode_queue_mode |= FW_QUEUE_RING_RESET;
1258 fw_shared->multi_queue.decode_queue_mode &= ~FW_QUEUE_RING_RESET;
H A Damdgpu_vcn.h341 uint8_t decode_queue_mode; member in struct:amdgpu_fw_shared_multi_queue
H A Dvcn_v3_0.c1058 fw_shared->multi_queue.decode_queue_mode |= cpu_to_le32(FW_QUEUE_RING_RESET);
1087 fw_shared->multi_queue.decode_queue_mode &= cpu_to_le32(~FW_QUEUE_RING_RESET);
1242 fw_shared->multi_queue.decode_queue_mode |= cpu_to_le32(FW_QUEUE_RING_RESET);
1258 fw_shared->multi_queue.decode_queue_mode &= cpu_to_le32(~FW_QUEUE_RING_RESET);
H A Dvcn_v2_5.c934 fw_shared->multi_queue.decode_queue_mode |= FW_QUEUE_RING_RESET;
958 fw_shared->multi_queue.decode_queue_mode &= ~FW_QUEUE_RING_RESET;
1122 fw_shared->multi_queue.decode_queue_mode |= FW_QUEUE_RING_RESET;
1135 fw_shared->multi_queue.decode_queue_mode &= ~FW_QUEUE_RING_RESET;

Completed in 105 milliseconds