HomeSort by: relevance | last modified time | path
    Searched refs:dc_height (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/ic/
igsfbvar.h 80 int dc_width, dc_height, dc_depth, dc_stride; member in struct:igsfb_devconfig
igsfb.c 203 dc->dc_width, dc->dc_height, dc->dc_depth);
301 dc->dc_fbsz = dc->dc_stride * dc->dc_height;
434 ri->ri_height = dc->dc_height;
629 wsd_fbip->height = dc->dc_height;
igsfb_subr.c 417 dc->dc_height = 768;
660 dc->dc_height = mode->vdisplay;
  /src/sys/arch/arm/iomd/
vidcvideo.c 91 int dc_height; /* height of frame buffer */ member in struct:fb_devconfig
215 dc->dc_height = dc->mode_info.timings.vdisplay;
273 ri->ri_height = dc->dc_height;
375 wsd_fbip->height = dc->dc_height;
772 else if (y > dc->dc_height)
773 y = dc->dc_height;

Completed in 16 milliseconds