Home
last modified time | relevance | path

Searched refs:AMDGPU_HW_IP_VCN_ENC (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_fdinfo.c52 [AMDGPU_HW_IP_VCN_ENC] = "enc",
H A Damdgpu_ctx.c43 [AMDGPU_HW_IP_VCN_ENC] = 1,
153 case AMDGPU_HW_IP_VCN_ENC: in amdgpu_ctx_get_hw_prio()
242 if (hw_ip == AMDGPU_HW_IP_VCN_ENC || in amdgpu_ctx_init_entity()
H A Damdgpu_ring.h78 AMDGPU_RING_TYPE_VCN_ENC = AMDGPU_HW_IP_VCN_ENC,
H A Damdgpu_kms.c444 case AMDGPU_HW_IP_VCN_ENC: in amdgpu_hw_ip_info()
606 case AMDGPU_HW_IP_VCN_ENC: in amdgpu_info_ioctl()
H A Dvcn_v4_0.c1656 scheds = p->adev->gpu_sched[AMDGPU_HW_IP_VCN_ENC] in vcn_v4_0_limit_sched()
/openbmc/linux/include/uapi/drm/
H A Damdgpu_drm.h587 #define AMDGPU_HW_IP_VCN_ENC 7 macro