drm/msm/disp: Move various debug logs to atomic bucket
[linux-2.6-microblaze.git] / drivers / gpu / drm / msm / disp / dpu1 / dpu_formats.c
index 21ff8f9..440ae93 100644 (file)
@@ -992,7 +992,7 @@ const struct dpu_format *dpu_get_dpu_format_ext(
         * Currently only support exactly zero or one modifier.
         * All planes use the same modifier.
         */
-       DPU_DEBUG("plane format modifier 0x%llX\n", modifier);
+       DRM_DEBUG_ATOMIC("plane format modifier 0x%llX\n", modifier);
 
        switch (modifier) {
        case 0:
@@ -1002,7 +1002,7 @@ const struct dpu_format *dpu_get_dpu_format_ext(
        case DRM_FORMAT_MOD_QCOM_COMPRESSED:
                map = dpu_format_map_ubwc;
                map_size = ARRAY_SIZE(dpu_format_map_ubwc);
-               DPU_DEBUG("found fmt: %4.4s  DRM_FORMAT_MOD_QCOM_COMPRESSED\n",
+               DRM_DEBUG_ATOMIC("found fmt: %4.4s  DRM_FORMAT_MOD_QCOM_COMPRESSED\n",
                                (char *)&format);
                break;
        default:
@@ -1021,7 +1021,7 @@ const struct dpu_format *dpu_get_dpu_format_ext(
                DPU_ERROR("unsupported fmt: %4.4s modifier 0x%llX\n",
                        (char *)&format, modifier);
        else
-               DPU_DEBUG("fmt %4.4s mod 0x%llX ubwc %d yuv %d\n",
+               DRM_DEBUG_ATOMIC("fmt %4.4s mod 0x%llX ubwc %d yuv %d\n",
                                (char *)&format, modifier,
                                DPU_FORMAT_IS_UBWC(fmt),
                                DPU_FORMAT_IS_YUV(fmt));