Home
last modified time | relevance | path

Searched defs:drm_display_mode (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/include/drm/
Ddrm_modes.h208 struct drm_display_mode { struct
214 struct list_head head;
228 struct drm_mode_object base;
235 char name[DRM_DISPLAY_MODE_LEN];
243 enum drm_mode_status status;
271 unsigned int type;
278 int clock; /* in kHz */
279 int hdisplay;
280 int hsync_start;
281 int hsync_end;
[all …]