Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/amd/display/dmub/src/
Ddmub_dcn31.c338 union dmub_fw_boot_options boot_options = {0}; in dmub_dcn31_enable_dmub_boot_options() local
340 boot_options.bits.z10_disable = params->disable_z10; in dmub_dcn31_enable_dmub_boot_options()
342 REG_WRITE(DMCUB_SCRATCH14, boot_options.all); in dmub_dcn31_enable_dmub_boot_options()
347 union dmub_fw_boot_options boot_options; in dmub_dcn31_skip_dmub_panel_power_sequence() local
348 boot_options.all = REG_READ(DMCUB_SCRATCH14); in dmub_dcn31_skip_dmub_panel_power_sequence()
349 boot_options.bits.skip_phy_init_panel_sequence = skip; in dmub_dcn31_skip_dmub_panel_power_sequence()
350 REG_WRITE(DMCUB_SCRATCH14, boot_options.all); in dmub_dcn31_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-v5.15/include/acpi/
Dactbl1.h211 u16 boot_options; member