Lines Matching refs:DRM_DEBUG_DRIVER

50 	DRM_DEBUG_DRIVER("Applying RGB to YUV color correction\n");  in sun4i_backend_apply_color_correction()
63 DRM_DEBUG_DRIVER("Disabling color correction\n"); in sun4i_backend_disable_color_correction()
72 DRM_DEBUG_DRIVER("Committing changes\n"); in sun4i_backend_commit()
84 DRM_DEBUG_DRIVER("%sabling layer %d\n", enable ? "En" : "Dis", in sun4i_backend_layer_enable()
172 DRM_DEBUG_DRIVER("Updating layer %d\n", layer); in sun4i_backend_update_layer_coord()
175 DRM_DEBUG_DRIVER("Primary layer, updating global size W: %u H: %u\n", in sun4i_backend_update_layer_coord()
183 DRM_DEBUG_DRIVER("Layer size W: %u H: %u\n", in sun4i_backend_update_layer_coord()
190 DRM_DEBUG_DRIVER("Layer coordinates X: %d Y: %d\n", in sun4i_backend_update_layer_coord()
227 DRM_DEBUG_DRIVER("Unsupported YUV format (0x%x)\n", fmt); in sun4i_backend_update_yuv_format()
247 DRM_DEBUG_DRIVER("Unsupported YUV pixel sequence (0x%x)\n", in sun4i_backend_update_yuv_format()
277 DRM_DEBUG_DRIVER("Switching display backend interlaced mode %s\n", in sun4i_backend_update_layer_formats()
294 DRM_DEBUG_DRIVER("Invalid format\n"); in sun4i_backend_update_layer_formats()
313 DRM_DEBUG_DRIVER("Invalid format\n"); in sun4i_backend_update_layer_frontend()
334 DRM_DEBUG_DRIVER("Setting packed YUV buffer address to %pad\n", &paddr); in sun4i_backend_update_yuv_buffer()
337 DRM_DEBUG_DRIVER("Layer line width: %d bits\n", fb->pitches[0] * 8); in sun4i_backend_update_yuv_buffer()
353 DRM_DEBUG_DRIVER("Layer line width: %d bits\n", fb->pitches[0] * 8); in sun4i_backend_update_layer_buffer()
360 DRM_DEBUG_DRIVER("Setting buffer address to %pad\n", &paddr); in sun4i_backend_update_layer_buffer()
367 DRM_DEBUG_DRIVER("Setting address lower bits to 0x%x\n", lo_paddr); in sun4i_backend_update_layer_buffer()
374 DRM_DEBUG_DRIVER("Setting address high bits to 0x%x\n", hi_paddr); in sun4i_backend_update_layer_buffer()
390 DRM_DEBUG_DRIVER("Setting layer %d's priority to %d and pipe %d\n", in sun4i_backend_update_layer_zpos()
415 DRM_DEBUG_DRIVER("Input size %dx%d, output size %dx%d\n", in sun4i_backend_plane_uses_scaler()
501 DRM_DEBUG_DRIVER("Starting checking our planes\n"); in sun4i_backend_atomic_check()
519 DRM_DEBUG_DRIVER("Using the frontend for plane %d\n", in sun4i_backend_atomic_check()
524 DRM_DEBUG_DRIVER("Plane FB format is YUV\n"); in sun4i_backend_atomic_check()
529 DRM_DEBUG_DRIVER("Plane FB format is %s\n", in sun4i_backend_atomic_check()
535 DRM_DEBUG_DRIVER("Plane zpos is %d\n", in sun4i_backend_atomic_check()
586 DRM_DEBUG_DRIVER("Too many planes with alpha, rejecting...\n"); in sun4i_backend_atomic_check()
613 DRM_DEBUG_DRIVER("Too many planes with YUV, rejecting...\n"); in sun4i_backend_atomic_check()
618 DRM_DEBUG_DRIVER("Too many planes going through the frontend, rejecting\n"); in sun4i_backend_atomic_check()
622 DRM_DEBUG_DRIVER("State valid with %u planes, %u alpha, %u video, %u YUV\n", in sun4i_backend_atomic_check()