[Intel-gfx] [PATCH 1/8] drm/i915/skl: Added new macros

Chris Wilson chris at chris-wilson.co.uk
Thu Feb 26 04:50:16 PST 2015


On Thu, Feb 26, 2015 at 06:19:37PM +0530, akash.goel at 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)
-Chris

-- 
Chris Wilson, Intel Open Source Technology Centre


More information about the Intel-gfx mailing list