Searched refs:power_opt (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/ |
H A D | amdgpu_dm_psr.c | 155 unsigned int power_opt = 0; in amdgpu_dm_psr_enable() local 190 power_opt |= psr_power_opt_z10_static_screen; in amdgpu_dm_psr_enable() 192 dc_link_set_psr_allow_active(link, &psr_enable, false, false, &power_opt); in amdgpu_dm_psr_enable() 206 unsigned int power_opt = 0; in amdgpu_dm_psr_disable() local 211 return dc_link_set_psr_allow_active(stream->link, &psr_enable, true, false, &power_opt); in amdgpu_dm_psr_disable()
|
/linux/drivers/gpu/drm/amd/display/dc/dce/ |
H A D | dmub_replay.c | 96 static void dmub_replay_set_power_opt(struct dmub_replay *dmub, unsigned int power_opt, uint8_t pan… in dmub_replay_set_power_opt() argument 105 cmd.replay_set_power_opt.replay_set_power_opt_data.power_opt = power_opt; in dmub_replay_set_power_opt() 272 unsigned int power_opt, uint8_t panel_inst, uint32_t coasting_vtotal) in dmub_replay_set_power_opt_and_coasting_vtotal() argument 284 pCmd->replay_set_power_opt_data.power_opt = power_opt; in dmub_replay_set_power_opt_and_coasting_vtotal()
|
H A D | dmub_replay.h | 25 void (*replay_set_power_opt)(struct dmub_replay *dmub, unsigned int power_opt, 34 unsigned int power_opt, uint8_t panel_inst, uint32_t coasting_vtotal);
|
H A D | dmub_psr.h | 53 void (*psr_set_power_opt)(struct dmub_psr *dmub, unsigned int power_opt, uint8_t panel_inst);
|
H A D | dmub_psr.c | 273 static void dmub_psr_set_power_opt(struct dmub_psr *dmub, unsigned int power_opt, uint8_t panel_ins… in dmub_psr_set_power_opt() argument 283 cmd.psr_set_power_opt.psr_set_power_opt_data.power_opt = power_opt; in dmub_psr_set_power_opt()
|
/linux/drivers/usb/dwc3/ |
H A D | core.c | 991 unsigned int power_opt; in dwc3_core_setup_global_control() local 998 power_opt = DWC3_GHWPARAMS1_EN_PWROPT(dwc->hwparams.hwparams1); in dwc3_core_setup_global_control() 1000 switch (power_opt) { in dwc3_core_setup_global_control() 1043 if (power_opt != DWC3_GHWPARAMS1_EN_PWROPT_NO && in dwc3_core_setup_global_control()
|
/linux/drivers/gpu/drm/amd/display/dmub/inc/ |
H A D | dmub_cmd.h | 3449 uint32_t power_opt; member 3754 uint32_t power_opt; member
|