[Intel-gfx] [PATCH v2 2/6] drm/i915: Cache last cmd descriptor when parsing
Chris Wilson
chris at chris-wilson.co.uk
Fri Nov 20 07:44:40 PST 2015
On Fri, Nov 20, 2015 at 05:08:06PM +0200, Ville Syrjälä wrote:
> On Fri, Nov 20, 2015 at 10:55:57AM +0000, Chris Wilson wrote:
> > + desc = find_cmd_in_table(ring, *cmd);
> > + if (desc) {
> > + if (unlikely(desc->flags & CMD_DESC_REJECT)) {
> > + DRM_DEBUG_DRIVER("CMD: Rejected command: 0x%08X\n", *cmd);
> > + goto unmap;
> > + }
>
> Yikes. More indenttion. It's getting really deep here. Any sane way to
> reduce it?
Moving the parsing out to a helper and some of the state to an on-stack
struct and then let gcc fold it back in. I was being lazy, just letting
vim reindent the block is far easier!
-Chris
--
Chris Wilson, Intel Open Source Technology Centre
More information about the Intel-gfx
mailing list