Lines Matching defs:format
44 int format;
157 if (gdp_format_to_str[i].format == (val & 0x1F)) {
377 static int sti_gdp_get_alpharange(int format)
379 switch (format) {
633 int format;
646 /* src_x are in 16.16 format */
654 format = sti_gdp_fourcc2format(fb->format->format);
655 if (format == -1) {
657 (char *)&fb->format->format);
723 int format;
760 /* src_x are in 16.16 format */
776 format = sti_gdp_fourcc2format(fb->format->format);
777 top_field->gam_gdp_ctl |= format;
778 top_field->gam_gdp_ctl |= sti_gdp_get_alpharange(format);
783 DRM_DEBUG_DRIVER("drm FB:%d format:%.4s phys@:0x%lx\n", fb->base.id,
784 (char *)&fb->format->format,
788 bpp = fb->format->cpp[0];