Home | History | Annotate | Download | only in pci

Lines Matching defs:bits_per_pixel

123 	int bits_per_pixel;
697 sc->bits_per_pixel = 8;
703 (sc->stride * (sc->bits_per_pixel / 8)) - 1;
715 sc->bits_per_pixel);
828 ri->ri_depth = sc->bits_per_pixel;
907 if (sc->bits_per_pixel == 8)
1087 switch (sc->bits_per_pixel) {
1179 if (sc->bits_per_pixel == 24)
1236 switch (sc->bits_per_pixel) {
1264 offset = ((x + y * sc->stride) * (sc->bits_per_pixel >> 3)) >> 3;
1297 (sc->vclk_fb_div * sc->mclk_post_div * sc->bits_per_pixel);
1300 (sc->vclk_freq * sc->bits_per_pixel);
1969 *(u_int *)data = sc->stride * sc->bits_per_pixel / 8;
1976 wdf->depth = sc->bits_per_pixel;