From patchwork Mon Jun 23 08:34:28 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: akash.goel@intel.com X-Patchwork-Id: 4399771 Return-Path: X-Original-To: patchwork-intel-gfx@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id D1B269F1D6 for ; Mon, 23 Jun 2014 08:31:50 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id A3E38202FE for ; Mon, 23 Jun 2014 08:31:49 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) by mail.kernel.org (Postfix) with ESMTP id A4C74202F8 for ; Mon, 23 Jun 2014 08:31:48 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 589936E199; Mon, 23 Jun 2014 01:31:48 -0700 (PDT) X-Original-To: intel-gfx@lists.freedesktop.org Delivered-To: intel-gfx@lists.freedesktop.org Received: from mga03.intel.com (mga03.intel.com [143.182.124.21]) by gabe.freedesktop.org (Postfix) with ESMTP id 348F26E199 for ; Mon, 23 Jun 2014 01:31:47 -0700 (PDT) Received: from azsmga001.ch.intel.com ([10.2.17.19]) by azsmga101.ch.intel.com with ESMTP; 23 Jun 2014 01:31:47 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.01,528,1400050800"; d="scan'208";a="448725314" Received: from akashgoe-desktop.iind.intel.com ([10.223.82.135]) by azsmga001.ch.intel.com with ESMTP; 23 Jun 2014 01:31:41 -0700 From: akash.goel@intel.com To: intel-gfx@lists.freedesktop.org Date: Mon, 23 Jun 2014 14:04:28 +0530 Message-Id: <1403512469-21598-5-git-send-email-akash.goel@intel.com> X-Mailer: git-send-email 1.9.2 In-Reply-To: <1403512469-21598-1-git-send-email-akash.goel@intel.com> References: <1403512469-21598-1-git-send-email-akash.goel@intel.com> MIME-Version: 1.0 Cc: Akash Goel Subject: [Intel-gfx] [PATCH 4/5] Documentation/drm: Describing border size property X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Akash Goel Updated drm documentation to include description of border size property Signed-off-by: Akash Goel --- Documentation/DocBook/drm.tmpl | 36 ++++++++++++++++++++++++++++++++++-- 1 file changed, 34 insertions(+), 2 deletions(-) diff --git a/Documentation/DocBook/drm.tmpl b/Documentation/DocBook/drm.tmpl index b314a42..2237fa78 100644 --- a/Documentation/DocBook/drm.tmpl +++ b/Documentation/DocBook/drm.tmpl @@ -2648,8 +2648,8 @@ void intel_crt_init(struct drm_device *dev) TBD - i915 - Generic + i915 + Generic "Broadcast RGB" ENUM { "Automatic", "Full", "Limited 16:235" } @@ -2664,6 +2664,38 @@ void intel_crt_init(struct drm_device *dev) TBD + “left border” + RANGE + Min=0, Max=256 + Crtc + DRM CRTC property for varying the size of + the horizontal, vertical borders of the output/display + window.There are actually 4 separate properties so as + to allow an individual control on the size of each border + left/top/bottom/right + + + “right border” + RANGE + Min=0, Max=256 + Crtc + same as above + + + “top border” + RANGE + Min=0, Max=256 + Crtc + same as above + + + “bottom border” + RANGE + Min=0, Max=256 + Crtc + same as above + + Standard name as in DRM Standard type as in DRM Standard value as in DRM