.. | .. |
---|
1011 | 1011 | color_depth = COLOR_DEPTH_101010; |
---|
1012 | 1012 | pixel_depth = 0; |
---|
1013 | 1013 | expan_mode = 1; |
---|
1014 | | - BREAK_TO_DEBUGGER(); |
---|
| 1014 | + DC_LOG_DC("The pixel depth %d is not valid, set COLOR_DEPTH_101010 instead.", depth); |
---|
1015 | 1015 | break; |
---|
1016 | 1016 | } |
---|
1017 | 1017 | |
---|
.. | .. |
---|
1025 | 1025 | if (!(xfm_dce->lb_pixel_depth_supported & depth)) { |
---|
1026 | 1026 | /*we should use unsupported capabilities |
---|
1027 | 1027 | * unless it is required by w/a*/ |
---|
1028 | | - DC_LOG_WARNING("%s: Capability not supported", |
---|
1029 | | - __func__); |
---|
| 1028 | + DC_LOG_DC("%s: Capability not supported", __func__); |
---|
1030 | 1029 | } |
---|
1031 | 1030 | } |
---|
1032 | 1031 | |
---|