]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/i915/gvt: Do not allocate initial ring scan buffer
authorZhi Wang <zhi.a.wang@intel.com>
Sun, 10 Sep 2017 14:01:10 +0000 (22:01 +0800)
committerZhenyu Wang <zhenyuw@linux.intel.com>
Thu, 16 Nov 2017 03:46:51 +0000 (11:46 +0800)
commit8652a8aca614cc2576cf5d4c73d3b87e871ce004
treeb4633f1e115f3d4312a84caba3c03194dd489a79
parent325eb94a33451db138e8da7393ad8e9a0e22dd18
drm/i915/gvt: Do not allocate initial ring scan buffer

Theoretically, the largest bulk of commands in the ring buffer of an
engine might be the first submission, which usually contains a lot
of commands to initialize the HW. After removing the initial allocation
of the ring scan buffer and let krealloc() do everything we need, we
still have a big chance to get the buffer of suitable size in the first
submission.

Tested on my SKL NUC.

Signed-off-by: Zhi Wang <zhi.a.wang@intel.com>
drivers/gpu/drm/i915/gvt/execlist.c
drivers/gpu/drm/i915/gvt/gvt.h