From patchwork Mon Apr 1 17:07:39 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Edward Smietana X-Patchwork-Id: 2371771 Return-Path: X-Original-To: patchwork-dri-devel@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) by patchwork2.kernel.org (Postfix) with ESMTP id 85D43DFB7B for ; Mon, 1 Apr 2013 17:14:39 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 0FE95E61D3 for ; Mon, 1 Apr 2013 10:14:39 -0700 (PDT) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mout.gmx.net (mout.gmx.net [212.227.15.19]) by gabe.freedesktop.org (Postfix) with ESMTP id 367E1E6048 for ; Mon, 1 Apr 2013 10:12:59 -0700 (PDT) Received: from mailout-eu.gmx.com ([10.1.101.212]) by mrigmx.server.lan (mrigmx001) with ESMTP (Nemesis) id 0LgKlO-1V1DQM2oGS-00nfxg for ; Mon, 01 Apr 2013 19:07:54 +0200 Received: (qmail invoked by alias); 01 Apr 2013 17:07:54 -0000 Received: from boss.staszic.waw.pl (EHLO boss.staszic.waw.pl) [94.240.45.194] by mail.gmx.com (mp-eu012) with SMTP; 01 Apr 2013 19:07:54 +0200 X-Authenticated: #155276155 X-Provags-ID: V01U2FsdGVkX1/tY9plUfvtS1f78FJG7Sg64v1wwh6cYUK9ngnjpS pghwfOSrOuxT5r From: Edward Smietana To: dri-devel@lists.freedesktop.org Subject: [PATCH] [drm] exynos: hdmi: Remove fecal color Date: Mon, 1 Apr 2013 19:07:39 +0200 Message-Id: <1364836059-8929-1-git-send-email-edward.smietana@gmx.com> X-Mailer: git-send-email 1.7.3.4 X-Y-GMX-Trusted: 0 Cc: linux-samsung-soc@vger.kernel.org, sw0312.kim@samsung.com X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: dri-devel-bounces+patchwork-dri-devel=patchwork.kernel.org@lists.freedesktop.org Errors-To: dri-devel-bounces+patchwork-dri-devel=patchwork.kernel.org@lists.freedesktop.org This patch makes the driver less shitty. Signed-off-by: Edward Smietana --- drivers/gpu/drm/exynos/exynos_hdmi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/exynos/exynos_hdmi.c b/drivers/gpu/drm/exynos/exynos_hdmi.c index 6d63f90..e11372c 100644 --- a/drivers/gpu/drm/exynos/exynos_hdmi.c +++ b/drivers/gpu/drm/exynos/exynos_hdmi.c @@ -1269,7 +1269,7 @@ static void hdmi_conf_init(struct hdmi_context *hdata) } if (hdata->type == HDMI_TYPE13) { - /* choose bluescreen (fecal) color */ + /* choose bluescreen (brown) color */ hdmi_reg_writeb(hdata, HDMI_V13_BLUE_SCREEN_0, 0x12); hdmi_reg_writeb(hdata, HDMI_V13_BLUE_SCREEN_1, 0x34); hdmi_reg_writeb(hdata, HDMI_V13_BLUE_SCREEN_2, 0x56);