diff options
| -rw-r--r-- | drivers/video/fbdev/msm/mdss_mdp_debug.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/drivers/video/fbdev/msm/mdss_mdp_debug.h b/drivers/video/fbdev/msm/mdss_mdp_debug.h index 688d0bd59e45..db527ad6abd6 100644 --- a/drivers/video/fbdev/msm/mdss_mdp_debug.h +++ b/drivers/video/fbdev/msm/mdss_mdp_debug.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, The Linux Foundation. All rights reserved. + * Copyright (c) 2014-2015, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and @@ -60,6 +60,10 @@ static inline const char *mdss_mdp_format2str(u32 format) FORMAT_NAME(Y_CR_CB_GH2V2), FORMAT_NAME(YCBYCR_H2V1), FORMAT_NAME(YCRYCB_H2V1), + FORMAT_NAME(RGBA_8888_UBWC), + FORMAT_NAME(RGBX_8888_UBWC), + FORMAT_NAME(RGB_565_UBWC), + FORMAT_NAME(Y_CBCR_H2V2_UBWC) #undef FORMAT_NAME }; |
