Home
last modified time | relevance | path

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

/Linux-v5.4/include/drm/
Ddrm_modes.h224 struct drm_display_mode { struct
230 struct list_head head;
237 char name[DRM_DISPLAY_MODE_LEN];
245 enum drm_mode_status status;
273 unsigned int type;
280 int clock; /* in kHz */
281 int hdisplay;
282 int hsync_start;
283 int hsync_end;
284 int htotal;
[all …]