Lines Matching refs:drm_mode
55 struct drm_display_mode *drm_mode; in dp_debug_read_info() local
67 drm_mode = &debug->panel->dp_mode.drm_mode; in dp_debug_read_info()
99 drm_mode->hdisplay, in dp_debug_read_info()
100 drm_mode->vdisplay); in dp_debug_read_info()
106 drm_mode->htotal - drm_mode->hsync_end, in dp_debug_read_info()
107 drm_mode->vtotal - drm_mode->vsync_end); in dp_debug_read_info()
113 drm_mode->hsync_start - drm_mode->hdisplay, in dp_debug_read_info()
114 drm_mode->vsync_start - drm_mode->vdisplay); in dp_debug_read_info()
120 drm_mode->hsync_end - drm_mode->hsync_start, in dp_debug_read_info()
121 drm_mode->vsync_end - drm_mode->vsync_start); in dp_debug_read_info()
134 drm_mode->hskew); in dp_debug_read_info()
140 drm_mode_vrefresh(drm_mode)); in dp_debug_read_info()
146 drm_mode->clock); in dp_debug_read_info()