HomeSort by: relevance | last modified time | path
    Searched defs:possible_crtcs (Results 1 - 10 of 10) sorted by relevancy

  /xsrc/external/mit/libdrm/dist/
xf86drmMode.c 498 r->possible_crtcs = enc.possible_crtcs;
628 uint32_t possible_crtcs; local
630 possible_crtcs = 0;
637 possible_crtcs |= encoder->possible_crtcs;
641 if (possible_crtcs == 0)
643 return possible_crtcs;
1191 r->possible_crtcs = ovr.possible_crtcs;
    [all...]
xf86drmMode.h 174 uint32_t possible_crtcs; member in struct:_drmModeEncoder
252 uint32_t possible_crtcs; member in struct:_drmModePlane
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/
xf86Crtc.h 516 CARD32 possible_crtcs; member in struct:_xf86Output
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
xf86Crtc.h 557 CARD32 possible_crtcs; member in struct:_xf86Output
  /xsrc/external/mit/libdrm/dist/tests/modetest/
modetest.c 225 encoder->possible_crtcs,
536 ovr->gamma_size, ovr->possible_crtcs);
909 uint32_t possible_crtcs = ~0; local
930 crtcs_for_connector |= encoder->possible_crtcs;
937 possible_crtcs &= crtcs_for_connector;
940 if (!possible_crtcs)
946 if (possible_crtcs & active_crtcs)
947 crtc_idx = ffs(possible_crtcs & active_crtcs);
949 crtc_idx = ffs(possible_crtcs);
1308 if ((ovr->possible_crtcs & crtc_mask) &
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/include/drm-uapi/
drm_mode.h 292 __u32 possible_crtcs; member in struct:drm_mode_get_plane
320 __u32 possible_crtcs; member in struct:drm_mode_get_encoder
  /xsrc/external/mit/MesaLib/dist/include/drm-uapi/
drm_mode.h 342 * @possible_crtcs: Bitmask of CRTC's compatible with the plane. CRTC's
347 __u32 possible_crtcs; member in struct:drm_mode_get_plane
381 __u32 possible_crtcs; member in struct:drm_mode_get_encoder
  /xsrc/external/mit/libdrm/dist/include/drm/
drm_mode.h 342 * @possible_crtcs: Bitmask of CRTC's compatible with the plane. CRTC's
347 __u32 possible_crtcs; member in struct:drm_mode_get_plane
381 __u32 possible_crtcs; member in struct:drm_mode_get_encoder
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
sna_display.c 1026 (uint32_t)output->possible_crtcs,
1029 assert(output->possible_crtcs & (1 << sna_crtc->pipe) ||
2638 uint32_t possible_crtcs; member in struct:local_mode_get_plane
2652 if ((p.possible_crtcs & (1 << crtc->pipe)) == 0)
3609 out->possible_crtcs |= enc.possible_crtcs;
3669 (uint32_t)output->possible_crtcs,
3744 unsigned possible_encoders, attached_encoders, possible_crtcs; local
3797 possible_crtcs = enc.possible_crtcs;
    [all...]
  /xsrc/external/mit/xf86-video-intel/dist/src/sna/
sna_display.c 154 uint32_t possible_crtcs; member in struct:local_mode_get_plane
1576 (uint32_t)output->possible_crtcs,
1579 assert(output->possible_crtcs & (1 << __sna_crtc_pipe(sna_crtc)) ||
3529 if ((p.possible_crtcs & (1 << __sna_crtc_pipe(crtc))) == 0)
4863 DBG(("%s(%d): encoder=%d, possible_crtcs=%x, possible_clones=%x\n",
4864 __FUNCTION__, id, enc.encoder_id, enc.possible_crtcs, enc.possible_clones));
4865 out->possible_crtcs |= enc.possible_crtcs;
4925 (uint32_t)output->possible_crtcs,
5099 unsigned possible_encoders, attached_encoders, possible_crtcs; local
    [all...]

Completed in 15 milliseconds