[Bug 94722] [SKL/KBL] Init time is high
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Wed Apr 27 13:20:00 UTC 2016
https://bugs.freedesktop.org/show_bug.cgi?id=94722
cprigent <christophe.prigent at intel.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEEDINFO |NEW
--- Comment #9 from cprigent <christophe.prigent at intel.com> ---
(In reply to Rodrigo Vivi from comment #7)
> ops:
>
> - #define HAS_GUC_UCODE(dev) (IS_GEN9(dev))
> - #define HAS_GUC_SHED(dev) (IS_GEN9(dev))
> + #define HAS_GUC_UCODE(dev) false
> + #define HAS_GUC_SHED(dev) false
I did following changes, is it correct?
- #define HAS_CSR(dev) (IS_GEN9(dev))
+ #define HAS_CSR(dev) false
- #define HAS_GUC_UCODE(dev) (IS_GEN9(dev) && !IS_KABYLAKE(dev))
- #define HAS_GUC_SCHED(dev) (IS_GEN9(dev) && !IS_KABYLAKE(dev))
+ #define HAS_GUC_UCODE(dev) false
+ #define HAS_GUC_SCHED(dev) false
I measured:
init: 238643 usecs
suspend: 280102 usecs
resume: 507243 usecs
Tested with kernel drm-intel-nightly 4.6.0-rc5 e005db1 from
http://cgit.freedesktop.org/drm-intel/
commit e005db1cb2c60d18abe837ac683d8993ea77b239
Author: Jani Nikula <jani.nikula at intel.com>
Date: Tue Apr 26 15:52:20 2016 +0300
drm-intel-nightly: 2016y-04m-26d-12h-51m-57s UTC integration manifest
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20160427/b4398de9/attachment.html>
More information about the intel-gfx-bugs
mailing list