public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
From: Ben Widawsky <ben@bwidawsk.net>
To: Hunt Xu <mhuntxu@gmail.com>
Cc: intel-gfx@lists.freedesktop.org
Subject: Re: [PATCH] drm/i915: make rc6 in sysfs functions conditional
Date: Sun, 1 Jul 2012 09:50:34 -0700	[thread overview]
Message-ID: <20120701095034.52e0940f@bwidawsk.net> (raw)
In-Reply-To: <1341113980-6211-1-git-send-email-mhuntxu+intelgfx@gmail.com>

On Sun,  1 Jul 2012 11:39:40 +0800
Hunt Xu <mhuntxu@gmail.com> wrote:

> Commit 0136db586c028f71e7cc21cc183064ff0d5919c8 merges rc6 information
> into the power group. However, when compiled with CONFIG_PM not set,
> modprobing i915 would taint since power_group_name is defined as NULL.
> 
> This patch makes these rc6 in sysfs functions conditional upon the
> definition of the CONFIG_PM macro to avoid the above-mentioned problem.
> 

Thanks for the patch, the only problem is we want this information even
when CONFIG_PM is not set as we currently don't control our rc6 state
based on that. Unfortunately it also doesn't make too much sense to have
CONFIG_PM control the rc6 info.

Do you have any other ideas to make this work?

> Signed-off-by: Hunt Xu <mhuntxu+intelgfx@gmail.com>
> ---y, 
>  drivers/gpu/drm/i915/i915_sysfs.c | 12 ++++++++++++
>  1 file changed, 12 insertions(+)
> 
> diff --git a/drivers/gpu/drm/i915/i915_sysfs.c b/drivers/gpu/drm/i915/i915_sysfs.c
> index 79f8344..6d4b001 100644
> --- a/drivers/gpu/drm/i915/i915_sysfs.c
> +++ b/drivers/gpu/drm/i915/i915_sysfs.c
> @@ -31,6 +31,7 @@
>  #include <linux/sysfs.h>
>  #include "i915_drv.h"
>  
> +#ifdef CONFIG_PM
>  static u32 calc_residency(struct drm_device *dev, const u32 reg)
>  {
>  	struct drm_i915_private *dev_priv = dev->dev_private;
> @@ -109,3 +110,14 @@ void i915_teardown_sysfs(struct drm_device *dev)
>  {
>  	sysfs_unmerge_group(&dev->primary->kdev.kobj, &rc6_attr_group);
>  }
> +#else
> +void i915_setup_sysfs(struct drm_device *dev)
> +{
> +	return;
> +}
> +
> +void i915_teardown_sysfs(struct drm_device *dev)
> +{
> +	return;
> +}
> +#endif /* CONFIG_PM */



-- 
Ben Widawsky, Intel Open Source Technology Center

       reply	other threads:[~2012-07-01 16:52 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1341113980-6211-1-git-send-email-mhuntxu+intelgfx@gmail.com>
2012-07-01 16:50 ` Ben Widawsky [this message]
2012-08-06 17:45   ` [PATCH] drm/i915: make rc6 in sysfs functions conditional Daniel Vetter
2012-07-01  3:45 Hunt Xu

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=20120701095034.52e0940f@bwidawsk.net \
    --to=ben@bwidawsk.net \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=mhuntxu@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox