Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dhubp.h206 void (*hubp_update_force_cursor_pstate_disallow)(struct hubp *hubp, bool allow); member
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn32/
H A Ddcn32_hubp.c201 .hubp_update_force_cursor_pstate_disallow = hubp32_update_force_cursor_pstate_disallow,
H A Ddcn32_hwseq.c620 if (hubp && hubp->funcs->hubp_update_force_cursor_pstate_disallow) in dcn32_update_force_pstate()
621 hubp->funcs->hubp_update_force_cursor_pstate_disallow(hubp, false); in dcn32_update_force_pstate()
642 if (hubp && hubp->funcs->hubp_update_force_cursor_pstate_disallow) in dcn32_update_force_pstate()
643 hubp->funcs->hubp_update_force_cursor_pstate_disallow(hubp, true); in dcn32_update_force_pstate()