From: Daniel Vetter Date: Wed, 21 May 2014 15:37:52 +0000 (+0200) Subject: drm/i915: move bsd dispatch index somewhere better X-Git-Tag: omap-for-v3.16/fixes-against-rc1~44^2~38^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bdf1e7e3dbcaf0c45e068b80e91035fa8eca3c0e;p=pandora-kernel.git drm/i915: move bsd dispatch index somewhere better Adding stuff at the bottom is really no how this should be done, since that's the place for ums/dri dungeons. This was added in commit a8ebba75b358f9c912cbcba0c14a2072e7280b2f Author: Zhao Yakui Date: Thu Apr 17 10:37:40 2014 +0800 drm/i915: Use the coarse ping-pong mechanism based on drm fd to dispatch the BSD command on BDW GT3 Also add a note to prevent this from happening again - people really should be less lazy and take more time to look for a good home of their new driver-global state. Cc: Imre Deak Cc: Zhao Yakui Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed