Skip to content
Snippets Groups Projects
  1. Nov 14, 2016
  2. Nov 07, 2016
  3. Nov 05, 2016
  4. Oct 31, 2016
  5. Oct 24, 2016
  6. Oct 22, 2016
  7. Oct 21, 2016
  8. Oct 19, 2016
  9. Oct 13, 2016
  10. Oct 04, 2016
  11. Sep 30, 2016
  12. Sep 28, 2016
  13. Sep 17, 2016
  14. Sep 08, 2016
  15. 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
  16. Sep 05, 2016
  17. Sep 02, 2016
  18. Sep 01, 2016
  19. Aug 29, 2016
  20. Aug 02, 2016
  21. Jul 25, 2016
  22. Jul 23, 2016
Loading