Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc.h2473 #define dc_exit_ips_for_hw_access(dc) dc_exit_ips_for_hw_access_internal(dc, __func__)
2476 void dc_exit_ips_for_hw_access_internal(struct dc *dc, const char *caller_name);
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c5363 void dc_exit_ips_for_hw_access_internal(struct dc *dc, const char *caller_name) in dc_exit_ips_for_hw_access_internal() function