Lines Matching refs:DRM_DEBUG

116 		DRM_DEBUG("BO index %d greater than BO count %d\n",  in vc4_use_bo()
124 DRM_DEBUG("Trying to use shader BO as something other than " in vc4_use_bo()
183 DRM_DEBUG("Surface dimensions (%d,%d) too large", in vc4_check_tex_size()
202 DRM_DEBUG("buffer tiling %d unsupported\n", tiling_format); in vc4_check_tex_size()
211 DRM_DEBUG("Overflow in %dx%d (%dx%d) fbo size (%d + %d > %zd)\n", in vc4_check_tex_size()
225 DRM_DEBUG("Bin CL must end with VC4_PACKET_FLUSH\n"); in validate_flush()
237 DRM_DEBUG("Duplicate VC4_PACKET_START_TILE_BINNING\n"); in validate_start_tile_binning()
243 DRM_DEBUG("missing VC4_PACKET_TILE_BINNING_MODE_CONFIG\n"); in validate_start_tile_binning()
254 DRM_DEBUG("Bin CL must end with " in validate_increment_semaphore()
275 DRM_DEBUG("shader state must precede primitives\n"); in validate_indexed_prim_list()
292 DRM_DEBUG("IB access overflow (%d + %d*%d > %zd)\n", in validate_indexed_prim_list()
312 DRM_DEBUG("shader state must precede primitives\n"); in validate_gl_array_primitive()
318 DRM_DEBUG("primitive vertex count overflow\n"); in validate_gl_array_primitive()
335 DRM_DEBUG("More requests for shader states than declared\n"); in validate_gl_shader_state()
343 DRM_DEBUG("high bits set in GL shader rec reference\n"); in validate_gl_shader_state()
367 DRM_DEBUG("Duplicate VC4_PACKET_TILE_BINNING_MODE_CONFIG\n"); in validate_tile_binning_config()
379 DRM_DEBUG("Tile binning config of %dx%d too small\n", in validate_tile_binning_config()
386 DRM_DEBUG("unsupported binning config flags 0x%02x\n", flags); in validate_tile_binning_config()
508 DRM_DEBUG("0x%08x: packet %d out of bounds\n", in vc4_validate_bin_cl()
515 DRM_DEBUG("0x%08x: packet %d invalid\n", in vc4_validate_bin_cl()
521 DRM_DEBUG("0x%08x: packet %d (%s) length 0x%08x " in vc4_validate_bin_cl()
534 DRM_DEBUG("0x%08x: packet %d (%s) failed to validate\n", in vc4_validate_bin_cl()
552 DRM_DEBUG("Bin CL missing VC4_PACKET_START_TILE_BINNING\n"); in vc4_validate_bin_cl()
564 DRM_DEBUG("Bin CL missing VC4_PACKET_INCREMENT_SEMAPHORE + " in vc4_validate_bin_cl()
603 DRM_DEBUG("UBO offset greater than UBO size\n"); in reloc_tex()
607 DRM_DEBUG("UBO clamp would allow reads " in reloc_tex()
627 DRM_DEBUG("Cube map stride set twice\n"); in reloc_tex()
634 DRM_DEBUG("Cube map stride not set\n"); in reloc_tex()
675 DRM_DEBUG("Texture format %d unsupported\n", type); in reloc_tex()
728 DRM_DEBUG("Level %d (%dx%d -> %dx%d) size %db " in reloc_tex()
779 DRM_DEBUG("overflowed shader recs reading %d handles " in validate_gl_shader_rec()
789 DRM_DEBUG("overflowed shader recs copying %db packet " in validate_gl_shader_rec()
809 DRM_DEBUG("Shader handle %d too big\n", src_handles[i]); in validate_gl_shader_rec()
825 DRM_DEBUG("Thread mode of CL and FS do not match\n"); in validate_gl_shader_rec()
831 DRM_DEBUG("cs and vs cannot be threaded\n"); in validate_gl_shader_rec()
846 DRM_DEBUG("Shaders must be at offset 0 of " in validate_gl_shader_rec()
857 DRM_DEBUG("Uniforms src buffer overflow\n"); in validate_gl_shader_rec()
915 DRM_DEBUG("BO offset overflow (%d + %d > %zu)\n", in validate_gl_shader_rec()
924 DRM_DEBUG("primitives use index %d out of " in validate_gl_shader_rec()