mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
rk3036 lcdc: fix yuv format define error.
This commit is contained in:
@@ -437,7 +437,7 @@ enum _vop_format_e {
|
||||
VOP_FORMAT_ARGB888 = 0,
|
||||
VOP_FORMAT_RGB888,
|
||||
VOP_FORMAT_RGB565,
|
||||
VOP_FORMAT_YCBCR420,
|
||||
VOP_FORMAT_YCBCR420 = 4,
|
||||
VOP_FORMAT_YCBCR422,
|
||||
VOP_FORMAT_YCBCR444
|
||||
};
|
||||
@@ -549,4 +549,4 @@ static inline void lcdc_cfg_done(struct lcdc_device *lcdc_dev)
|
||||
dsb();
|
||||
}
|
||||
|
||||
#endif /* _RK3036_LCDC_H_ */
|
||||
#endif /* _RK3036_LCDC_H_ */
|
||||
|
||||
Reference in New Issue
Block a user