Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/amd/display/dc/
H A Ddc.h2514 #define dc_exit_ips_for_hw_access(dc) dc_exit_ips_for_hw_access_internal(dc, __func__)
2517 void dc_exit_ips_for_hw_access_internal(struct dc *dc, const char *caller_name);
/linux-6.15/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c5602 void dc_exit_ips_for_hw_access_internal(struct dc *dc, const char *caller_name) in dc_exit_ips_for_hw_access_internal() function