Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/xorg/
Dxorg_output.c259 drmModeEncoderPtr drm_encoder = NULL; in xorg_output_init() local
310 drm_encoder = drmModeGetEncoder(ms->fd, drm_connector->encoders[0]); in xorg_output_init()
311 if (drm_encoder) { in xorg_output_init()
312 output->possible_crtcs = drm_encoder->possible_crtcs; in xorg_output_init()
313 output->possible_clones = drm_encoder->possible_clones; in xorg_output_init()