Searched refs:ffb_type (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xf86-video-sunffb/dist/src/
H A Dffb_accel_common.c108 if (pFfb->ffb_type == ffb1_prototype ||
109 pFfb->ffb_type == ffb1_standard ||
110 pFfb->ffb_type == ffb1_speedsort) {
124 (pFfb->ffb_type != afb_m3 &&
125 pFfb->ffb_type != afb_m6)) {
133 (pFfb->ffb_type == afb_m3 ||
134 pFfb->ffb_type == afb_m6))
H A Dffb_dac.c280 if (pFfb->ffb_type == ffb2_vertical_plus ||
281 pFfb->ffb_type == ffb2_horizontal_plus ||
282 pFfb->ffb_type == afb_m3 ||
283 pFfb->ffb_type == afb_m6)
368 if (pFfb->ffb_type == afb_m3 || pFfb->ffb_type == afb_m6) {
414 if (pFfb->ffb_type == ffb2_vertical_plus ||
415 pFfb->ffb_type == ffb2_horizontal_plus ||
416 pFfb->ffb_type == afb_m3 ||
417 pFfb->ffb_type
[all...]
H A Dffb_driver.c473 pFfb->ffb_type = afb_m6;
476 pFfb->ffb_type = afb_m3;
496 pFfb->ffb_type = ffb1_prototype;
500 pFfb->ffb_type = ffb1_standard;
504 pFfb->ffb_type = ffb1_speedsort;
508 pFfb->ffb_type = ffb2_prototype;
512 pFfb->ffb_type = ffb2_vertical;
516 pFfb->ffb_type = ffb2_vertical_plus;
520 pFfb->ffb_type = ffb2_horizontal;
524 pFfb->ffb_type
[all...]
H A Dffb.h147 enum ffb_chip_type ffb_type; member in struct:__anoncc77e9840308

Completed in 6 milliseconds