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

  /src/sys/dev/ic/
igsfbvar.h 80 int dc_width, dc_height, dc_depth, dc_stride; member in struct:igsfb_devconfig
  /src/sys/arch/arm/iomd/
vidcvideo.c 90 int dc_width; /* width of frame buffer */ member in struct:fb_devconfig
214 dc->dc_width = dc->mode_info.timings.hdisplay;
224 dc->dc_rowbytes = dc->dc_width / 8;
227 dc->dc_rowbytes = dc->dc_width / 4;
230 dc->dc_rowbytes = dc->dc_width / 2;
233 dc->dc_rowbytes = dc->dc_width;
236 dc->dc_rowbytes = dc->dc_width * 2;
239 dc->dc_rowbytes = dc->dc_width * 4;
272 ri->ri_width = dc->dc_width;
376 wsd_fbip->width = dc->dc_width;
    [all...]

Completed in 11 milliseconds