public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
* [PATCH 0/4] drm/i915: PMINTRMSK fix for VLV/CHV and some other rps stuff
@ 2015-01-23 19:04 ville.syrjala
  2015-01-23 19:04 ` [PATCH 1/4] drm/i915: Update PMINTRMSK on VLV/CHV after sysfs min/max freq change ville.syrjala
                   ` (3 more replies)
  0 siblings, 4 replies; 14+ messages in thread
From: ville.syrjala @ 2015-01-23 19:04 UTC (permalink / raw)
  To: intel-gfx

From: Ville Syrjälä <ville.syrjala@linux.intel.com>

I was staring at the GPU frequency on my BSW recently when I noticed that
the value of PMINTRMSK didn't make much sense when I was frobbing with the
sysfs frequency files. So while fixing that I became annoyed at the
differences between VLV/CHV vs. others and tried to do something about it.

Tested on BSW and IVB, and all the values still look OK, so I'm going
to optimistically say that I didn't mess up anything with the semantic
patch.

Ville Syrjälä (4):
  drm/i915: Update PMINTRMSK on VLV/CHV after sysfs min/max freq change
  drm/i915: Add gt_act_freq_mhz sysfs file
  drm/i915: Add intel_gpu_freq() and intel_freq_opcode()
  drm/i915: Use intel_gpu_freq() and intel_freq_opcode()

 drivers/gpu/drm/i915/i915_debugfs.c |  43 ++++++-------
 drivers/gpu/drm/i915/i915_drv.h     |   4 +-
 drivers/gpu/drm/i915/i915_sysfs.c   | 121 +++++++++++++++++++++---------------
 drivers/gpu/drm/i915/intel_pm.c     |  50 +++++++--------
 4 files changed, 115 insertions(+), 103 deletions(-)

-- 
2.0.5

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2015-01-28  0:39 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-23 19:04 [PATCH 0/4] drm/i915: PMINTRMSK fix for VLV/CHV and some other rps stuff ville.syrjala
2015-01-23 19:04 ` [PATCH 1/4] drm/i915: Update PMINTRMSK on VLV/CHV after sysfs min/max freq change ville.syrjala
2015-01-23 20:51   ` Chris Wilson
2015-01-25  9:31   ` Chris Wilson
2015-01-23 19:04 ` [PATCH 2/4] drm/i915: Add gt_act_freq_mhz sysfs file ville.syrjala
2015-01-25  9:34   ` Chris Wilson
2015-01-26 20:22     ` O'Rourke, Tom
2015-01-26 20:42       ` Chris Wilson
2015-01-27  9:37         ` Ville Syrjälä
2015-01-23 19:04 ` [PATCH 3/4] drm/i915: Add intel_gpu_freq() and intel_freq_opcode() ville.syrjala
2015-01-25  9:34   ` Chris Wilson
2015-01-23 19:04 ` [PATCH 4/4] drm/i915: Use " ville.syrjala
2015-01-25  9:35   ` Chris Wilson
2015-01-28  0:39   ` shuang.he

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox