commit | d5653a994a665c66f26a92b57a1d4dcb3639c9ea | [log] [tgz] |
---|---|---|
author | Robin Murphy <robin.murphy@arm.com> | Thu Sep 03 22:04:03 2020 +0100 |
committer | Rob Clark <robdclark@chromium.org> | Sat Sep 12 09:59:58 2020 -0700 |
tree | 523e3ef8faaef45e2022a3b80d0663c270e0ae70 | |
parent | fdf38426cda6b5b3232f1fa470b5fa86734d7872 [diff] |
drm/msm: Drop local dma_parms Since commit 9495b7e92f71 ("driver core: platform: Initialize dma_parms for platform devices"), struct platform_device already provides a dma_parms structure, so we can save allocating another one. Also the DMA segment size is simply a size, not a bitmask. Signed-off-by: Robin Murphy <robin.murphy@arm.com> Signed-off-by: Rob Clark <robdclark@chromium.org>