Home
last modified time | relevance | path

Searched refs:collaborate_mode (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/amd/amdgpu/
Damdgpu_vpe.h81 bool collaborate_mode; member
Damdgpu_vpe.c310 vpe->collaborate_mode = true; in vpe_early_init()
319 dev_info(adev->dev, "VPE: collaborate mode %s", vpe->collaborate_mode ? "true" : "false"); in vpe_early_init()
484 if (!ring->adev->vpe.collaborate_mode) in vpe_ring_emit_pred_exec()
723 if (vpe->collaborate_mode) in vpe_ring_set_wptr()
Dumsch_mm_v4_0.c282 adev->vpe.collaborate_mode ? 0x3 : 0x0; in umsch_mm_v4_0_set_hw_resources()
358 add_queue.collaboration_mode = adev->vpe.collaborate_mode ? 1 : 0; in umsch_mm_v4_0_add_queue()
Damdgpu_umsch_mm.c195 if (adev->vpe.collaborate_mode) in setup_vpe_queue()
296 if (adev->vpe.collaborate_mode) in submit_vpe_queue()
Dvpe_v6_1.c105 if (!vpe->collaborate_mode) in vpe_v6_1_set_collaborate_mode()