From: Ben Widawsky Date: Thu, 27 Jun 2013 23:30:19 +0000 (-0700) Subject: drm/i915: Drop dev from pte_encode X-Git-Tag: v3.12-rc1~136^2~165^2~50 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80a74f7f9c3e57123b6c3d314d4340fc8195a524;p=pandora-kernel.git drm/i915: Drop dev from pte_encode The original pte_encode function needed the dev argument so we could do platform specific handling via IS_GENX, etc. With the merging of a pte encoding function there should never been a need to quirk away gen specific details. The patch doesn't do much but makes the upcoming reworks in gtt/ppgtt/mm slightly (albeit, ever so) easier. Reviewed-by: Kenneth Graunke Signed-off-by: Ben Widawsky Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed