MALI: rockchip: not to use sg_dma_len.
authorchenzhen <chenzhen@rock-chips.com>
Fri, 4 Mar 2016 13:08:35 +0000 (21:08 +0800)
committerchenzhen <chenzhen@rock-chips.com>
Wed, 9 Mar 2016 07:26:53 +0000 (15:26 +0800)
commit2b339dd1539af46928c317d51331d367b7c51fe3
tree1de90b107ab314e2ff6df0b4911fcafbb4a4ad08
parent9f751bed52063573fa110ea02c606b6a0ce35bdb
MALI: rockchip: not to use sg_dma_len.

When CONFIG_NEED_SG_DMA_LENGTH is enabled,
sg_dma_len is defined as follow :
"#define sg_dma_len(sg)             ((sg)->dma_length)"
But, dma_length is not used by the framework indeed.

Change-Id: Ibfd3223b38b96701f839cdc91207a49f20789fec
Signed-off-by: chenzhen <chenzhen@rock-chips.com>
drivers/gpu/arm/midgard/mali_kbase_jd.c