]> Git Repo - linux.git/commit
drm/i915/icl: Correctly initialize the Gen11 engines
authorOscar Mateo <[email protected]>
Fri, 2 Mar 2018 16:14:57 +0000 (18:14 +0200)
committerMika Kuoppala <[email protected]>
Wed, 7 Mar 2018 13:07:04 +0000 (15:07 +0200)
commit5f79e7c6754249dd71f3124c9c7604aab2880c20
treed6b116b378ec704ea01e479eb96ccc506a92d6e6
parent4e9a8bef20c973f62358fbd888a38f1bd1669200
drm/i915/icl: Correctly initialize the Gen11 engines

Gen11 has up to 4 VCS and up to 2 VECS engines, this patch adds mmio
base definitions for all of them.

Bspec: 20944
Bspec: 7021

v2: Set the correct mmio_base in intel_engines_init_mmio; updating the
base mmio values any later would cause incorrect reads in
i915_gem_sanitize (Michel).

Cc: Tvrtko Ursulin <[email protected]>
Cc: Ceraolo Spurio, Daniele <[email protected]>
Signed-off-by: Oscar Mateo <[email protected]>
Signed-off-by: Michel Thierry <[email protected]>
Reviewed-by: Daniele Ceraolo Spurio <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Signed-off-by: Mika Kuoppala <[email protected]>
drivers/gpu/drm/i915/i915_reg.h
drivers/gpu/drm/i915/intel_engine_cs.c
This page took 0.054717 seconds and 4 git commands to generate.