From patchwork Tue Dec 20 11:08:20 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Archit Taneja X-Patchwork-Id: 9481449 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 0F671601C0 for ; Tue, 20 Dec 2016 11:08:59 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 0C95D284B6 for ; Tue, 20 Dec 2016 11:08:59 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 015BC284E4; Tue, 20 Dec 2016 11:08:58 +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 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 BDDDE284B6 for ; Tue, 20 Dec 2016 11:08:58 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 77BB76EDE5; Tue, 20 Dec 2016 11:08:49 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from smtp.codeaurora.org (smtp.codeaurora.org [198.145.29.96]) by gabe.freedesktop.org (Postfix) with ESMTPS id BD6C76EDDF for ; Tue, 20 Dec 2016 11:08:31 +0000 (UTC) Received: by smtp.codeaurora.org (Postfix, from userid 1000) id ABF7E61568; Tue, 20 Dec 2016 11:08:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1482232111; bh=+7YHP/7qk7KYJtHX+ettwnF2EOdkyGxDC1XeQPvrk+4=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=XKckNyzk+Rq+MtVwTjzpGVhhj93oCs2RON6KHWk0cP5mXWTbComKVPmWVIJNzl4J/ X+AmLmUsCPtUmckZx+DS/h4ELbo4VVt4Ylr38jK+3sMDjZcIccXw2hS377HHmPHCR9 71XTj5YSpgMaEw7GKdM0huyNfJlD2QvYu01WQVIc= Received: from localhost (unknown [202.46.23.61]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: architt@smtp.codeaurora.org) by smtp.codeaurora.org (Postfix) with ESMTPSA id D14FA61514; Tue, 20 Dec 2016 11:08:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1482232111; bh=+7YHP/7qk7KYJtHX+ettwnF2EOdkyGxDC1XeQPvrk+4=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=XKckNyzk+Rq+MtVwTjzpGVhhj93oCs2RON6KHWk0cP5mXWTbComKVPmWVIJNzl4J/ X+AmLmUsCPtUmckZx+DS/h4ELbo4VVt4Ylr38jK+3sMDjZcIccXw2hS377HHmPHCR9 71XTj5YSpgMaEw7GKdM0huyNfJlD2QvYu01WQVIc= DMARC-Filter: OpenDMARC Filter v1.3.1 smtp.codeaurora.org D14FA61514 Authentication-Results: pdx-caf-mail.web.codeaurora.org; dmarc=none header.from=codeaurora.org Authentication-Results: pdx-caf-mail.web.codeaurora.org; spf=pass smtp.mailfrom=architt@codeaurora.org From: Archit Taneja To: robdclark@gmail.com Subject: [PATCH 1/2] rnndb: mdp5: Add missing bitfields for MDP5_LM_BLEND_COLOR_OUT Date: Tue, 20 Dec 2016 16:38:20 +0530 Message-Id: <1482232101-18117-2-git-send-email-architt@codeaurora.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1482232101-18117-1-git-send-email-architt@codeaurora.org> References: <1482232101-18117-1-git-send-email-architt@codeaurora.org> Cc: dri-devel@lists.freedesktop.org X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" X-Virus-Scanned: ClamAV using ClamSMTP Signed-off-by: Archit Taneja --- rnndb/mdp/mdp5.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/rnndb/mdp/mdp5.xml b/rnndb/mdp/mdp5.xml index de9560b..49aa207 100644 --- a/rnndb/mdp/mdp5.xml +++ b/rnndb/mdp/mdp5.xml @@ -451,6 +451,10 @@ xsi:schemaLocation="http://nouveau.freedesktop.org/ rules-ng.xsd"> + + + +