Skip to content
Snippets Groups Projects
  1. Oct 04, 2016
  2. Sep 30, 2016
  3. Sep 28, 2016
  4. Sep 17, 2016
  5. Sep 08, 2016
  6. Sep 07, 2016
    • Rong Yang's avatar
      intel: Export pooled EU and min no. of eus in a pool. · 98887140
      Rong Yang authored and Chris Wilson's avatar Chris Wilson committed
      
      Update kernel interface with new I915_GETPARAM ioctl entries for
      pooled EU and min no. of eus in a pool. Add a wrapping function
      for each parameter. Userspace drivers need these values when decide
      the thread count. This kernel enabled pooled eu by default for BXT
      and for fused down 2x6 parts it is advised to turn it off.
      
      But there is another HW issue in these parts (fused
      down 2x6 parts) before C0 that requires Pooled EU to be enabled as a
      workaround. In this case the pool configuration changes depending upon
      which subslice is disabled and the no. of eus in a pool is different,
      So userspace need to know min no. of eus in a pool.
      
      V2: use return value as the query results.
          ret < 0 when error, ret = 0 when not support, and ret > 0 indicate
          query results.(Chris)
      V3: Correct V2 errors.
      
      Signed-off-by: default avatarYang Rong <rong.r.yang@intel.com>
      Reviewed-by: default avatarChris Wilson <chris@chris-wilson.co.uk>
      98887140
  7. Sep 05, 2016
  8. Sep 02, 2016
  9. Sep 01, 2016
  10. Aug 29, 2016
  11. Aug 02, 2016
  12. Jul 25, 2016
  13. Jul 23, 2016
  14. Jul 21, 2016
  15. Jul 20, 2016
Loading