lkml.org 
[lkml]   [2013]   [Oct]   [4]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [PATCH v2 6/6] Introduce Intel RAPL power capping driver
From
Date
On Fri, 2013-10-04 at 13:12 -0700, Jacob Pan wrote:
> On Fri, 04 Oct 2013 11:07:45 -0700
> Joe Perches <joe@perches.com> wrote:
>
> > On Fri, 2013-10-04 at 09:36 -0700, Srinivas Pandruvada wrote:
> > > The Intel Running Average Power Limit(RAPL) technology provides
> > > platform software with the ability to monitor, control, and get
> > > notifications on power usage.
> > []
> > > diff --git a/drivers/powercap/Makefile b/drivers/powercap/Makefile
> > []
> > > +/* bitmasks for RAPL MSRs, used by primitive access functions */
> > > +#define ENERGY_STATUS_MASK 0xffffffff
> > > +
> > > +#define POWER_LIMIT1_MASK 0x7FFF
> > > +#define POWER_LIMIT1_ENABLE BIT(15)
> > > +#define POWER_LIMIT1_CLAMP BIT(16)
> > > +
> > > +#define POWER_LIMIT2_MASK (0x7FFFULL<<32)
> > > +#define POWER_LIMIT2_ENABLE BIT_ULL(47)
> > > +#define POWER_LIMIT2_CLAMP BIT_ULL(48)
> > > +#define POWER_PACKAGE_LOCK BIT_ULL(63)
> > > +#define POWER_PP_LOCK BIT(31)
> > > +
> > > +#define TIME_WINDOW1_MASK (0x7F<<17)
> > > +#define TIME_WINDOW2_MASK (0x7FULL<<49)
> >
> >
> > Is there a reason why these masks aren't all ULL?
> >
> >
>
> are you referring to this line below not being ULL?
> > > +#define TIME_WINDOW1_MASK (0x7F<<17)
> if this is the case, I did that because it is not more than 32 bit.
>
> Thanks,
>
> Jacob

Isn't LIMIT1/WINDOW1 used as ull anyway?
It doesn't hurt to show that the value is also ull.



\
 
 \ /
  Last update: 2013-10-05 00:21    [W:0.079 / U:1.432 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site