On Fri, 17 Aug 2012, ron minnich wrote:
Fatal error: exception Failure("per-file-changes/i915_dma.c: 1077: try
to delete an expanded token: compressed_llb")
Which line is 1077? I believe that it means that compressed_llb is being
used as the argument of something that it considers to be a macro. Or
maybe compressed_llb is in the expansion of a macro, and then it is being
deleted?
julia
eh?
struct drm_mm_node *compressed_fb, *uninitialized_var(compressed_llb);
compressed_llb = drm_mm_search_free(&dev_priv->mm.stolen,
if (compressed_llb)
compressed_llb = drm_mm_get_block(compressed_llb,
if (!compressed_llb)
ll_base = i915_stolen_to_phys(dev, compressed_llb->start);
dev_priv->compressed_llb = compressed_llb;
drm_mm_put_block(compressed_llb);
if (dev_priv->compressed_llb)
drm_mm_put_block(dev_priv->compressed_llb);
what should I look for?
ron
_______________________________________________
Cocci mailing list
[email protected]
http://lists.diku.dk/mailman/listinfo/cocci
(Web access from inside DIKUs LAN only)
_______________________________________________
Cocci mailing list
[email protected]
http://lists.diku.dk/mailman/listinfo/cocci
(Web access from inside DIKUs LAN only)