From patchwork Mon Jun 7 10:15:46 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Raffaele Recalcati X-Patchwork-Id: 104675 Received: from bear.ext.ti.com (bear.ext.ti.com [192.94.94.41]) by demeter.kernel.org (8.14.3/8.14.3) with ESMTP id o57AG4HV008516 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 7 Jun 2010 10:16:41 GMT Received: from dlep35.itg.ti.com ([157.170.170.118]) by bear.ext.ti.com (8.13.7/8.13.7) with ESMTP id o57AG3NR017367 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 7 Jun 2010 05:16:04 -0500 Received: from linux.omap.com (localhost [127.0.0.1]) by dlep35.itg.ti.com (8.13.7/8.13.7) with ESMTP id o57AG2UA006528 for ; Mon, 7 Jun 2010 05:16:03 -0500 (CDT) Received: from linux.omap.com (localhost [127.0.0.1]) by linux.omap.com (Postfix) with ESMTP id 6C93E8064B for ; Mon, 7 Jun 2010 05:16:01 -0500 (CDT) X-Original-To: davinci-linux-open-source@linux.davincidsp.com Delivered-To: davinci-linux-open-source@linux.davincidsp.com Received: from dflp52.itg.ti.com (dflp52.itg.ti.com [128.247.22.96]) by linux.omap.com (Postfix) with ESMTP id 7FB0780626 for ; Mon, 7 Jun 2010 05:15:48 -0500 (CDT) Received: from medina.ext.ti.com (localhost [127.0.0.1]) by dflp52.itg.ti.com (8.13.7/8.13.7) with ESMTP id o57AFmsw026684 for ; Mon, 7 Jun 2010 05:15:48 -0500 (CDT) Received: from psmtp.com (na3sys009amx228.postini.com [74.125.149.112]) by medina.ext.ti.com (8.13.7/8.13.7) with SMTP id o57AFl22022248 for ; Mon, 7 Jun 2010 05:15:47 -0500 Received: from source ([209.85.214.173]) by na3sys009amx228.postini.com ([74.125.148.10]) with SMTP; Mon, 07 Jun 2010 10:15:47 GMT Received: by mail-iw0-f173.google.com with SMTP id 41so3308425iwn.4 for ; Mon, 07 Jun 2010 03:15:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=pn2tKUtZqlAv9x6J/mr6an/RtwPWcaqzhRfnRz2wiPk=; b=gwhAVjuA3SVJieAv1RddwBKwHPe30YsWIcTNEpqFMZiCN57KQKNSGjUlBDt0RY2RLI 7I+gKIOc23aAO72oC78I5sUq78negZL+r5v+YCK6iWWj2fJdx0/WFaY/Eyb9gBu/fFcf U712siwQt1JwS2GQ0VPzta1ucyqtG+Oe7TClQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=PFhCQ9LbjMj4lfqtueZHnwqm8yKCupI0Ei+yZVvSe3ZxujHd4ZIETJEBbgkJsOOQ1t tavuheYg83xQsisLdXvVYzu/C0H8+hQHllj7TUcYpJkHKMOsxafvT3qTrp5qE2PaREqt yWxLF5Gbi9KQix/ZqudnZgHTDs38w+RaT75Qw= MIME-Version: 1.0 Received: by 10.231.148.145 with SMTP id p17mr4938416ibv.28.1275905746851; Mon, 07 Jun 2010 03:15:46 -0700 (PDT) Received: by 10.231.172.16 with HTTP; Mon, 7 Jun 2010 03:15:46 -0700 (PDT) Date: Mon, 7 Jun 2010 12:15:46 +0200 Message-ID: Subject: [PATCH 06/12] fb: Added composite sync high active mode From: Raffaele Recalcati To: davinci-linux-open-source X-pstn-neptune: 0/0/0.00/0 X-pstn-levels: (S:54.41400/99.90000 CV:99.9000 FC:95.5390 LC:95.5390 R:95.9108 P:95.9108 M:97.0282 C:98.6951 ) X-pstn-settings: 2 (0.5000:0.5000) s cv gt3 gt2 gt1 r p m c X-pstn-addresses: from [db-null] X-BeenThere: davinci-linux-open-source@linux.davincidsp.com X-Mailman-Version: 2.1.12 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: davinci-linux-open-source-bounces+patchwork-davinci=patchwork.kernel.org@linux.davincidsp.com Errors-To: davinci-linux-open-source-bounces+patchwork-davinci=patchwork.kernel.org@linux.davincidsp.com X-Greylist: Sender succeeded STARTTLS authentication, not delayed by milter-greylist-4.2.3 (demeter.kernel.org [140.211.167.41]); Mon, 07 Jun 2010 10:16:41 +0000 (UTC) diff --git a/include/linux/fb.h b/include/linux/fb.h index c10163b..578a8de 100644 --- a/include/linux/fb.h +++ b/include/linux/fb.h @@ -212,6 +212,7 @@ struct fb_bitfield { /* vtotal = 144d/288n/576i => PAL */ /* vtotal = 121d/242n/484i => NTSC */ #define FB_SYNC_ON_GREEN 32 /* sync on green */ +#define FB_SYNC_PIXCLOCK_HIGH_ACT 64 /* composite sync high active */ #define FB_VMODE_NONINTERLACED 0 /* non interlaced */