HomeSort by relevance Sort by last modified time
    Searched refs:hdisplay (Results 1 - 25 of 38) sorted by null

1 2

  /external/drm_hwcomposer/
drmmode.cpp 29 h_display_(m->hdisplay),
46 return clock_ == m.clock && h_display_ == m.hdisplay &&
56 m->hdisplay = h_display_;
  /hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
Drm.cpp 229 ILOGTRACE("mode is: %dx%d@%dHz", output->mode.hdisplay, output->mode.vdisplay, output->mode.vrefresh);
239 if (base->hdisplay == value->hdisplay &&
328 if (mode->hdisplay == output->mode.hdisplay &&
434 if (output->mode.hdisplay == 0 || output->mode.vdisplay == 0) {
444 mode.hdisplay = DEFAULT_DRM_FB_WIDTH;
486 width = output->mode.hdisplay;
623 if (currentMode.hdisplay != mode->hdisplay ||
    [all...]
  /hardware/intel/img/hwcomposer/merrifield/common/devices/
PhysicalDevice.cpp 177 *width = mode.hdisplay;
339 dpiX = mode.hdisplay / physWidthInch;
348 mode.hdisplay,
368 if (compatMode->hdisplay == mode.hdisplay &&
386 compatMode->hdisplay,
  /hardware/intel/img/hwcomposer/moorefield_hdmi/common/devices/
PhysicalDevice.cpp 171 *width = mode.hdisplay;
334 dpiX = mode.hdisplay / physWidthInch;
342 mode.hdisplay,
362 if (compatMode->hdisplay == mode.hdisplay &&
380 compatMode->hdisplay,
  /external/libdrm/tests/kms/
libkms-test-screen.c 50 screen->width = screen->mode.hdisplay;
  /external/libdrm/tests/planetest/
modeset.c 177 if ((w + x) > crtc->crtc->mode.hdisplay)
178 w = crtc->crtc->mode.hdisplay - x;
201 if ((w + x) > crtc->crtc->mode.hdisplay)
202 w = crtc->crtc->mode.hdisplay - x;
planetest.c 94 test_crtc->crtc->mode.hdisplay - plane_w);
atomictest.c 114 test_crtc->crtc->mode.hdisplay - plane_w);
  /hardware/intel/img/hwcomposer/merrifield/common/base/
Drm.cpp 225 ITRACE("mode is: %dx%d@%dHz", output->mode.hdisplay, output->mode.vdisplay, output->mode.vrefresh);
235 if (base->hdisplay == value->hdisplay &&
324 if (mode->hdisplay == output->mode.hdisplay &&
430 if (output->mode.hdisplay == 0 || output->mode.vdisplay == 0) {
599 mode->hdisplay, mode->vdisplay, &stride);
618 mode->hdisplay,
631 ITRACE("mode set: %dx%d@%dHz", mode->hdisplay, mode->vdisplay, mode->vrefresh);
  /hardware/intel/img/hwcomposer/moorefield_hdmi/common/planes/
DisplayPlane.cpp 97 if (mode->hdisplay == 0 || mode->vdisplay == 0)
104 if ((x + w) > mode->hdisplay)
105 w = mode->hdisplay - x;
362 mModeInfo.hdisplay = mDisplayWidth;
  /hardware/intel/img/hwcomposer/merrifield/common/planes/
DisplayPlane.cpp 91 if (mode->hdisplay == 0 || mode->vdisplay == 0)
98 if ((x + w) > mode->hdisplay)
99 w = mode->hdisplay - x;
  /bootable/recovery/minui/
graphics_adf.cpp 56 surf->fd = adf_interface_simple_buffer_alloc(pdata->intf_fd, mode->hdisplay,
61 surf->base.width = mode->hdisplay;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/drm/
drm_mode.h 85 __u16 hdisplay, hsync_start, hsync_end, htotal, hskew; member in struct:drm_mode_modeinfo
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/drm/
drm_mode.h 86 __u16 hdisplay, hsync_start, hsync_end, htotal, hskew; member in struct:drm_mode_modeinfo
  /external/libdrm/tests/modeprint/
modeprint.c 76 printf("\thdisplay : %i\n", mode->hdisplay);
90 mode->hdisplay, mode->vdisplay, mode->vrefresh);
  /hardware/intel/img/hwcomposer/merrifield/ips/anniedale/
AnnRGBPlane.cpp 172 if (mode->vdisplay && mode->hdisplay)
173 mContext.ctx.sp_ctx.pos = ((mode->vdisplay - dstY - dstH) & 0xfff) << 16 | ((mode->hdisplay - dstX - dstW) & 0xfff);
AnnOverlayPlane.cpp 329 if (mode->hdisplay)
330 x = mode->hdisplay - mPosition.x - mPosition.w;
  /system/core/adf/libadfhwc/
adfhwc.cpp 128 return mode.hdisplay;
134 return dpi(mode.hdisplay, data.width_mm);
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/anniedale/
AnnRGBPlane.cpp 230 if (mode->vdisplay && mode->hdisplay)
231 mContext.ctx.sp_ctx.pos = ((mode->vdisplay - dstY - dstH) & 0xfff) << 16 | ((mode->hdisplay - dstX - dstW) & 0xfff);
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_output.c 167 mode->HDisplay = drm_mode->hdisplay;
201 !cust->winsys_check_fb_size(cust, pMode->HDisplay *
  /hardware/intel/img/hwcomposer/merrifield/ips/tangier/
TngCursorPlane.cpp 103 dstX = mModeInfo.hdisplay - dstX - cursorSize;
  /bionic/libc/kernel/uapi/drm/
drm_mode.h 90 __u16 hdisplay; member in struct:drm_mode_modeinfo
  /external/kernel-headers/original/uapi/drm/
drm_mode.h 108 __u16 hdisplay; member in struct:drm_mode_modeinfo
  /external/libdrm/include/drm/
drm_mode.h 105 __u16 hdisplay, hsync_start, hsync_end, htotal, hskew; member in struct:drm_mode_modeinfo
  /external/libdrm/
xf86drmMode.h 203 uint16_t hdisplay, hsync_start, hsync_end, htotal, hskew; member in struct:_drmModeModeInfo

Completed in 4254 milliseconds

1 2