OSDN Git Service

dma-fence: Shrink size of struct dma_fence
authorChris Wilson <chris@chris-wilson.co.uk>
Sat, 17 Aug 2019 14:47:33 +0000 (15:47 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Sat, 17 Aug 2019 17:02:49 +0000 (18:02 +0100)
commit4fe3997a68f3300c73adc196ff33a952febe6974
treea8c36eec0c0fc60acb242bf071c18b33b4bbb6c8
parentb0baf85bb27ab028e726619f9162498f193cacbe
dma-fence: Shrink size of struct dma_fence

Rearrange the couple of 32-bit atomics hidden amongst the field of
pointers that unnecessarily caused the compiler to insert some padding,
shrinks the size of the base struct dma_fence from 80 to 72 bytes on
x86-64.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Christian König <christian.koenig@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190817144736.7826-3-chris@chris-wilson.co.uk
include/linux/dma-fence.h