Lines Matching defs:format
42 int format;
155 if (gdp_format_to_str[i].format == (val & 0x1F)) {
375 static int sti_gdp_get_alpharange(int format)
377 switch (format) {
629 int format;
642 /* src_x are in 16.16 format */
648 format = sti_gdp_fourcc2format(fb->format->format);
649 if (format == -1) {
651 (char *)&fb->format->format);
714 int format;
751 /* src_x are in 16.16 format */
767 format = sti_gdp_fourcc2format(fb->format->format);
768 top_field->gam_gdp_ctl |= format;
769 top_field->gam_gdp_ctl |= sti_gdp_get_alpharange(format);
774 DRM_DEBUG_DRIVER("drm FB:%d format:%.4s phys@:0x%lx\n", fb->base.id,
775 (char *)&fb->format->format,
779 bpp = fb->format->cpp[0];