Searched refs:boot_options (Results 1 – 6 of 6) sorted by relevance
412 union dmub_fw_boot_options boot_options = {0}; in dmub_dcn35_enable_dmub_boot_options() local417 boot_options.bits.z10_disable = params->disable_z10; in dmub_dcn35_enable_dmub_boot_options()418 boot_options.bits.dpia_supported = params->dpia_supported; in dmub_dcn35_enable_dmub_boot_options()419 boot_options.bits.enable_dpia = cur_boot_options.bits.enable_dpia && !params->disable_dpia; in dmub_dcn35_enable_dmub_boot_options()420 boot_options.bits.usb4_cm_version = params->usb4_cm_version; in dmub_dcn35_enable_dmub_boot_options()421 boot_options.bits.dpia_hpd_int_enable_supported = params->dpia_hpd_int_enable_supported; in dmub_dcn35_enable_dmub_boot_options()422 boot_options.bits.power_optimization = params->power_optimization; in dmub_dcn35_enable_dmub_boot_options()423 boot_options.bits.disable_clk_ds = params->disallow_dispclk_dppclk_ds; in dmub_dcn35_enable_dmub_boot_options()424 boot_options.bits.disable_clk_gate = params->disable_clock_gate; in dmub_dcn35_enable_dmub_boot_options()425 boot_options.bits.ips_disable = params->disable_ips; in dmub_dcn35_enable_dmub_boot_options()[all …]
366 union dmub_fw_boot_options boot_options = {0}; in dmub_dcn31_enable_dmub_boot_options() local368 boot_options.bits.z10_disable = params->disable_z10; in dmub_dcn31_enable_dmub_boot_options()369 boot_options.bits.dpia_supported = params->dpia_supported; in dmub_dcn31_enable_dmub_boot_options()370 boot_options.bits.enable_dpia = params->disable_dpia ? 0 : 1; in dmub_dcn31_enable_dmub_boot_options()371 boot_options.bits.usb4_cm_version = params->usb4_cm_version; in dmub_dcn31_enable_dmub_boot_options()372 boot_options.bits.dpia_hpd_int_enable_supported = params->dpia_hpd_int_enable_supported; in dmub_dcn31_enable_dmub_boot_options()373 boot_options.bits.power_optimization = params->power_optimization; in dmub_dcn31_enable_dmub_boot_options()375 boot_options.bits.sel_mux_phy_c_d_phy_f_g = (dmub->asic == DMUB_ASIC_DCN31B) ? 1 : 0; in dmub_dcn31_enable_dmub_boot_options()377 REG_WRITE(DMCUB_SCRATCH14, boot_options.all); in dmub_dcn31_enable_dmub_boot_options()382 union dmub_fw_boot_options boot_options; in dmub_dcn31_skip_dmub_panel_power_sequence() local[all …]
365 union dmub_fw_boot_options boot_options = {0}; in dmub_dcn401_enable_dmub_boot_options() local367 boot_options.bits.z10_disable = params->disable_z10; in dmub_dcn401_enable_dmub_boot_options()369 boot_options.bits.skip_phy_access = params->disallow_phy_access; in dmub_dcn401_enable_dmub_boot_options()371 REG_WRITE(DMCUB_SCRATCH14, boot_options.all); in dmub_dcn401_enable_dmub_boot_options()376 union dmub_fw_boot_options boot_options; in dmub_dcn401_skip_dmub_panel_power_sequence() local377 boot_options.all = REG_READ(DMCUB_SCRATCH14); in dmub_dcn401_skip_dmub_panel_power_sequence()378 boot_options.bits.skip_phy_init_panel_sequence = skip; in dmub_dcn401_skip_dmub_panel_power_sequence()379 REG_WRITE(DMCUB_SCRATCH14, boot_options.all); in dmub_dcn401_skip_dmub_panel_power_sequence()
382 union dmub_fw_boot_options boot_options = {0}; in dmub_dcn32_enable_dmub_boot_options() local384 boot_options.bits.z10_disable = params->disable_z10; in dmub_dcn32_enable_dmub_boot_options()386 REG_WRITE(DMCUB_SCRATCH14, boot_options.all); in dmub_dcn32_enable_dmub_boot_options()391 union dmub_fw_boot_options boot_options; in dmub_dcn32_skip_dmub_panel_power_sequence() local392 boot_options.all = REG_READ(DMCUB_SCRATCH14); in dmub_dcn32_skip_dmub_panel_power_sequence()393 boot_options.bits.skip_phy_init_panel_sequence = skip; in dmub_dcn32_skip_dmub_panel_power_sequence()394 REG_WRITE(DMCUB_SCRATCH14, boot_options.all); in dmub_dcn32_skip_dmub_panel_power_sequence()
399 union dmub_fw_boot_options boot_options = {0}; in dmub_dcn20_enable_dmub_boot_options() local401 REG_WRITE(DMCUB_SCRATCH14, boot_options.all); in dmub_dcn20_enable_dmub_boot_options()406 union dmub_fw_boot_options boot_options; in dmub_dcn20_skip_dmub_panel_power_sequence() local407 boot_options.all = REG_READ(DMCUB_SCRATCH14); in dmub_dcn20_skip_dmub_panel_power_sequence()408 boot_options.bits.skip_phy_init_panel_sequence = skip; in dmub_dcn20_skip_dmub_panel_power_sequence()409 REG_WRITE(DMCUB_SCRATCH14, boot_options.all); in dmub_dcn20_skip_dmub_panel_power_sequence()
260 u16 boot_options; member