HomeSort by relevance Sort by last modified time
    Searched refs:vrefresh (Results 1 - 20 of 20) sorted by null

  /external/drm_hwcomposer/
drmmode.cpp 39 v_refresh_(m->vrefresh),
66 m->vrefresh = v_refresh_;
  /hardware/intel/img/hwcomposer/merrifield/common/devices/
PhysicalDevice.cpp 347 DisplayConfig *config = new DisplayConfig(mode.vrefresh/mFpsDivider,
370 compatMode->vrefresh != mode.vrefresh) {
375 if (config->getRefreshRate() == (int)compatMode->vrefresh) {
385 DisplayConfig *config = new DisplayConfig(compatMode->vrefresh,
ExternalDevice.cpp 263 return mode.vrefresh;
285 if (hz == (int)mode.vrefresh)
295 ITRACE("changing refresh rate from %d to %d", mode.vrefresh, hz);
  /hardware/intel/img/hwcomposer/moorefield_hdmi/common/devices/
PhysicalDevice.cpp 341 DisplayConfig *config = new DisplayConfig(mode.vrefresh,
364 compatMode->vrefresh != mode.vrefresh) {
369 if (config->getRefreshRate() == (int)compatMode->vrefresh) {
379 DisplayConfig *config = new DisplayConfig(compatMode->vrefresh,
ExternalDevice.cpp 277 if (hz == (int)mode.vrefresh)
280 ILOGTRACE("changing refresh rate from %d to %d", mode.vrefresh, hz);
  /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);
237 base->vrefresh == value->vrefresh &&
326 mode->vrefresh == (uint32_t)hz) {
631 ITRACE("mode set: %dx%d@%dHz", mode->hdisplay, mode->vdisplay, mode->vrefresh);
  /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);
241 base->vrefresh == value->vrefresh &&
330 mode->vrefresh == (uint32_t)hz) {
665 ILOGTRACE("mode set: %dx%d@%dHz", mode->hdisplay, mode->vdisplay, mode->vrefresh);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/drm/
drm_mode.h 88 __u32 vrefresh; 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 89 __u32 vrefresh; member in struct:drm_mode_modeinfo
  /external/libdrm/tests/modeprint/
modeprint.c 86 printf("\tvrefresh : %i\n", mode->vrefresh);
90 mode->hdisplay, mode->vdisplay, mode->vrefresh);
  /system/core/adf/libadfhwc/
adfhwc.cpp 123 if (mode.vrefresh)
124 return 1000000000 / mode.vrefresh;
  /external/libdrm/tests/modetest/
modetest.c 200 mode->vrefresh,
691 unsigned int vrefresh; member in struct:pipe_arg
715 const unsigned int vrefresh)
732 if (vrefresh == 0)
734 else if (mode->vrefresh == vrefresh)
798 pipe->mode_str, pipe->vrefresh);
1101 pipe->mode_str, pipe->mode->vrefresh, pipe->format_str);
1285 pipe->vrefresh = 0;
1335 pipe->vrefresh = strtoul(p + 1, &endp, 10)
    [all...]
  /bionic/libc/kernel/uapi/drm/
drm_mode.h 102 __u32 vrefresh; member in struct:drm_mode_modeinfo
  /external/kernel-headers/original/uapi/drm/
drm_mode.h 119 __u32 vrefresh; member in struct:drm_mode_modeinfo
  /external/libdrm/include/drm/
drm_mode.h 108 __u32 vrefresh; member in struct:drm_mode_modeinfo
  /external/libdrm/
xf86drmMode.h 206 uint32_t vrefresh; member in struct:_drmModeModeInfo
  /hardware/intel/img/hwcomposer/merrifield/common/observers/
MultiDisplayObserver.cpp 316 mode.vrefresh = timing.refresh;
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_crtc.c 124 drm_mode.vrefresh = mode->VRefresh;
  /external/mesa3d/src/gallium/state_trackers/egl/drm/
modeset.c 561 drmmode->base.refresh_rate = drmmode->mode.vrefresh;
562 /* not all kernels have vrefresh = refresh_rate * 1000 */
  /external/valgrind/include/vki/
vki-linux-drm.h 350 __vki_u32 vrefresh; /* vertical refresh * 1000 */ member in struct:vki_drm_mode_modeinfo

Completed in 1976 milliseconds