From: Daniel Vetter Date: Wed, 6 Aug 2014 13:04:47 +0000 (+0200) Subject: drm/i915: Track file_priv, not ctx in the ppgtt structure X-Git-Tag: fixes-against-v3.18-rc2~73^2~73^2~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d884705dababd7d0f3f12796bc7b45e84962596;p=pandora-kernel.git drm/i915: Track file_priv, not ctx in the ppgtt structure Hardware contexts reference a ppgtt, not the other way round. And the only user of this (in debugfs) actually only cares about which file the ppgtt is associated with. So give it what it wants. While at it give the ppgtt create function a proper name&place. Reviewed-by: Michel Thierry Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed