Searched refs:dc_is_dmub_outbox_supported (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/gpu/drm/amd/display/dc/
H A Ddc.h2412 bool dc_is_dmub_outbox_supported(struct dc *dc);
/linux-master/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c1845 if (dc_is_dmub_outbox_supported(adev->dm.dc)) {
2939 if (dc_is_dmub_outbox_supported(adev->dm.dc)) {
2970 if (dc_is_dmub_outbox_supported(adev->dm.dc)) {
3575 if (dc_is_dmub_outbox_supported(adev->dm.dc)) {
/linux-master/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c5380 * dc_is_dmub_outbox_supported - Check if DMUB firmware support outbox notification
5391 bool dc_is_dmub_outbox_supported(struct dc *dc) function
5422 * Calls dc_is_dmub_outbox_supported to check if dmub fw supports outbox
5423 * notifications. All DMs shall switch to dc_is_dmub_outbox_supported. This
5431 return dc_is_dmub_outbox_supported(dc);

Completed in 271 milliseconds