Home
last modified time | relevance | path

Searched refs:dcn31_z10_restore (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hwss/dcn31/
Ddcn31_hwseq.h46 void dcn31_z10_restore(const struct dc *dc);
Ddcn31_init.c108 .z10_restore = dcn31_z10_restore,
Ddcn31_hwseq.c423 void dcn31_z10_restore(const struct dc *dc) in dcn31_z10_restore() function
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hwss/dcn314/
Ddcn314_init.c110 .z10_restore = dcn31_z10_restore,
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hwss/dcn35/
Ddcn35_hwseq.c689 dcn31_z10_restore(dc); in dcn35_z10_restore()