OSDN Git Service

drm/amd/display: Removing unused code from dmub_cmd.h
authorAnson Jacob <Anson.Jacob@amd.com>
Tue, 23 Mar 2021 20:43:42 +0000 (16:43 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 9 Apr 2021 20:43:25 +0000 (16:43 -0400)
Removing code that is not used at the moment.

Signed-off-by: Anson Jacob <Anson.Jacob@amd.com>
Reviewed-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h

index 09c6248..2d23462 100644 (file)
@@ -202,12 +202,7 @@ struct dmub_feature_caps {
         * Max PSR version supported by FW.
         */
        uint8_t psr;
-#ifndef TRIM_FAMS
-       uint8_t fw_assisted_mclk_switch;
-       uint8_t reserved[6];
-#else
        uint8_t reserved[7];
-#endif
 };
 
 #if defined(__cplusplus)
@@ -532,10 +527,6 @@ enum dmub_cmd_type {
         * Command type used for OUTBOX1 notification enable
         */
        DMUB_CMD__OUTBOX1_ENABLE = 71,
-#ifndef TRIM_FAMS
-       DMUB_CMD__FW_ASSISTED_MCLK_SWITCH = 76,
-#endif
-
        /**
         * Command type used for all VBIOS interface commands.
         */
@@ -1115,13 +1106,6 @@ enum dmub_cmd_psr_type {
        DMUB_CMD__PSR_FORCE_STATIC              = 5,
 };
 
-#ifndef TRIM_FAMS
-enum dmub_cmd_fams_type {
-       DMUB_CMD__FAMS_SETUP_FW_CTRL    = 0,
-       DMUB_CMD__FAMS_DRR_UPDATE               = 1,
-};
-#endif
-
 /**
  * PSR versions.
  */
@@ -1791,24 +1775,6 @@ struct dmub_rb_cmd_drr_update {
                struct dmub_optc_state dmub_optc_state_req;
 };
 
-#ifndef TRIM_FAMS
-struct dmub_cmd_fw_assisted_mclk_switch_pipe_data {
-       uint32_t pix_clk_100hz;
-       uint32_t min_refresh_in_uhz;
-       uint32_t max_ramp_step;
-};
-
-struct dmub_cmd_fw_assisted_mclk_switch_config {
-       uint32_t fams_enabled;
-       struct dmub_cmd_fw_assisted_mclk_switch_pipe_data pipe_data[DMUB_MAX_STREAMS];
-};
-
-struct dmub_rb_cmd_fw_assisted_mclk_switch {
-       struct dmub_cmd_header header;
-       struct dmub_cmd_fw_assisted_mclk_switch_config config_data;
-};
-#endif
-
 /**
  * Data passed from driver to FW in a DMUB_CMD__VBIOS_LVTMA_CONTROL command.
  */
@@ -1951,9 +1917,6 @@ union dmub_rb_cmd {
         */
        struct dmub_rb_cmd_query_feature_caps query_feature_caps;
        struct dmub_rb_cmd_drr_update drr_update;
-#ifndef TRIM_FAMS
-       struct dmub_rb_cmd_fw_assisted_mclk_switch fw_assisted_mclk_switch;
-#endif
        /**
         * Definition of a DMUB_CMD__VBIOS_LVTMA_CONTROL command.
         */