]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
drm/amd/display: Remove SMU_INTERRUPT_CONTROL
authorDmytro Laktyushkin <Dmytro.Laktyushkin@amd.com>
Thu, 29 Jun 2017 22:01:35 +0000 (18:01 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 26 Sep 2017 22:08:31 +0000 (18:08 -0400)
Signed-off-by: Dmytro Laktyushkin <Dmytro.Laktyushkin@amd.com>
Reviewed-by: Dmytro Laktyushkin <Dmytro.Laktyushkin@amd.com>
Acked-by: Harry Wentland <Harry.Wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dce/dce_link_encoder.h

index 8b04996d5b892b590aa0e0a62140ecd767364bb3..fd6ba7efc0f9c7c2f66077ebe05a90cf1730c3df 100644 (file)
@@ -50,7 +50,6 @@
        SR(DMCU_IRAM_RD_CTRL), \
        SR(DMCU_IRAM_RD_DATA), \
        SR(DMCU_INTERRUPT_TO_UC_EN_MASK), \
-       SR(SMU_INTERRUPT_CONTROL), \
        SRI(DIG_BE_CNTL, DIG, id), \
        SRI(DIG_BE_EN_CNTL, DIG, id), \
        SRI(DP_CONFIG, DP, id), \
@@ -137,7 +136,6 @@ struct dce110_link_enc_registers {
        uint32_t DMCU_IRAM_RD_CTRL;
        uint32_t DMCU_IRAM_RD_DATA;
        uint32_t DMCU_INTERRUPT_TO_UC_EN_MASK;
-       uint32_t SMU_INTERRUPT_CONTROL;
 
        /* Common DP registers */
        uint32_t DIG_BE_CNTL;