Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/display/dmub/src/
A Ddmub_dcn35.c402 union dmub_fw_boot_options boot_options = {0}; in dmub_dcn35_enable_dmub_boot_options() local
407 boot_options.bits.z10_disable = params->disable_z10; in dmub_dcn35_enable_dmub_boot_options()
408 boot_options.bits.dpia_supported = params->dpia_supported; in dmub_dcn35_enable_dmub_boot_options()
410 boot_options.bits.usb4_cm_version = params->usb4_cm_version; in dmub_dcn35_enable_dmub_boot_options()
415 boot_options.bits.ips_disable = params->disable_ips; in dmub_dcn35_enable_dmub_boot_options()
417 boot_options.bits.disable_sldo_opt = params->disable_sldo_opt; in dmub_dcn35_enable_dmub_boot_options()
421 REG_WRITE(DMCUB_SCRATCH14, boot_options.all); in dmub_dcn35_enable_dmub_boot_options()
426 union dmub_fw_boot_options boot_options; in dmub_dcn35_skip_dmub_panel_power_sequence() local
427 boot_options.all = REG_READ(DMCUB_SCRATCH14); in dmub_dcn35_skip_dmub_panel_power_sequence()
428 boot_options.bits.skip_phy_init_panel_sequence = skip; in dmub_dcn35_skip_dmub_panel_power_sequence()
[all …]
A Ddmub_dcn31.c371 union dmub_fw_boot_options boot_options = {0}; in dmub_dcn31_enable_dmub_boot_options() local
373 boot_options.bits.z10_disable = params->disable_z10; in dmub_dcn31_enable_dmub_boot_options()
374 boot_options.bits.dpia_supported = params->dpia_supported; in dmub_dcn31_enable_dmub_boot_options()
375 boot_options.bits.enable_dpia = params->disable_dpia ? 0 : 1; in dmub_dcn31_enable_dmub_boot_options()
376 boot_options.bits.usb4_cm_version = params->usb4_cm_version; in dmub_dcn31_enable_dmub_boot_options()
378 boot_options.bits.power_optimization = params->power_optimization; in dmub_dcn31_enable_dmub_boot_options()
383 REG_WRITE(DMCUB_SCRATCH14, boot_options.all); in dmub_dcn31_enable_dmub_boot_options()
388 union dmub_fw_boot_options boot_options; in dmub_dcn31_skip_dmub_panel_power_sequence() local
389 boot_options.all = REG_READ(DMCUB_SCRATCH14); in dmub_dcn31_skip_dmub_panel_power_sequence()
390 boot_options.bits.skip_phy_init_panel_sequence = skip; in dmub_dcn31_skip_dmub_panel_power_sequence()
[all …]
A Ddmub_dcn401.c374 union dmub_fw_boot_options boot_options = {0}; in dmub_dcn401_enable_dmub_boot_options() local
376 boot_options.bits.z10_disable = params->disable_z10; in dmub_dcn401_enable_dmub_boot_options()
378 boot_options.bits.skip_phy_access = params->disallow_phy_access; in dmub_dcn401_enable_dmub_boot_options()
380 REG_WRITE(DMCUB_SCRATCH14, boot_options.all); in dmub_dcn401_enable_dmub_boot_options()
385 union dmub_fw_boot_options boot_options; in dmub_dcn401_skip_dmub_panel_power_sequence() local
386 boot_options.all = REG_READ(DMCUB_SCRATCH14); in dmub_dcn401_skip_dmub_panel_power_sequence()
387 boot_options.bits.skip_phy_init_panel_sequence = skip; in dmub_dcn401_skip_dmub_panel_power_sequence()
388 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()

Completed in 16 milliseconds