From: Daniel Vetter Date: Wed, 16 Jul 2014 07:49:40 +0000 (+0200) Subject: drm/i915: Use genX_ prefix for gt irq enable/disable functions X-Git-Tag: cleanup-for-v3.18~84^2~20^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=480c80338618867851659710d1a27c9cc85833d2;p=pandora-kernel.git drm/i915: Use genX_ prefix for gt irq enable/disable functions Traditionally we use genX_ for GT/render stuff and the codenames for display stuff. But the gt and pm interrupt handling functions on gen5/6+ stuck out as exceptions, so convert them. Looking at the diff this nicely realigns our ducks since almost all the callers are already platform-specific functions following the genX_ pattern. Spotted while reviewing some internal rps patches. No function change in this patch. Acked-by: Damien Lespiau Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed