]> Git Repo - linux.git/blobdiff - drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.h
Merge tag 'iommu-updates-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux.git] / drivers / gpu / drm / amd / amdgpu / amdgpu_vcn.h
index 2fd7db891689f514c0b98f72eb2d905311b31ffc..181e6afa984727b42bfa83c3d7e7895c34d718b5 100644 (file)
 #define VCN_ENC_CMD_REG_WRITE          0x0000000b
 #define VCN_ENC_CMD_REG_WAIT           0x0000000c
 
+enum engine_status_constants {
+       UVD_PGFSM_STATUS__UVDM_UVDU_PWR_ON = 0x2AAAA0,
+       UVD_PGFSM_CONFIG__UVDM_UVDU_PWR_ON = 0x00000002,
+       UVD_STATUS__UVD_BUSY = 0x00000004,
+       GB_ADDR_CONFIG_DEFAULT = 0x26010011,
+       UVD_STATUS__IDLE = 0x2,
+       UVD_STATUS__BUSY = 0x5,
+       UVD_POWER_STATUS__UVD_POWER_STATUS_TILES_OFF = 0x1,
+       UVD_STATUS__RBC_BUSY = 0x1,
+};
+
 struct amdgpu_vcn {
        struct amdgpu_bo        *vcpu_bo;
        void                    *cpu_addr;
This page took 0.032986 seconds and 4 git commands to generate.