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),
73 v_scan_ == m.vscan && v_refresh_ == m.vrefresh && flags_ == m.flags &&
89 m->vrefresh = v_refresh_;
  /hardware/intel/img/hwcomposer/merrifield/common/devices/
PhysicalDevice.cpp 344 DisplayConfig *config = new DisplayConfig(mode.vrefresh,
367 compatMode->vrefresh != mode.vrefresh) {
372 if (config->getRefreshRate() == (int)compatMode->vrefresh) {
382 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 84 printf("\tvrefresh : %i\n", mode->vrefresh);
88 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 246 mode->vrefresh,
718 unsigned int vrefresh; member in struct:pipe_arg
741 const unsigned int vrefresh)
758 if (vrefresh == 0)
760 else if (mode->vrefresh == vrefresh)
824 pipe->mode_str, pipe->vrefresh);
1094 pipe->mode_str, pipe->mode->vrefresh, pipe->format_str);
1266 pipe->vrefresh = 0;
1310 pipe->vrefresh = strtoul(p + 1, &endp, 10)
    [all...]
  /bionic/libc/kernel/uapi/drm/
drm_mode.h 92 __u32 vrefresh; member in struct:drm_mode_modeinfo
  /external/kernel-headers/original/uapi/drm/
drm_mode.h 111 __u32 vrefresh; member in struct:drm_mode_modeinfo
  /external/libdrm/include/drm/
drm_mode.h 100 __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 890 milliseconds