Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dmub/src/
A Ddmub_dcn35.c412 union dmub_fw_boot_options boot_options = {0}; in dmub_dcn35_enable_dmub_boot_options() local
417 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()
420 boot_options.bits.usb4_cm_version = params->usb4_cm_version; in dmub_dcn35_enable_dmub_boot_options()
425 boot_options.bits.ips_disable = params->disable_ips; in dmub_dcn35_enable_dmub_boot_options()
427 boot_options.bits.disable_sldo_opt = params->disable_sldo_opt; in dmub_dcn35_enable_dmub_boot_options()
430 REG_WRITE(DMCUB_SCRATCH14, boot_options.all); in dmub_dcn35_enable_dmub_boot_options()
435 union dmub_fw_boot_options boot_options; in dmub_dcn35_skip_dmub_panel_power_sequence() local
436 boot_options.all = REG_READ(DMCUB_SCRATCH14); in dmub_dcn35_skip_dmub_panel_power_sequence()
437 boot_options.bits.skip_phy_init_panel_sequence = skip; in dmub_dcn35_skip_dmub_panel_power_sequence()
[all …]
A Ddmub_dcn31.c366 union dmub_fw_boot_options boot_options = {0}; in dmub_dcn31_enable_dmub_boot_options() local
368 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()
373 boot_options.bits.power_optimization = params->power_optimization; 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
383 boot_options.all = REG_READ(DMCUB_SCRATCH14); in dmub_dcn31_skip_dmub_panel_power_sequence()
384 boot_options.bits.skip_phy_init_panel_sequence = skip; in dmub_dcn31_skip_dmub_panel_power_sequence()
[all …]
A Ddmub_dcn401.c365 union dmub_fw_boot_options boot_options = {0}; in dmub_dcn401_enable_dmub_boot_options() local
367 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() local
377 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()
A Ddmub_dcn32.c382 union dmub_fw_boot_options boot_options = {0}; in dmub_dcn32_enable_dmub_boot_options() local
384 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() local
392 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()
A Ddmub_dcn20.c399 union dmub_fw_boot_options boot_options = {0}; in dmub_dcn20_enable_dmub_boot_options() local
401 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() local
407 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()
/linux/include/acpi/
A Dactbl1.h260 u16 boot_options; member

Completed in 21 milliseconds