On Thu, Feb 26, 2015 at 12:50:16PM +0000, Chris Wilson wrote: > On Thu, Feb 26, 2015 at 06:19:37PM +0530, akash.g...@intel.com wrote: > > +#define GT_INTERVAL_FROM_US(us) (IS_GEN9(dev_priv->dev) ? \ > > + INTERVAL_1_33_US(us) : \ > > + INTERVAL_1_28_US(us)) > > Just use IS_GEN9(dev_priv)
Oh, and implicit paraemters to a macro are evil. -Chris -- Chris Wilson, Intel Open Source Technology Centre _______________________________________________ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/intel-gfx