From patchwork Wed Aug 31 16:09:13 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Daniel Vetter X-Patchwork-Id: 9307445 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 498EF60865 for ; Wed, 31 Aug 2016 16:09:42 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 3B3E628F9F for ; Wed, 31 Aug 2016 16:09:42 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 3053B28FA2; Wed, 31 Aug 2016 16:09:42 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.1 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_MED, T_DKIM_INVALID, WEIRD_QUOTING autolearn=ham version=3.3.1 Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id E067528FA1 for ; Wed, 31 Aug 2016 16:09:41 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id EA8D86E7BB; Wed, 31 Aug 2016 16:09:35 +0000 (UTC) X-Original-To: intel-gfx@lists.freedesktop.org Delivered-To: intel-gfx@lists.freedesktop.org Received: from mail-wm0-x244.google.com (mail-wm0-x244.google.com [IPv6:2a00:1450:400c:c09::244]) by gabe.freedesktop.org (Postfix) with ESMTPS id 058CB6E7C9 for ; Wed, 31 Aug 2016 16:09:34 +0000 (UTC) Received: by mail-wm0-x244.google.com with SMTP id i5so8286078wmg.2 for ; Wed, 31 Aug 2016 09:09:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ffwll.ch; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=lVa6fGcXKnO+ZMwqHEDRmHcsaFVEU96ZHPe84croZBQ=; b=AkvXfeNGlzW50wlbwIOxqbCkTkayPg0E41ULbLifP+tAyIqpmi3TA5QQGFh1rz2r1g jIz2+UUhdOpJ0zTEaYCbrdXhRjMvHspd8htjAgjduar5FPZ0tsYs1iAzefxYvo3X2/VY 9Kvv0mrCzl+Pimhb5tWOXkeRuoDuX8JEJTkTU= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=lVa6fGcXKnO+ZMwqHEDRmHcsaFVEU96ZHPe84croZBQ=; b=F7l6RKQvDvedfTeE5y0/VPcm22CrLCgwVFBxa0bI/ywnCXL0fYqf07uMVH25lJMoD3 AL5Xrjr7dk1Gzfq5JbQ1ioyFG4gZ4hWWdWcwTeA3ACRRNBi5vJXWgeOV7n38eoRU4bA7 fBqcZDbgX3mNMGsuxEJl+r1wnM9dnZZ9eisokhnPHYVdNoyclkbJGmT7hdJk3ROnIw7d RNQIA8NF7jqqXr5oRVI8dNQoGZmD81WJIkWN2mB6toVovchK76QIVFQEsxY7PyKw/pTu UVpHcYe9hdcDjv1UJvDJGfWVR0KMTYXZILWZJAtusjNbCpJbaAeEIfzTvoiAQLknd6TH oXrg== X-Gm-Message-State: AE9vXwNJV5YZzV4fFAcDw2rzvX7LfpK0p9UXQW+v4M/eQVYYDM0OvQR0lLibrmttlazPTQ== X-Received: by 10.194.101.225 with SMTP id fj1mr9457938wjb.57.1472659772518; Wed, 31 Aug 2016 09:09:32 -0700 (PDT) Received: from phenom.ffwll.local ([2a02:168:56c9:0:decc:6e78:7e96:b452]) by smtp.gmail.com with ESMTPSA id b128sm24456537wmb.21.2016.08.31.09.09.31 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 31 Aug 2016 09:09:31 -0700 (PDT) From: Daniel Vetter To: DRI Development Date: Wed, 31 Aug 2016 18:09:13 +0200 Message-Id: <20160831160913.12991-11-daniel.vetter@ffwll.ch> X-Mailer: git-send-email 2.9.3 In-Reply-To: <20160831160913.12991-1-daniel.vetter@ffwll.ch> References: <20160831160913.12991-1-daniel.vetter@ffwll.ch> MIME-Version: 1.0 Cc: Daniel Vetter , Intel Graphics Development , Daniel Vetter Subject: [Intel-gfx] [PATCH 10/10] drm: Remove dirty property from docs X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.18 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-Virus-Scanned: ClamAV using ClamSMTP We removed it in commit 6ab10b76ff6252bd9be0849c40f5865e39a29961 Author: Daniel Vetter Date: Fri Aug 12 22:48:45 2016 +0200 drm/kms: Nuke dirty_info property Signed-off-by: Daniel Vetter Reviewed-by: Sean Paul --- Documentation/gpu/kms-properties.csv | 1 - 1 file changed, 1 deletion(-) diff --git a/Documentation/gpu/kms-properties.csv b/Documentation/gpu/kms-properties.csv index 1a5729c4af65..981873a05d14 100644 --- a/Documentation/gpu/kms-properties.csv +++ b/Documentation/gpu/kms-properties.csv @@ -23,7 +23,6 @@ Owner Module/Drivers,Group,Property Name,Type,Property Values,Object attached,De ,Virtual GPU,“suggested X”,RANGE,"Min=0, Max=0xffffffff",Connector,property to suggest an X offset for a connector ,,“suggested Y”,RANGE,"Min=0, Max=0xffffffff",Connector,property to suggest an Y offset for a connector ,Optional,"""aspect ratio""",ENUM,"{ ""None"", ""4:3"", ""16:9"" }",Connector,TDB -,,“dirty”,ENUM | IMMUTABLE,"{ ""Off"", ""On"", ""Annotate"" }",Connector,TBD i915,Generic,"""Broadcast RGB""",ENUM,"{ ""Automatic"", ""Full"", ""Limited 16:235"" }",Connector,"When this property is set to Limited 16:235 and CTM is set, the hardware will be programmed with the result of the multiplication of CTM by the limited range matrix to ensure the pixels normaly in the range 0..1.0 are remapped to the range 16/255..235/255." ,,“audio”,ENUM,"{ ""force-dvi"", ""off"", ""auto"", ""on"" }",Connector,TBD ,SDVO-TV,“mode”,ENUM,"{ ""NTSC_M"", ""NTSC_J"", ""NTSC_443"", ""PAL_B"" } etc.",Connector,TBD