commit | 8b3e2d36391716a6e9e707bcf0c0cf908ad85990 | [log] [tgz] |
---|---|---|
author | Tvrtko Ursulin <tvrtko.ursulin@intel.com> | Wed Jul 13 16:03:37 2016 +0100 |
committer | Tvrtko Ursulin <tvrtko.ursulin@intel.com> | Thu Jul 14 11:17:06 2016 +0100 |
tree | 96416346dd85b76f54905fb8a7730acf8f33662c | |
parent | bb45438f5e2eb339c16e1c3c0ebb8fe36dd55acf [diff] |
drm/i915: Unify engine init loop With the unified common engine setup done, and the execlist engine initialization loop clearly split into two phases, we can eliminate the separate legacy engine initialization code. v2: Fix cleanup path for legacy. v3: Rename constructors. (Chris Wilson) Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com> Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch> Reviewed-by: Chris Wilson <chris-wilson.co.uk>