]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: move bsd dispatch index somewhere better
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 21 May 2014 15:37:52 +0000 (17:37 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 22 May 2014 13:06:31 +0000 (15:06 +0200)
commit0eef94c3b6c84e187a1bf2165065ad6c8b9bdd18
tree32493fef5b50cb26dad4b71ac25f1ddc67885dde
parent7e82ead4ee449ca0f10bf4f11f0e6c0cf5d5cbdb
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 5351bee70c43e6d04284be980bc7a803e28fe5b1
Author: Zhao Yakui <yakui.zhao@intel.com>
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 <imre.deak@intel.com>
Cc: Zhao Yakui <yakui.zhao@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_dma.c
drivers/gpu/drm/i915/i915_drv.h
drivers/gpu/drm/i915/i915_gem_execbuffer.c