1. 14 7月, 2016 1 次提交
    • D
      drm/i915: unify first-stage engine struct setup · c2c7f240
      Dave Gordon 提交于
      intel_lrc.c has a table of "logical rings" (meaning engines), while
      intel_ringbuffer.c has separately open-coded initialisation for each
      engine. We can deduplicate this somewhat by using the same first-stage
      engine-setup function for both modes.
      
      So here we expose the function that transfers information from the
      static table of (all) known engines to the dev_priv->engine array of
      engines available on this device (adjusting the names along the way)
      and then embed calls to it in both the LRC and the legacy-mode setup.
      Signed-off-by: NDave Gordon <david.s.gordon@intel.com>
      Reviewed-by: Chris Wilson <chris-wilson.co.uk>
      Signed-off-by: NTvrtko Ursulin <tvrtko.ursulin@intel.com>
      c2c7f240
  2. 13 7月, 2016 1 次提交
  3. 12 7月, 2016 3 次提交
  4. 11 7月, 2016 3 次提交
  5. 10 7月, 2016 2 次提交
  6. 08 7月, 2016 2 次提交
  7. 07 7月, 2016 12 次提交
  8. 06 7月, 2016 4 次提交
  9. 05 7月, 2016 8 次提交
  10. 04 7月, 2016 4 次提交