Lines Matching refs:DRM_DEBUG_DRIVER
93 DRM_DEBUG_DRIVER("Applying RGB to YUV color correction\n"); in sun4i_backend_apply_color_correction()
106 DRM_DEBUG_DRIVER("Disabling color correction\n"); in sun4i_backend_disable_color_correction()
115 DRM_DEBUG_DRIVER("Committing changes\n"); in sun4i_backend_commit()
127 DRM_DEBUG_DRIVER("%sabling layer %d\n", enable ? "En" : "Dis", in sun4i_backend_layer_enable()
186 DRM_DEBUG_DRIVER("Updating layer %d\n", layer); in sun4i_backend_update_layer_coord()
189 DRM_DEBUG_DRIVER("Primary layer, updating global size W: %u H: %u\n", in sun4i_backend_update_layer_coord()
197 DRM_DEBUG_DRIVER("Layer size W: %u H: %u\n", in sun4i_backend_update_layer_coord()
204 DRM_DEBUG_DRIVER("Layer coordinates X: %d Y: %d\n", in sun4i_backend_update_layer_coord()
239 DRM_DEBUG_DRIVER("Unsupported YUV format (0x%x)\n", format); in sun4i_backend_update_yuv_format()
259 DRM_DEBUG_DRIVER("Unsupported YUV pixel sequence (0x%x)\n", in sun4i_backend_update_yuv_format()
289 DRM_DEBUG_DRIVER("Switching display backend interlaced mode %s\n", in sun4i_backend_update_layer_formats()
306 DRM_DEBUG_DRIVER("Invalid format\n"); in sun4i_backend_update_layer_formats()
325 DRM_DEBUG_DRIVER("Invalid format\n"); in sun4i_backend_update_layer_frontend()
346 DRM_DEBUG_DRIVER("Setting packed YUV buffer address to %pad\n", &paddr); in sun4i_backend_update_yuv_buffer()
349 DRM_DEBUG_DRIVER("Layer line width: %d bits\n", fb->pitches[0] * 8); in sun4i_backend_update_yuv_buffer()
365 DRM_DEBUG_DRIVER("Layer line width: %d bits\n", fb->pitches[0] * 8); in sun4i_backend_update_layer_buffer()
372 DRM_DEBUG_DRIVER("Setting buffer address to %pad\n", &paddr); in sun4i_backend_update_layer_buffer()
386 DRM_DEBUG_DRIVER("Setting address lower bits to 0x%x\n", lo_paddr); in sun4i_backend_update_layer_buffer()
393 DRM_DEBUG_DRIVER("Setting address high bits to 0x%x\n", hi_paddr); in sun4i_backend_update_layer_buffer()
409 DRM_DEBUG_DRIVER("Setting layer %d's priority to %d and pipe %d\n", in sun4i_backend_update_layer_zpos()
425 DRM_DEBUG_DRIVER("Input size %dx%d, output size %dx%d\n", in sun4i_backend_plane_uses_scaler()
470 DRM_DEBUG_DRIVER("Starting checking our planes\n"); in sun4i_backend_atomic_check()
484 DRM_DEBUG_DRIVER("Using the frontend for plane %d\n", in sun4i_backend_atomic_check()
493 DRM_DEBUG_DRIVER("Plane FB format is %s\n", in sun4i_backend_atomic_check()
500 DRM_DEBUG_DRIVER("Plane FB format is YUV\n"); in sun4i_backend_atomic_check()
504 DRM_DEBUG_DRIVER("Plane zpos is %d\n", in sun4i_backend_atomic_check()
549 DRM_DEBUG_DRIVER("Too many planes with alpha, rejecting...\n"); in sun4i_backend_atomic_check()
575 DRM_DEBUG_DRIVER("Too many planes with YUV, rejecting...\n"); in sun4i_backend_atomic_check()
580 DRM_DEBUG_DRIVER("Too many planes going through the frontend, rejecting\n"); in sun4i_backend_atomic_check()
584 DRM_DEBUG_DRIVER("State valid with %u planes, %u alpha, %u video, %u YUV\n", in sun4i_backend_atomic_check()