]> Git Repo - linux.git/blobdiff - drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.h
Merge tag 'tty-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
[linux.git] / drivers / gpu / drm / amd / amdgpu / amdgpu_ucode.h
index 08e38579af246c57c378c42526b36bdbaf365244..bdc472b6e64136ca5d0211429aee15cff6de152d 100644 (file)
@@ -194,6 +194,7 @@ enum AMDGPU_UCODE_ID {
        AMDGPU_UCODE_ID_SMC,
        AMDGPU_UCODE_ID_UVD,
        AMDGPU_UCODE_ID_VCE,
+       AMDGPU_UCODE_ID_VCN,
        AMDGPU_UCODE_ID_MAXIMUM,
 };
 
@@ -226,6 +227,9 @@ struct amdgpu_firmware_info {
        void *kaddr;
        /* ucode_size_bytes */
        uint32_t ucode_size;
+       /* starting tmr mc address */
+       uint32_t tmr_mc_addr_lo;
+       uint32_t tmr_mc_addr_hi;
 };
 
 void amdgpu_ucode_print_mc_hdr(const struct common_firmware_header *hdr);
This page took 0.035847 seconds and 4 git commands to generate.