From: Mika Kuoppala Date: Thu, 25 Jun 2015 15:35:17 +0000 (+0300) Subject: drm/i915/gtt: Move scratch_pd and scratch_pt into vm struct X-Git-Tag: omap-for-v4.3/fixes-rc1~89^2~36^2~147 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79ab93705464982b9f7e9b5dfabfacde634338aa;p=pandora-kernel.git drm/i915/gtt: Move scratch_pd and scratch_pt into vm struct Scratch page is part of struct i915_address_space. Move other scratch entities into the same struct. This is a preparatory patch for having only one instance of each scratch_pt/pd. v2: make commit msg more readable Signed-off-by: Mika Kuoppala Reviewed-by: Michel Thierry (v1) [danvet: Bikeshed summary to avoid confusion with vmas.] Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed