All of lore.kernel.org
 help / color / mirror / Atom feed
From: David Weinehall <david.weinehall@linux.intel.com>
To: intel-gfx@lists.freedesktop.org
Subject: [PATCH v3 0/1] Add a lib for power management helpers
Date: Thu, 11 Feb 2016 09:25:35 +0200	[thread overview]
Message-ID: <1455175536-5080-1-git-send-email-david.weinehall@linux.intel.com> (raw)
In-Reply-To: <1449564640-6001-1-git-send-email-david.weinehall@linux.intel.com>

This patch aims to create a separate lib for power management related
helpers. Initially it only contains code that modify settings for
external components (to handle components with default settings that
prevents entering deeper sleep states), but moving i915-related
power management helpers to this lib would probably make sense too.

v2: Change name of library to igt_pm
    Namespace all exported functions with igt_pm_

v3: Include igt_pm.xml in intel-gpu-tools-docs.xml
    Free pm_data
    Fixed a few typos

David Weinehall (1):
  lib/igt_pm: Lib for power management

 .../intel-gpu-tools/intel-gpu-tools-docs.xml       |   1 +
 lib/Makefile.sources                               |   2 +
 lib/igt.h                                          |   1 +
 lib/igt_aux.c                                      |  15 +-
 lib/igt_pm.c                                       | 233 +++++++++++++++++++++
 lib/igt_pm.h                                       |  31 +++
 tests/pm_lpsp.c                                    |  25 +--
 tests/pm_rpm.c                                     |  40 +---
 8 files changed, 281 insertions(+), 67 deletions(-)
 create mode 100644 lib/igt_pm.c
 create mode 100644 lib/igt_pm.h

-- 
2.7.0

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

  parent reply	other threads:[~2016-02-11  7:26 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-08  8:50 [PATCH i-g-t] RFC: split PM workarounds into separate lib David Weinehall
2015-12-08  8:50 ` [PATCH i-g-t] lib/pm_workarounds: Lib for PM workarounds David Weinehall
2015-12-08 13:22 ` [PATCH i-g-t] RFC: split PM workarounds into separate lib Zanoni, Paulo R
2015-12-10 16:05   ` David Weinehall
2015-12-08 13:42 ` Ville Syrjälä
2015-12-08 19:05   ` Paulo Zanoni
2015-12-10 10:09     ` Daniel Vetter
2015-12-10 15:55       ` David Weinehall
2015-12-10 16:01   ` David Weinehall
2015-12-11 17:03     ` Daniel Vetter
2015-12-15  9:14 ` [PATCH i-g-t v2] Add a lib for power management helpers David Weinehall
2015-12-15  9:14   ` [PATCH i-g-t] lib/igt_pm: Lib for power management David Weinehall
2015-12-18 19:27     ` Thomas Wood
2016-02-11  7:25 ` David Weinehall [this message]
2016-02-11  7:25   ` [PATCH v3 1/1] " David Weinehall
2016-02-11  8:27   ` [PATCH v3 0/1] Add a lib for power management helpers Daniel Vetter

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=1455175536-5080-1-git-send-email-david.weinehall@linux.intel.com \
    --to=david.weinehall@linux.intel.com \
    --cc=intel-gfx@lists.freedesktop.org \
    /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.