Lines Matching refs:drm_mode
31 const struct drm_display_mode *drm_mode; in dp_debug_show() local
36 drm_mode = &debug->panel->dp_mode.drm_mode; in dp_debug_show()
46 drm_mode->hdisplay, in dp_debug_show()
47 drm_mode->vdisplay); in dp_debug_show()
49 drm_mode->htotal - drm_mode->hsync_end, in dp_debug_show()
50 drm_mode->vtotal - drm_mode->vsync_end); in dp_debug_show()
52 drm_mode->hsync_start - drm_mode->hdisplay, in dp_debug_show()
53 drm_mode->vsync_start - drm_mode->vdisplay); in dp_debug_show()
55 drm_mode->hsync_end - drm_mode->hsync_start, in dp_debug_show()
56 drm_mode->vsync_end - drm_mode->vsync_start); in dp_debug_show()
61 drm_mode->hskew); in dp_debug_show()
63 drm_mode_vrefresh(drm_mode)); in dp_debug_show()
65 drm_mode->clock); in dp_debug_show()