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

/linux-master/drivers/gpu/drm/amd/display/dmub/src/
H A Ddmub_dcn31.c366 union dmub_fw_boot_options boot_options = {0}; local
368 boot_options.bits.z10_disable = params->disable_z10;
369 boot_options.bits.dpia_supported = params->dpia_supported;
370 boot_options.bits.enable_dpia = params->disable_dpia ? 0 : 1;
371 boot_options.bits.usb4_cm_version = params->usb4_cm_version;
372 boot_options.bits.dpia_hpd_int_enable_supported = params->dpia_hpd_int_enable_supported;
373 boot_options.bits.power_optimization = params->power_optimization;
375 boot_options.bits.sel_mux_phy_c_d_phy_f_g = (dmub->asic == DMUB_ASIC_DCN31B) ? 1 : 0;
377 REG_WRITE(DMCUB_SCRATCH14, boot_options.all);
382 union dmub_fw_boot_options boot_options; local
[all...]
H A Ddmub_dcn35.c412 union dmub_fw_boot_options boot_options = {0}; local
414 boot_options.bits.z10_disable = params->disable_z10;
415 boot_options.bits.dpia_supported = params->dpia_supported;
416 boot_options.bits.enable_dpia = params->disable_dpia == true ? 0:1;
417 boot_options.bits.usb4_cm_version = params->usb4_cm_version;
418 boot_options.bits.dpia_hpd_int_enable_supported = params->dpia_hpd_int_enable_supported;
419 boot_options.bits.power_optimization = params->power_optimization;
420 boot_options.bits.disable_clk_ds = params->disallow_dispclk_dppclk_ds;
421 boot_options.bits.disable_clk_gate = params->disable_clock_gate;
422 boot_options
429 union dmub_fw_boot_options boot_options; local
[all...]
H A Ddmub_dcn20.c399 union dmub_fw_boot_options boot_options = {0}; local
401 REG_WRITE(DMCUB_SCRATCH14, boot_options.all);
406 union dmub_fw_boot_options boot_options; local
407 boot_options.all = REG_READ(DMCUB_SCRATCH14);
408 boot_options.bits.skip_phy_init_panel_sequence = skip;
409 REG_WRITE(DMCUB_SCRATCH14, boot_options.all);
H A Ddmub_dcn32.c382 union dmub_fw_boot_options boot_options = {0}; local
384 boot_options.bits.z10_disable = params->disable_z10;
386 REG_WRITE(DMCUB_SCRATCH14, boot_options.all);
391 union dmub_fw_boot_options boot_options; local
392 boot_options.all = REG_READ(DMCUB_SCRATCH14);
393 boot_options.bits.skip_phy_init_panel_sequence = skip;
394 REG_WRITE(DMCUB_SCRATCH14, boot_options.all);
/linux-master/include/acpi/
H A Dactbl1.h260 u16 boot_options; member in struct:acpi_asf_rmcp

Completed in 243 milliseconds