Lines Matching refs:drm_mode
39 const struct drm_display_mode *drm_mode; in dp_debug_show() local
44 drm_mode = &debug->panel->dp_mode.drm_mode; in dp_debug_show()
56 drm_mode->hdisplay, in dp_debug_show()
57 drm_mode->vdisplay); in dp_debug_show()
59 drm_mode->htotal - drm_mode->hsync_end, in dp_debug_show()
60 drm_mode->vtotal - drm_mode->vsync_end); in dp_debug_show()
62 drm_mode->hsync_start - drm_mode->hdisplay, in dp_debug_show()
63 drm_mode->vsync_start - drm_mode->vdisplay); in dp_debug_show()
65 drm_mode->hsync_end - drm_mode->hsync_start, in dp_debug_show()
66 drm_mode->vsync_end - drm_mode->vsync_start); in dp_debug_show()
71 drm_mode->hskew); in dp_debug_show()
73 drm_mode_vrefresh(drm_mode)); in dp_debug_show()
75 drm_mode->clock); in dp_debug_show()