Searched refs:power_opt (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/gpu/drm/amd/display/dc/dce/
H A Ddmub_replay.h46 void (*replay_set_power_opt)(struct dmub_replay *dmub, unsigned int power_opt,
55 unsigned int power_opt, uint8_t panel_inst, uint16_t coasting_vtotal);
H A Ddmub_psr.h52 void (*psr_set_power_opt)(struct dmub_psr *dmub, unsigned int power_opt, uint8_t panel_inst);
H A Ddmub_replay.c118 static void dmub_replay_set_power_opt(struct dmub_replay *dmub, unsigned int power_opt, uint8_t panel_inst) argument
127 cmd.replay_set_power_opt.replay_set_power_opt_data.power_opt = power_opt;
265 unsigned int power_opt, uint8_t panel_inst, uint16_t coasting_vtotal)
276 cmd.replay_set_power_opt_and_coasting_vtotal.replay_set_power_opt_data.power_opt = power_opt;
264 dmub_replay_set_power_opt_and_coasting_vtotal(struct dmub_replay *dmub, unsigned int power_opt, uint8_t panel_inst, uint16_t coasting_vtotal) argument
H A Ddmub_psr.c271 static void dmub_psr_set_power_opt(struct dmub_psr *dmub, unsigned int power_opt, uint8_t panel_inst) argument
281 cmd.psr_set_power_opt.psr_set_power_opt_data.power_opt = power_opt;
/linux-master/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_psr.c155 unsigned int power_opt = 0; local
190 power_opt |= psr_power_opt_z10_static_screen;
192 dc_link_set_psr_allow_active(link, &psr_enable, false, false, &power_opt);
206 unsigned int power_opt = 0; local
211 return dc_link_set_psr_allow_active(stream->link, &psr_enable, true, false, &power_opt);
/linux-master/drivers/gpu/drm/amd/display/dmub/inc/
H A Ddmub_cmd.h2917 uint32_t power_opt; member in struct:dmub_cmd_psr_set_power_opt_data
3166 uint32_t power_opt; member in struct:dmub_cmd_replay_set_power_opt_data

Completed in 253 milliseconds