Home
last modified time | relevance | path

Searched refs:psr_force_static (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dce/
H A Ddmub_psr.c442 cmd.psr_force_static.psr_force_static_data.panel_inst = panel_inst; in dmub_psr_force_static()
443 cmd.psr_force_static.psr_force_static_data.cmd_version = DMUB_CMD_PSR_CONTROL_VERSION_1; in dmub_psr_force_static()
444 cmd.psr_force_static.header.type = DMUB_CMD__PSR; in dmub_psr_force_static()
445 cmd.psr_force_static.header.sub_type = DMUB_CMD__PSR_FORCE_STATIC; in dmub_psr_force_static()
471 .psr_force_static = dmub_psr_force_static,
H A Ddmub_psr.h48 void (*psr_force_static)(struct dmub_psr *dmub, uint8_t panel_inst); member
/linux/drivers/gpu/drm/amd/display/dmub/inc/
H A Ddmub_cmd.h6855 struct dmub_rb_cmd_psr_force_static psr_force_static; member