]> git.hungrycats.org Git - linux/commitdiff
drm/amd/display: remove unused dcn42 socbb values
authorDmytro Laktyushkin <dmytro.laktyushkin@amd.com>
Thu, 25 Jun 2026 17:56:52 +0000 (13:56 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 15 Jul 2026 13:15:39 +0000 (09:15 -0400)
These values should be unset for dcn42

Reviewed-by: Charlene Liu <charlene.liu@amd.com>
Reviewed-by: Dillon Varone <dillon.varone@amd.com>
Signed-off-by: Dmytro Laktyushkin <dmytro.laktyushkin@amd.com>
Signed-off-by: George Zhang <george.zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dml2_0/dml21/inc/bounding_boxes/dcn42_soc_bb.h

index 040d89f6de359299264a8a5f99159a09511cdb93..51cae3efe310ec2efee669d78b5595435f8421a6 100644 (file)
@@ -205,7 +205,6 @@ static const struct dml2_soc_bb dml2_socbb_dcn42 = {
        .xtalclk_mhz = 24,
        .pcie_refclk_mhz = 100,
        .dchub_refclk_mhz = 50,
-       .mall_allocated_for_dcn_mbytes = 0,
        .max_outstanding_reqs = 256,
        .fabric_datapath_to_dcn_data_return_bytes = 32,
        .return_bus_width_bytes = 64,
@@ -216,11 +215,6 @@ static const struct dml2_soc_bb dml2_socbb_dcn42 = {
        .phy_downspread_percent = 0.38,
        .dcn_downspread_percent = 0.38,
        .dispclk_dppclk_vco_speed_mhz = 3000,
-       .do_urgent_latency_adjustment = 0,
-       .mem_word_bytes = 32,
-       .num_dcc_mcaches = 8,
-       .mcache_size_bytes = 2048,
-       .mcache_line_size_bytes = 32,
        .max_fclk_for_uclk_dpm_khz = 2200 * 1000,
 };