Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933177AbcJXG3F (ORCPT ); Mon, 24 Oct 2016 02:29:05 -0400 Received: from mx1.redhat.com ([209.132.183.28]:58262 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932615AbcJXG3D (ORCPT ); Mon, 24 Oct 2016 02:29:03 -0400 From: Dave Airlie To: mcgrof@suse.com, torvalds@linux-foundation.org, dan.j.williams@intel.com, x86@kernel.org Cc: linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org Subject: x86 PAT memtype regression fixes Date: Mon, 24 Oct 2016 16:28:57 +1000 Message-Id: <1477290539-3637-1-git-send-email-airlied@redhat.com> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.39]); Mon, 24 Oct 2016 06:29:02 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 337 Lines: 9 This is the working set, I messed up a git add on CONFIG_PAT vs CONFIG_X86_PAT. This set of changes fixes a regression since the change to the pfn_insert_mixed code to use the memtype tracking code. All the GPU drivers using TTM need to insert the VRAM mapping into the memtype table so don't get UC mappings for lots of things. Dave.