Skip to content

Commit

Permalink
drm/amdgpu: add VPE HW IP definition
Browse files Browse the repository at this point in the history
Add HW IP for Video Processing Engine
to support user space CS.

Signed-off-by: Huang Rui <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
  • Loading branch information
huangrui authored and alexdeucher committed Aug 30, 2023
1 parent 2edc593 commit f652390
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/uapi/drm/amdgpu_drm.h
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,8 @@ struct drm_amdgpu_gem_va {
*/
#define AMDGPU_HW_IP_VCN_ENC 7
#define AMDGPU_HW_IP_VCN_JPEG 8
#define AMDGPU_HW_IP_NUM 9
#define AMDGPU_HW_IP_VPE 9
#define AMDGPU_HW_IP_NUM 10

#define AMDGPU_HW_IP_INSTANCE_MAX_COUNT 1

Expand Down

0 comments on commit f652390

Please sign in to comment.