Home
last modified time | relevance | path

Searched refs:dcn_restore (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dcn31/
H A Ddcn31_hwseq.c424 cmd.dcn_restore.header.type = DMUB_CMD__IDLE_OPT; in dcn31_z10_save_init()
425 cmd.dcn_restore.header.sub_type = DMUB_CMD__IDLE_OPT_DCN_SAVE_INIT; in dcn31_z10_save_init()
442 cmd.dcn_restore.header.type = DMUB_CMD__IDLE_OPT; in dcn31_z10_restore()
443 cmd.dcn_restore.header.sub_type = DMUB_CMD__IDLE_OPT_DCN_RESTORE; in dcn31_z10_restore()
/linux-6.15/drivers/gpu/drm/amd/display/dmub/inc/
H A Ddmub_cmd.h5627 struct dmub_rb_cmd_idle_opt_dcn_restore dcn_restore; member