commit | 0aaee4cc834261dcfbfb57559442777344ee8cb5 | [log] [tgz] |
---|---|---|
author | Pei Zhang <pei.zhang@intel.com> | Wed Nov 16 19:05:50 2016 +0800 |
committer | Zhenyu Wang <zhenyuw@linux.intel.com> | Wed Nov 16 11:45:29 2016 +0800 |
tree | ab6ddb9c80142acc0bc7292eeb9c501c284fcc36 | |
parent | a3614a868fd31b0e3ba670401a651ae89bb527aa [diff] |
drm/i915/gvt: check workload empty before real scan This patch will fix warning log print during command scan caused by empty workload (ring head equals tail). This patch avoid going into real scan process if workload is empty. It's guest's responsibility to make sure if an empty workload is proper to submit to HW. [v2] modify the patch description. It's a fix, not a w/a. Signed-off-by: Pei Zhang <pei.zhang@intel.com> Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com>