Home
last modified time | relevance | path

Searched refs:dc_height (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/sys/arch/arm/iomd/
Dvidcvideo.c91 int dc_height; /* height of frame buffer */ member
215 dc->dc_height = dc->mode_info.timings.vdisplay; in vidcvideo_getdevconfig()
273 ri->ri_height = dc->dc_height; in vidcvideoinit_screen()
375 wsd_fbip->height = dc->dc_height; in vidcvideoioctl()
772 else if (y > dc->dc_height) in set_curpos()
773 y = dc->dc_height; in set_curpos()
/netbsd/src/sys/dev/ic/
Digsfbvar.h80 int dc_width, dc_height, dc_depth, dc_stride; member
Digsfb.c203 dc->dc_width, dc->dc_height, dc->dc_depth); in igsfb_attach_subr()
301 dc->dc_fbsz = dc->dc_stride * dc->dc_height; in igsfb_init_video()
434 ri->ri_height = dc->dc_height; in igsfb_init_wsdisplay()
629 wsd_fbip->height = dc->dc_height; in igsfb_ioctl()
Digsfb_subr.c417 dc->dc_height = 768; in igsfb_1024x768_8bpp_60Hz()
660 dc->dc_height = mode->vdisplay; in igsfb_set_mode()