HomeSort by relevance Sort by last modified time
    Searched full:crtc (Results 51 - 75 of 95) sorted by null

1 23 4

  /external/drm_hwcomposer/
platformnv.h 71 std::map<size_t, DrmHwcLayer *> &layers, DrmCrtc *crtc,
drmdisplaycompositor.cpp 619 DrmCrtc *crtc = drm_->GetCrtcForDisplay(display_);
620 if (!crtc) {
621 ALOGE("Could not locate crtc for display %d", display_);
632 ret = drmModeAtomicAddProperty(pset, crtc->id(), crtc->mode_property().id(),
636 crtc->id()) < 0;
646 DrmCrtc *crtc = comp_plane.crtc();
735 plane->crtc_property().id(), crtc->id()) < 0;
    [all...]
drmdisplaycomposition.cpp 44 int DrmDisplayComposition::Init(DrmResources *drm, DrmCrtc *crtc,
48 crtc_ = crtc; // Can be NULL if we haven't modeset yet
520 << " crtc=" << (crtc_ ? crtc_->id() : -1)
  /hardware/intel/img/psb_video/src/android/
psb_HDMIExtMode.c 103 /* No CRTC attached to HDMI. */
104 drv_debug_msg(VIDEO_DEBUG_ERROR, "%s : Failed to get hdmi crtc\n", __FUNCTION__);
  /external/kernel-headers/original/uapi/drm/
drm_mode.h 159 /* Planes blend with or override other bits on the CRTC */
210 __u32 crtc_id; /**< Id of crtc */
495 * Request a page flip on the specified crtc.
498 * crtc. Once any pending rendering targeting the specified fb (as of
499 * ioctl time) has completed, the crtc will be reprogrammed to display
i915_drm.h 939 /** ID of CRTC being requested **/
942 /** pipe of requested CRTC **/
    [all...]
radeon_drm.h 714 #define RADEON_PARAM_VBLANK_CRTC 13 /* VBLANK CRTC */
772 #define RADEON_SETPARAM_VBLANK_CRTC 6 /* VBLANK CRTC */
    [all...]
  /external/libdrm/tests/kms/
kms-steal-crtc.c 143 /* switch CRTC */
kms-universal-planes.c 231 printf(" CRTC: %x\n", plane->crtc->id);
  /external/libdrm/
xf86drmMode.h 385 * Crtc functions
394 * Set the mode on a crtc crtcId with the given mode modeId.
405 * Set the cursor on crtc
411 * Move the cursor on crtc
  /external/mesa3d/src/gallium/state_trackers/egl/drm/
native_drm.h 82 drmModeCrtcPtr crtc; member in struct:drm_crtc
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_tracker.h 209 xorg_crtc_cursor_destroy(xf86CrtcPtr crtc);
  /hardware/intel/img/psb_video/src/x11/
psb_xrandr.h 130 psb_xrandr_crtc_p crtc; member in struct:_psb_xrandr_output_s
psb_ctexture.c 302 drv_debug_msg(VIDEO_DEBUG_ERROR, "%s: Failed to get local crtc coordinates error # %d\n", __func__, ret);
309 drv_debug_msg(VIDEO_DEBUG_ERROR, "%s: Failed to get extend crtc coordinates error # %d\n", __func__, ret);
  /external/autotest/client/cros/graphics/
graphics_utils.py 432 CRTC = collections.namedtuple(
433 'CRTC', [
434 'id', # crtc id
548 Returns a list of CRTC data.
551 [CRTC(id=19, fb=50, pos=(0, 0), size=(1366, 768)),
552 CRTC(id=22, fb=54, pos=(0, 0), size=(1920, 1080))]
570 crtcs.append(CRTC(crtc_id, fb, (x, y), (width, height)))
603 return connector.size + (0, 0) # TODO(ihf): Should we use CRTC.pos?
    [all...]
  /external/libdrm/tests/exynos/
exynos_fimg2d_test.c 45 int crtc; member in struct:connector
111 if (c->crtc == -1)
112 c->crtc = c->encoder->crtc_id;
120 ret = drmModeSetCrtc(dev->fd, c->crtc,
734 con.crtc = -1;
740 &con.crtc,
  /external/autotest/client/cros/multimedia/
display_facade_native.py 293 """Gets the external crtc.
295 @return The id of the external crtc."""
300 """Gets the internal crtc.
302 @retrun The id of the internal crtc."""
356 @param id: The id of the crtc to screenshot.
  /device/linaro/hikey/gralloc/
framebuffer_device.cpp 119 int crtc = 0; local
121 if (ioctl(m->framebuffer->fd, FBIO_WAITFORVSYNC, &crtc) < 0)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/drm/
i915_drm.h 725 /** ID of CRTC being requested **/
728 /** pipe of requested CRTC **/
790 /* output crtc description */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/drm/
i915_drm.h 749 /** ID of CRTC being requested **/
752 /** pipe of requested CRTC **/
814 /* output crtc description */
  /hardware/intel/img/psb_video/src/
psb_overlay.c     [all...]
  /external/libdrm/include/drm/
i915_drm.h 945 /** ID of CRTC being requested **/
948 /** pipe of requested CRTC **/
    [all...]
radeon_drm.h 712 #define RADEON_PARAM_VBLANK_CRTC 13 /* VBLANK CRTC */
770 #define RADEON_SETPARAM_VBLANK_CRTC 6 /* VBLANK CRTC */
    [all...]
  /external/libdrm/intel/
intel_bufmgr_priv.h 305 * \param crtc_id the crtc identifier
  /device/asus/fugu/original-kernel-headers/linux/
psb_drm.h 1069 /** ID of CRTC being requested **/
1072 /** pipe of requested CRTC **/
    [all...]

Completed in 2378 milliseconds

1 23 4