Lines Matching refs:drm_mode
222 struct drm_mode {
237 +struct drm_mode *
384 + struct drm_mode *mode;
634 -static struct drm_mode *
635 +struct drm_mode *
642 wl_list_for_each_reverse(drm_mode, &output->base.mode_list, base.link) {
643 - if (width == drm_mode->base.width &&
644 - height == drm_mode->base.height &&
645 + if (width == drm_mode->mode_info.hdisplay &&
646 + height == drm_mode->mode_info.vdisplay &&
647 (refresh == 0 || refresh == drm_mode->mode_info.vrefresh)) {
649 aspect_ratio == drm_mode->base.aspect_ratio)