On Fri, 05 Jun 2015, Paulo Zanoni <[email protected]> wrote:
> 2015-06-04 14:23 GMT-03:00 Damien Lespiau <[email protected]>:
>> Signed-off-by: Damien Lespiau <[email protected]>
>
> For both patches: Reviewed-by: Paulo Zanoni <[email protected]>

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
>> [email protected]
>> http://lists.freedesktop.org/mailman/listinfo/intel-gfx
>
>
>
> -- 
> Paulo Zanoni
> _______________________________________________
> Intel-gfx mailing list
> [email protected]
> http://lists.freedesktop.org/mailman/listinfo/intel-gfx

-- 
Jani Nikula, Intel Open Source Technology Center
_______________________________________________
Intel-gfx mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to