Searched refs:other_encoder (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/vulkan/wsi/
H A Dwsi_common_display.c1318 drmModeEncoderPtr other_encoder = local in function:wsi_display_crtc_solo
1321 if (other_encoder) {
1322 bool match = (other_encoder->crtc_id == crtc_id);
1323 drmModeFreeEncoder(other_encoder);
/xsrc/external/mit/MesaLib/dist/src/vulkan/wsi/
H A Dwsi_common_display.c1364 drmModeEncoderPtr other_encoder = local in function:wsi_display_crtc_solo
1367 if (other_encoder) {
1368 bool match = (other_encoder->crtc_id == crtc_id);
1369 drmModeFreeEncoder(other_encoder);

Completed in 15 milliseconds