Lines Matching refs:DRM_DEBUG_DRIVER
52 DRM_DEBUG_DRIVER("Applying RGB to YUV color correction\n"); in sun4i_backend_apply_color_correction()
65 DRM_DEBUG_DRIVER("Disabling color correction\n"); in sun4i_backend_disable_color_correction()
74 DRM_DEBUG_DRIVER("Committing changes\n"); in sun4i_backend_commit()
86 DRM_DEBUG_DRIVER("%sabling layer %d\n", enable ? "En" : "Dis", in sun4i_backend_layer_enable()
174 DRM_DEBUG_DRIVER("Updating layer %d\n", layer); in sun4i_backend_update_layer_coord()
177 DRM_DEBUG_DRIVER("Layer size W: %u H: %u\n", in sun4i_backend_update_layer_coord()
184 DRM_DEBUG_DRIVER("Layer coordinates X: %d Y: %d\n", in sun4i_backend_update_layer_coord()
221 DRM_DEBUG_DRIVER("Unsupported YUV format (0x%x)\n", fmt); in sun4i_backend_update_yuv_format()
241 DRM_DEBUG_DRIVER("Unsupported YUV pixel sequence (0x%x)\n", in sun4i_backend_update_yuv_format()
276 DRM_DEBUG_DRIVER("Invalid format\n"); in sun4i_backend_update_layer_formats()
295 DRM_DEBUG_DRIVER("Invalid format\n"); in sun4i_backend_update_layer_frontend()
316 DRM_DEBUG_DRIVER("Setting packed YUV buffer address to %pad\n", &paddr); in sun4i_backend_update_yuv_buffer()
319 DRM_DEBUG_DRIVER("Layer line width: %d bits\n", fb->pitches[0] * 8); in sun4i_backend_update_yuv_buffer()
335 DRM_DEBUG_DRIVER("Layer line width: %d bits\n", fb->pitches[0] * 8); in sun4i_backend_update_layer_buffer()
342 DRM_DEBUG_DRIVER("Setting buffer address to %pad\n", &dma_addr); in sun4i_backend_update_layer_buffer()
349 DRM_DEBUG_DRIVER("Setting address lower bits to 0x%x\n", lo_paddr); in sun4i_backend_update_layer_buffer()
356 DRM_DEBUG_DRIVER("Setting address high bits to 0x%x\n", hi_paddr); in sun4i_backend_update_layer_buffer()
372 DRM_DEBUG_DRIVER("Setting layer %d's priority to %d and pipe %d\n", in sun4i_backend_update_layer_zpos()
397 DRM_DEBUG_DRIVER("Input size %dx%d, output size %dx%d\n", in sun4i_backend_plane_uses_scaler()
483 DRM_DEBUG_DRIVER("Starting checking our planes\n"); in sun4i_backend_atomic_check()
500 DRM_DEBUG_DRIVER("Using the frontend for plane %d\n", in sun4i_backend_atomic_check()
505 DRM_DEBUG_DRIVER("Plane FB format is YUV\n"); in sun4i_backend_atomic_check()
510 DRM_DEBUG_DRIVER("Plane FB format is %p4cc\n", in sun4i_backend_atomic_check()
515 DRM_DEBUG_DRIVER("Plane zpos is %d\n", in sun4i_backend_atomic_check()
566 DRM_DEBUG_DRIVER("Too many planes with alpha, rejecting...\n"); in sun4i_backend_atomic_check()
592 DRM_DEBUG_DRIVER("Too many planes with YUV, rejecting...\n"); in sun4i_backend_atomic_check()
597 DRM_DEBUG_DRIVER("Too many planes going through the frontend, rejecting\n"); in sun4i_backend_atomic_check()
601 DRM_DEBUG_DRIVER("State valid with %u planes, %u alpha, %u video, %u YUV\n", in sun4i_backend_atomic_check()
643 DRM_DEBUG_DRIVER("Updating global size W: %u H: %u\n", in sun4i_backend_mode_set()
653 DRM_DEBUG_DRIVER("Switching display backend interlaced mode %s\n", in sun4i_backend_mode_set()