HomeSort by relevance Sort by last modified time
    Searched defs:possible_crtcs (Results 1 - 9 of 9) sorted by null

  /external/drm_hwcomposer/
drmencoder.h 31 const std::vector<DrmCrtc *> &possible_crtcs);
40 const std::vector<DrmCrtc *> &possible_crtcs() const { function in class:android::DrmEncoder
drmresources.cpp 109 std::vector<DrmCrtc *> possible_crtcs; local
112 if ((1 << crtc->pipe()) & e->possible_crtcs)
113 possible_crtcs.push_back(crtc.get());
120 new DrmEncoder(e, current_crtc, possible_crtcs));
261 for (DrmCrtc *crtc : enc->possible_crtcs()) {
  /external/libdrm/tests/modetest/
modetest.c 193 encoder->possible_crtcs,
439 ovr->gamma_size, ovr->possible_crtcs);
751 uint32_t possible_crtcs = ~0; local
772 crtcs_for_connector |= encoder->possible_crtcs;
779 possible_crtcs &= crtcs_for_connector;
782 if (!possible_crtcs)
788 if (possible_crtcs & active_crtcs)
789 crtc_idx = ffs(possible_crtcs & active_crtcs);
791 crtc_idx = ffs(possible_crtcs);
1000 if ((ovr->possible_crtcs & (1 << pipe)) && !ovr->crtc_id)
    [all...]
  /external/libdrm/
xf86drmMode.h 272 uint32_t possible_crtcs; member in struct:_drmModeEncoder
332 uint32_t possible_crtcs; member in struct:_drmModePlane
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/drm/
drm_mode.h 136 __u32 possible_crtcs; member in struct:drm_mode_get_encoder
  /bionic/libc/kernel/uapi/drm/
drm_mode.h 152 __u32 possible_crtcs; member in struct:drm_mode_get_plane
174 __u32 possible_crtcs; member in struct:drm_mode_get_encoder
  /external/kernel-headers/original/uapi/drm/
drm_mode.h 256 __u32 possible_crtcs; member in struct:drm_mode_get_plane
284 __u32 possible_crtcs; member in struct:drm_mode_get_encoder
  /external/libdrm/include/drm/
drm_mode.h 197 __u32 possible_crtcs; member in struct:drm_mode_get_plane
225 __u32 possible_crtcs; member in struct:drm_mode_get_encoder
  /external/valgrind/include/vki/
vki-linux-drm.h 387 __vki_u32 possible_crtcs; member in struct:vki_drm_mode_get_encoder

Completed in 192 milliseconds