Home | History | Annotate | Download | only in base

Lines Matching refs:hdisplay

228         ILOGTRACE("mode is: %dx%d@%dHz", output->mode.hdisplay, output->mode.vdisplay, output->mode.vrefresh);
238 if (base->hdisplay == value->hdisplay &&
327 if (mode->hdisplay == output->mode.hdisplay &&
433 if (output->mode.hdisplay == 0 || output->mode.vdisplay == 0) {
443 mode.hdisplay = DEFAULT_DRM_FB_WIDTH;
485 width = output->mode.hdisplay;
638 mode->hdisplay, mode->vdisplay, &stride);
652 mode->hdisplay,
665 ILOGTRACE("mode set: %dx%d@%dHz", mode->hdisplay, mode->vdisplay, mode->vrefresh);