diff options
| author | Veera Sundaram Sankaran <veeras@codeaurora.org> | 2015-05-01 17:45:43 -0700 |
|---|---|---|
| committer | David Keitel <dkeitel@codeaurora.org> | 2016-03-23 20:40:54 -0700 |
| commit | 33f539a576f561da6bc1b026ef816bda03737ed0 (patch) | |
| tree | 0857e1b7e5695dc525e0aa017f25e9679cd5144b /drivers | |
| parent | 59dbf28883e3d0c1450d7201c293eed4c3fdb4d0 (diff) | |
msm: mdss: add UBWC formats to mdp debug
Add supported UBWC formats to mdp debug, so that it displays
the correct format name.
Change-Id: I055d49344b13a74c0164072fa1da910921ef0606
Signed-off-by: Veera Sundaram Sankaran <veeras@codeaurora.org>
Diffstat (limited to 'drivers')
| -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 }; |
