Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/amd/display/dc/dccg/dcn314/
H A Ddcn314_dccg.c336 if (dccg->dpp_clock_gated[dpp_inst] != clock_on) in dccg314_dpp_root_clock_control()
353 dccg->dpp_clock_gated[dpp_inst] = !clock_on; in dccg314_dpp_root_clock_control()
/linux-6.15/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Ddccg.h79 bool dpp_clock_gated[MAX_PIPES]; member
/linux-6.15/drivers/gpu/drm/amd/display/dc/dccg/dcn35/
H A Ddcn35_dccg.c1147 if (dccg->dpp_clock_gated[dpp_inst]) { in dccg35_update_dpp_dto()
1642 if (dccg->dpp_clock_gated[dpp_inst] == clock_on) in dccg35_dpp_root_clock_control()
1659 dccg->dpp_clock_gated[dpp_inst] = !clock_on; in dccg35_dpp_root_clock_control()
2111 if (dccg->dpp_clock_gated[dpp_inst]) { in dccg35_update_dpp_dto_cb()
2149 if (dccg->dpp_clock_gated[dpp_inst] == power_on) in dccg35_dpp_root_clock_control_cb()
2158 dccg->dpp_clock_gated[dpp_inst] = !power_on; in dccg35_dpp_root_clock_control_cb()
/linux-6.15/drivers/gpu/drm/amd/display/dc/dccg/dcn31/
H A Ddcn31_dccg.c50 if (dccg->dpp_clock_gated[dpp_inst]) { in dccg31_update_dpp_dto()