summaryrefslogtreecommitdiff
path: root/drivers/gpu/imx/dpu
diff options
context:
space:
mode:
authorLiu Ying <victor.liu@nxp.com>2018-05-08 11:02:02 +0800
committerLeonard Crestez <leonard.crestez@nxp.com>2018-08-24 12:41:33 +0300
commite30185ed9a691814f49444b8427412892c5852ad (patch)
tree3dd384593ca1dd709d762632c4c807e634149096 /drivers/gpu/imx/dpu
parent0c9c65fcd42abd5c961fc1ee6cf8c5f5351a8ad8 (diff)
MLK-18229-1 gpu: imx: dpu: fetchdecode: Cosmetic changes on fd_ops entries
This patch contains cosmetic changes on fd_ops entries to make the entries be more readable. Signed-off-by: Liu Ying <victor.liu@nxp.com>
Diffstat (limited to 'drivers/gpu/imx/dpu')
-rw-r--r--drivers/gpu/imx/dpu/dpu-fetchdecode.c32
1 files changed, 16 insertions, 16 deletions
diff --git a/drivers/gpu/imx/dpu/dpu-fetchdecode.c b/drivers/gpu/imx/dpu/dpu-fetchdecode.c
index 3ba59cb7db96..acfface06cc4 100644
--- a/drivers/gpu/imx/dpu/dpu-fetchdecode.c
+++ b/drivers/gpu/imx/dpu/dpu-fetchdecode.c
@@ -647,22 +647,22 @@ void dpu_fd_put(struct dpu_fetchunit *fu)
EXPORT_SYMBOL_GPL(dpu_fd_put);
static const struct dpu_fetchunit_ops fd_ops = {
- .set_burstlength = fetchunit_set_burstlength,
- .set_baseaddress = fetchdecode_set_baseaddress,
- .set_src_bpp = fetchdecode_set_src_bpp,
- .set_src_stride = fetchdecode_set_src_stride,
- .set_src_buf_dimensions = fetchdecode_set_src_buf_dimensions,
- .set_fmt = fetchdecode_set_fmt,
- .enable_src_buf = fetchdecode_enable_src_buf,
- .disable_src_buf = fetchdecode_disable_src_buf,
- .is_enabled = fetchdecode_is_enabled,
- .set_framedimensions = fetchdecode_set_framedimensions,
- .set_controltrigger = fetchdecode_set_controltrigger,
- .get_stream_id = fetchunit_get_stream_id,
- .set_stream_id = fetchunit_set_stream_id,
- .pin_off = fetchunit_pin_off,
- .unpin_off = fetchunit_unpin_off,
- .is_pinned_off = fetchunit_is_pinned_off,
+ .set_burstlength = fetchunit_set_burstlength,
+ .set_baseaddress = fetchdecode_set_baseaddress,
+ .set_src_bpp = fetchdecode_set_src_bpp,
+ .set_src_stride = fetchdecode_set_src_stride,
+ .set_src_buf_dimensions = fetchdecode_set_src_buf_dimensions,
+ .set_fmt = fetchdecode_set_fmt,
+ .enable_src_buf = fetchdecode_enable_src_buf,
+ .disable_src_buf = fetchdecode_disable_src_buf,
+ .is_enabled = fetchdecode_is_enabled,
+ .set_framedimensions = fetchdecode_set_framedimensions,
+ .set_controltrigger = fetchdecode_set_controltrigger,
+ .get_stream_id = fetchunit_get_stream_id,
+ .set_stream_id = fetchunit_set_stream_id,
+ .pin_off = fetchunit_pin_off,
+ .unpin_off = fetchunit_unpin_off,
+ .is_pinned_off = fetchunit_is_pinned_off,
};
void _dpu_fd_init(struct dpu_soc *dpu, unsigned int id)