Lines Matching refs:format
57 int format; /* vesa or jeida format */
255 val = lvds->format | LVDS_CH0_EN;
375 /* Set format */
377 PX30_LVDS_FORMAT(lvds->format),
378 PX30_LVDS_FORMAT(lvds->format));
600 /* default set it as format vesa 18 */
601 lvds->format = LVDS_VESA_18;
603 lvds->format = rockchip_lvds_name_to_format(name);
605 if (lvds->format < 0) {
606 DRM_DEV_ERROR(dev, "invalid data-mapping format [%s]\n", name);
607 ret = lvds->format;