From patchwork Wed Aug 14 08:19:40 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sedat Dilek X-Patchwork-Id: 2844925 Return-Path: X-Original-To: patchwork-dri-devel@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id DC906BF546 for ; Thu, 15 Aug 2013 00:13:09 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 0BAE520509 for ; Thu, 15 Aug 2013 00:13:09 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) by mail.kernel.org (Postfix) with ESMTP id C0053204F3 for ; Thu, 15 Aug 2013 00:13:07 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 6A519E60C5 for ; Wed, 14 Aug 2013 17:13:07 -0700 (PDT) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-ee0-f51.google.com (mail-ee0-f51.google.com [74.125.83.51]) by gabe.freedesktop.org (Postfix) with ESMTP id 6CD97E5C67; Wed, 14 Aug 2013 01:19:49 -0700 (PDT) Received: by mail-ee0-f51.google.com with SMTP id c1so4667804eek.24 for ; Wed, 14 Aug 2013 01:19:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=k8KLcy9WLAQtr+mEpf64O3E7NUi/k8S1dI1ruRSnaQk=; b=q+bLUjD9TUuk+OirpRAgbl+mamnrEAGk2GnVIa0JVlbIq5/yHStZH9chqGAMmT2wlG 9JLfP1WCc5gp1BKuWHx1s0RUp2eQ7GKrkXo3/ETwSRmkO58SRDNQ/cq919Q0BXDAIuL1 eTwrM51heJWuC0pum5ECNMXu3kF09JlbY7vNUyS0dEkVKvozcUy3jz4/5ioABFFk+r8Z 6mqD5zBUhnsCgde5alRcdGjSvjlzKUpX68c/74g4CV0yQ5Hm5nMN80lc258HOafxeuuU Lal8sfLXXBHGzWnCDkV5kxMuhHgxGprDuGd0BZxmpYu4xaRBTTe+tqFWF9CFkPI/MXE0 wnQQ== X-Received: by 10.14.9.72 with SMTP id 48mr13035731ees.42.1376468388435; Wed, 14 Aug 2013 01:19:48 -0700 (PDT) Received: from fambox.fritz.box (p5B2EA84F.dip0.t-ipconnect.de. [91.46.168.79]) by mx.google.com with ESMTPSA id a6sm61139074eei.10.2013.08.14.01.19.46 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 14 Aug 2013 01:19:47 -0700 (PDT) From: Sedat Dilek To: intel-gfx , dri-devel@lists.freedesktop.org, Dave Airlie , Daniel Vetter , Chris Wilson Subject: [PATCH] intel: Update i915_drm.h and correct misspelled caching Date: Wed, 14 Aug 2013 10:19:40 +0200 Message-Id: <1376468380-4600-1-git-send-email-sedat.dilek@gmail.com> X-Mailer: git-send-email 1.8.3.4 X-Mailman-Approved-At: Wed, 14 Aug 2013 17:11:06 -0700 Cc: Sedat Dilek 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 X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, T_DKIM_INVALID, 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 AFAICS, there are more updates needed to be in sync with recent kernel-drm. I fell over the misspelling when digging into an issue in Linux-next. The spelling should be consistent in kernel-drm, libdrm, intel-ddx, etc. Here, I had a look especially at the defined macros (defines). Signed-off-by: Sedat Dilek Reviewed-by: Ian Romanick