Searched defs:dc_config (Results 1 – 3 of 3) sorted by relevance
394 struct dc_config { struct395 bool gpu_vm_support;396 bool disable_disp_pll_sharing;397 bool fbc_support;398 bool disable_fractional_pwm;399 bool allow_seamless_boot_optimization;400 bool seamless_boot_edp_requested;401 bool edp_not_connected;402 bool edp_no_power_sequencing;403 bool force_enum_edp;[all …]
278 struct dc_config { struct279 bool gpu_vm_support;280 bool disable_disp_pll_sharing;281 bool fbc_support;282 bool optimize_edp_link_rate;283 bool disable_fractional_pwm;284 bool allow_seamless_boot_optimization;285 bool power_down_display_on_boot;286 bool edp_not_connected;287 bool force_enum_edp;[all …]
448 u32 dc_config; member