projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0dd5632
)
MLK-15955 gpu: imx: dpu: Sort dpu unit names in struct dpu_soc alphabetically
author
Liu Ying
<victor.liu@nxp.com>
Wed, 12 Jul 2017 03:04:41 +0000
(11:04 +0800)
committer
Nitin Garg
<nitin.garg@nxp.com>
Mon, 19 Mar 2018 20:33:33 +0000
(15:33 -0500)
This patch sorts DPU unit names in structure dpu_soc alphabetically.
So, just code change only.
Signed-off-by: Liu Ying <victor.liu@nxp.com>
drivers/gpu/imx/dpu/dpu-prv.h
patch
|
blob
|
history
diff --git
a/drivers/gpu/imx/dpu/dpu-prv.h
b/drivers/gpu/imx/dpu/dpu-prv.h
index
ae58468
..
caf95d1
100644
(file)
--- a/
drivers/gpu/imx/dpu/dpu-prv.h
+++ b/
drivers/gpu/imx/dpu/dpu-prv.h
@@
-176,8
+176,8
@@
struct dpu_soc {
struct dpu_disengcfg *dec_priv[2];
struct dpu_extdst *ed_priv[4];
struct dpu_fetchdecode *fd_priv[4];
- struct dpu_fetchlayer *fl_priv[2];
struct dpu_framegen *fg_priv[2];
+ struct dpu_fetchlayer *fl_priv[2];
struct dpu_hscaler *hs_priv[3];
struct dpu_layerblend *lb_priv[7];
struct dpu_tcon *tcon_priv[2];