From patchwork Fri Jun 16 05:11:08 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Archit Taneja X-Patchwork-Id: 9790557 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 854D160231 for ; Fri, 16 Jun 2017 05:11:16 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 7922E2863A for ; Fri, 16 Jun 2017 05:11:16 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 6C23828641; Fri, 16 Jun 2017 05:11:16 +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 1EB7C2863A for ; Fri, 16 Jun 2017 05:11:16 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 859F26E85C; Fri, 16 Jun 2017 05:11:15 +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 8C75E6E85C for ; Fri, 16 Jun 2017 05:11:14 +0000 (UTC) Received: by smtp.codeaurora.org (Postfix, from userid 1000) id 6FFE760CF0; Fri, 16 Jun 2017 05:11:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1497589874; bh=eMNBf1A88tKbBndZSD7Fzwjmvst3e6tccdlFJi3dHVo=; h=From:To:Cc:Subject:Date:From; b=bA6jMeQTZfDqLsMSM914Icdn31IQ5KBdIx/ZH+VjaempsmWSK/Vr41vJ7K01ASBnj LxCihT4A+fAcmEwEN5fxLNR9ouzFDW21IK+fduXOZI34OU+C3P6vsU+d5OTnbCM7iE xhFyaSI7+kfXXxk9iELhr11KtjT4ZDA0vq1mc3MM= Received: from localhost (blr-bdr-fw-01_globalnat_allzones-outside.qualcomm.com [103.229.18.19]) (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 130DB60CF0; Fri, 16 Jun 2017 05:11:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1497589873; bh=eMNBf1A88tKbBndZSD7Fzwjmvst3e6tccdlFJi3dHVo=; h=From:To:Cc:Subject:Date:From; b=JZaleuITann2cOTgU5sVDRIqCuOZMUzQuo1k4znzQ6eeAv37dwratnAVVBZHNVN49 KFVwPoe1cgdkbmYP/cvhtrPJM1XJlRKYU3JlCOHWC+Tk7v/F4uJ1TfuwxfjCOzzLaj 8vc0Nm3d4nylq/NInSMYkUFU8D1Kw1X9pSoA8yPY= DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org 130DB60CF0 Authentication-Results: pdx-caf-mail.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: pdx-caf-mail.web.codeaurora.org; spf=none smtp.mailfrom=architt@codeaurora.org From: Archit Taneja To: robdclark@gmail.com Subject: [PATCH 1/2] rnndb: hdmi: Fix HDMI timing bitfields for 8x96 Date: Fri, 16 Jun 2017 10:41:08 +0530 Message-Id: <20170616051109.1886-1-architt@codeaurora.org> X-Mailer: git-send-email 2.13.0 Cc: linux-arm-msm@vger.kernel.org, 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/hdmi/hdmi.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/rnndb/hdmi/hdmi.xml b/rnndb/hdmi/hdmi.xml index 69b4828..2bbae43 100644 --- a/rnndb/hdmi/hdmi.xml +++ b/rnndb/hdmi/hdmi.xml @@ -457,25 +457,25 @@ xsi:schemaLocation="http://nouveau.freedesktop.org/ rules-ng.xsd"> - + - - + + - - + + - - + + - +