Home
last modified time | relevance | path

Searched refs:boot_options (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/drivers/gpu/drm/amd/display/dmub/src/
Ddmub_dcn31.c347 union dmub_fw_boot_options boot_options = {0}; in dmub_dcn31_enable_dmub_boot_options() local
349 boot_options.bits.z10_disable = params->disable_z10; in dmub_dcn31_enable_dmub_boot_options()
350 boot_options.bits.dpia_supported = params->dpia_supported; in dmub_dcn31_enable_dmub_boot_options()
351 boot_options.bits.enable_dpia = params->disable_dpia ? 0 : 1; in dmub_dcn31_enable_dmub_boot_options()
352 boot_options.bits.usb4_cm_version = params->usb4_cm_version; in dmub_dcn31_enable_dmub_boot_options()
353 boot_options.bits.dpia_hpd_int_enable_supported = params->dpia_hpd_int_enable_supported; in dmub_dcn31_enable_dmub_boot_options()
354 boot_options.bits.power_optimization = params->power_optimization; in dmub_dcn31_enable_dmub_boot_options()
356 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()
358 REG_WRITE(DMCUB_SCRATCH14, boot_options.all); in dmub_dcn31_enable_dmub_boot_options()
363 union dmub_fw_boot_options boot_options; in dmub_dcn31_skip_dmub_panel_power_sequence() local
[all …]
Ddmub_dcn32.c370 union dmub_fw_boot_options boot_options = {0}; in dmub_dcn32_enable_dmub_boot_options() local
372 boot_options.bits.z10_disable = params->disable_z10; in dmub_dcn32_enable_dmub_boot_options()
374 REG_WRITE(DMCUB_SCRATCH14, boot_options.all); in dmub_dcn32_enable_dmub_boot_options()
379 union dmub_fw_boot_options boot_options; in dmub_dcn32_skip_dmub_panel_power_sequence() local
380 boot_options.all = REG_READ(DMCUB_SCRATCH14); in dmub_dcn32_skip_dmub_panel_power_sequence()
381 boot_options.bits.skip_phy_init_panel_sequence = skip; in dmub_dcn32_skip_dmub_panel_power_sequence()
382 REG_WRITE(DMCUB_SCRATCH14, boot_options.all); in dmub_dcn32_skip_dmub_panel_power_sequence()
Ddmub_dcn20.c393 union dmub_fw_boot_options boot_options = {0}; in dmub_dcn20_enable_dmub_boot_options() local
395 REG_WRITE(DMCUB_SCRATCH14, boot_options.all); in dmub_dcn20_enable_dmub_boot_options()
400 union dmub_fw_boot_options boot_options; in dmub_dcn20_skip_dmub_panel_power_sequence() local
401 boot_options.all = REG_READ(DMCUB_SCRATCH14); in dmub_dcn20_skip_dmub_panel_power_sequence()
402 boot_options.bits.skip_phy_init_panel_sequence = skip; in dmub_dcn20_skip_dmub_panel_power_sequence()
403 REG_WRITE(DMCUB_SCRATCH14, boot_options.all); in dmub_dcn20_skip_dmub_panel_power_sequence()
/linux-6.1.9/include/acpi/
Dactbl1.h211 u16 boot_options; member