Home
last modified time | relevance | path

Searched refs:dpp_clock_gated (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dccg/dcn314/
H A Ddcn314_dccg.c337 if (dccg->dpp_clock_gated[dpp_inst] != clock_on) in dccg314_dpp_root_clock_control()
354 dccg->dpp_clock_gated[dpp_inst] = !clock_on; in dccg314_dpp_root_clock_control()
/linux/drivers/gpu/drm/amd/display/dc/dccg/dcn35/
H A Ddcn35_dccg.c1160 if (dccg->dpp_clock_gated[dpp_inst]) { in dccg35_update_dpp_dto()
1673 if (dccg->dpp_clock_gated[dpp_inst] != clock_on) in dccg35_dpp_root_clock_control()
1697 dccg->dpp_clock_gated[dpp_inst] = !clock_on; in dccg35_dpp_root_clock_control()
2154 if (dccg->dpp_clock_gated[dpp_inst]) { in dccg35_update_dpp_dto_cb()
2192 if (dccg->dpp_clock_gated[dpp_inst] == power_on) in dccg35_dpp_root_clock_control_cb()
2201 dccg->dpp_clock_gated[dpp_inst] = !power_on; in dccg35_dpp_root_clock_control_cb()
/linux/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Ddccg.h198 bool dpp_clock_gated[MAX_PIPES]; member
/linux/drivers/gpu/drm/amd/display/dc/dccg/dcn31/
H A Ddcn31_dccg.c51 if (dccg->dpp_clock_gated[dpp_inst]) { in dccg31_update_dpp_dto()