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 345 DisplayConfig *config = new DisplayConfig(mode.vrefresh,
368 compatMode->vrefresh != mode.vrefresh) {
373 if (config->getRefreshRate() == (int)compatMode->vrefresh) {
383 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);
  /system/core/adf/libadfhwc/
adfhwc.cpp 123 if (mode.vrefresh)
124 return 1000000000 / mode.vrefresh;
174 if (mode.vrefresh)
175 return 1000000000 / mode.vrefresh;
  /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) {
669 ILOGTRACE("mode set: %dx%d@%dHz", mode->hdisplay, mode->vdisplay, mode->vrefresh);
  /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);
  /external/libdrm/tests/modetest/
modetest.c 203 mode->vrefresh,
697 unsigned int vrefresh; member in struct:pipe_arg
722 const unsigned int vrefresh)
739 if (vrefresh == 0)
741 else if (mode->vrefresh == vrefresh)
805 pipe->mode_str, pipe->vrefresh);
1118 pipe->mode_str, pipe->mode->vrefresh, pipe->format_str);
1302 pipe->vrefresh = 0;
    [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 190 __u32 vrefresh; member in struct:drm_mode_modeinfo
  /external/libdrm/include/drm/
drm_mode.h 131 __u32 vrefresh; member in struct:drm_mode_modeinfo
  /hardware/intel/img/hwcomposer/merrifield/common/observers/
MultiDisplayObserver.cpp 316 mode.vrefresh = timing.refresh;
  /external/libdrm/
xf86drmMode.h 209 uint32_t vrefresh; member in struct:_drmModeModeInfo
  /external/valgrind/include/vki/
vki-linux-drm.h 350 __vki_u32 vrefresh; /* vertical refresh * 1000 */ member in struct:vki_drm_mode_modeinfo
  /hardware/qcom/display/msm8909/sdm/libs/core/drm/
hw_device_drm.cpp 397 display_attributes_.fps = mode.vrefresh;
    [all...]
  /hardware/qcom/display/msm8909w_3100/sdm/libs/core/drm/
hw_device_drm.cpp 392 display_attributes_.fps = mode.vrefresh;
    [all...]
  /hardware/qcom/display/msm8998/sdm/libs/core/drm/
hw_device_drm.cpp 168 display_attributes_.fps = mode.vrefresh;

Completed in 3042 milliseconds