Searched hist:"6 b7f6aa75e38ef4e2bfb9e13726f6561e682892f" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/gpu/drm/i915/ |
H A D | i915_irq.c | diff 6b7f6aa75e38ef4e2bfb9e13726f6561e682892f Wed Mar 15 11:12:59 CDT 2017 Mika Kuoppala <mika.kuoppala@linux.intel.com> drm/i915: Use coarse grained residency counter with byt
Set byt rc residency counters high level as chv does by default. We lose some accuracy on byt but we can do the calculation without extra hw read on both platforms, as now they behave identically in this respect.
v2: use ktime v3: keep comparison u32 (Chris)
Cc: Chris Wilson <chris@chris-wilson.co.uk> Cc: Ville Syrjälä <ville.syrjala@linux.intel.com> Signed-off-by: Mika Kuoppala <mika.kuoppala@intel.com> Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk> Link: http://patchwork.freedesktop.org/patch/msgid/1489592584-10422-1-git-send-email-mika.kuoppala@intel.com
|