Re: [Intel-gfx] [PATCH 1/2] drm/i915/guc: Load GuC on CFL

2017-06-07 Thread Vivi, Rodrigo
With this approach we need to have in mind that any new kbl firmware version needs to be validated on both kbl and cfl by our QA before publishing. However the differences are really minimal if not 0. So publishing 2 identical files with different names maybe doesn't make any sense and wouldn't sa

[Intel-gfx] [PATCH 1/2] drm/i915/guc: Load GuC on CFL

2017-06-07 Thread Anusha Srivatsa
Coffeelake reuses Kabylake's GuC. Cc: Rodrigo Vivi Signed-off-by: Anusha Srivatsa --- drivers/gpu/drm/i915/i915_pci.c | 1 + drivers/gpu/drm/i915/intel_guc_loader.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/i915/i915_pci.c b/drivers/gpu/drm/i9