From: Jani Nikula <jani.nikula@linux.intel.com>
To: Paulo Zanoni <przanoni@gmail.com>,
Damien Lespiau <damien.lespiau@intel.com>
Cc: Intel Graphics Development <intel-gfx@lists.freedesktop.org>
Subject: Re: [PATCH 2/2] drm/i915: Add runtime PM's usage_count in i915_runtime_pm_status
Date: Wed, 10 Jun 2015 16:56:34 +0300 [thread overview]
Message-ID: <878ubr7jl9.fsf@intel.com> (raw)
In-Reply-To: <CA+gsUGR0TZ_kKBEMfbknwGLoh97OSTOLgumjvZ1NSHyo_UNUGg@mail.gmail.com>
On Fri, 05 Jun 2015, Paulo Zanoni <przanoni@gmail.com> wrote:
> 2015-06-04 14:23 GMT-03:00 Damien Lespiau <damien.lespiau@intel.com>:
>> Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
>
> For both patches: Reviewed-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Pushed to drm-intel-next-queued, thanks for the patches and review.
BR,
Jani.
>
>> ---
>> drivers/gpu/drm/i915/i915_debugfs.c | 2 ++
>> 1 file changed, 2 insertions(+)
>>
>> diff --git a/drivers/gpu/drm/i915/i915_debugfs.c b/drivers/gpu/drm/i915/i915_debugfs.c
>> index d8bd4e1..92cf273 100644
>> --- a/drivers/gpu/drm/i915/i915_debugfs.c
>> +++ b/drivers/gpu/drm/i915/i915_debugfs.c
>> @@ -2493,6 +2493,8 @@ static int i915_runtime_pm_status(struct seq_file *m, void *unused)
>> seq_printf(m, "GPU idle: %s\n", yesno(!dev_priv->mm.busy));
>> seq_printf(m, "IRQs disabled: %s\n",
>> yesno(!intel_irqs_enabled(dev_priv)));
>> + seq_printf(m, "Usage count: %d\n",
>> + atomic_read(&dev->dev->power.usage_count));
>>
>> return 0;
>> }
>> --
>> 2.1.0
>>
>> _______________________________________________
>> Intel-gfx mailing list
>> Intel-gfx@lists.freedesktop.org
>> http://lists.freedesktop.org/mailman/listinfo/intel-gfx
>
>
>
> --
> Paulo Zanoni
> _______________________________________________
> Intel-gfx mailing list
> Intel-gfx@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/intel-gfx
--
Jani Nikula, Intel Open Source Technology Center
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx
next prev parent reply other threads:[~2015-06-10 13:54 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-06-04 17:23 [PATCH 1/2] drm/i915: Make pc8_status report status for all runtime PM platforms Damien Lespiau
2015-06-04 17:23 ` [PATCH 2/2] drm/i915: Add runtime PM's usage_count in i915_runtime_pm_status Damien Lespiau
2015-06-05 12:24 ` Paulo Zanoni
2015-06-10 13:56 ` Jani Nikula [this message]
2015-06-05 18:38 ` shuang.he
2015-06-15 12:44 ` Daniel Vetter
2015-06-15 12:56 ` Damien Lespiau
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=878ubr7jl9.fsf@intel.com \
--to=jani.nikula@linux.intel.com \
--cc=damien.lespiau@intel.com \
--cc=intel-gfx@lists.freedesktop.org \
--cc=przanoni@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.