HomeSort by: relevance | last modified time | path
    Searched defs:videomode (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/xen/
xen_drm_front_conn.c 20 #include <video/videomode.h>
70 struct videomode videomode; local in function:connector_get_modes
77 memset(&videomode, 0, sizeof(videomode));
78 videomode.hactive = pipeline->width;
79 videomode.vactive = pipeline->height;
80 width = videomode.hactive + videomode.hfront_porch +
81 videomode.hback_porch + videomode.hsync_len
    [all...]
  /src/sys/dev/videomode/
videomode.h 1 /* $NetBSD: videomode.h,v 1.3 2011/04/09 18:22:31 jdc Exp $ */
33 struct videomode { struct
66 extern const struct videomode videomode_list[];
69 const struct videomode *pick_mode_by_dotclock(int, int, int);
70 const struct videomode *pick_mode_by_ref(int, int, int);
71 void sort_modes(struct videomode *, struct videomode **, int);

Completed in 13 milliseconds