hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/drivers/gpu/drm/amd/display/dc/dce/dce_transform.c
....@@ -1011,7 +1011,7 @@
10111011 color_depth = COLOR_DEPTH_101010;
10121012 pixel_depth = 0;
10131013 expan_mode = 1;
1014
- BREAK_TO_DEBUGGER();
1014
+ DC_LOG_DC("The pixel depth %d is not valid, set COLOR_DEPTH_101010 instead.", depth);
10151015 break;
10161016 }
10171017
....@@ -1025,8 +1025,7 @@
10251025 if (!(xfm_dce->lb_pixel_depth_supported & depth)) {
10261026 /*we should use unsupported capabilities
10271027 * 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__);
10301029 }
10311030 }
10321031