drm_core_check_feature(dev, DRIVER_LEGACY))return;if(!dma)return;/* Clear dma buffers */for(i =0; i <= DRM_MAX_ORDER; i++) {if(dma->bufs[i].seg_count) {DRM_DEBUG("order %d: buf_count = %d,"" seg_count = %d\n", i, dma->bufs[i].buf_count, dma->bufs[i].seg_coun...
u32 offset, u32 size){structdrm_i915_private*dev_priv=dev->dev_private;structsg_table*st;structscatterlist*sg;DRM_DEBUG_DRIVER("offset=0x%x, size=%d\n", offset, size); BUG_ON(offset > dev_priv->gtt.stolen_size - size);/* We hide that we have no struct page backing our stolen ...
Enabling verbose debug messages is done through the drm.debug parameter, each category being enabled by a bit: drm.debug=0x1 will enable CORE messages drm.debug=0x2 will enable DRIVER messages drm.debug=0x3 will enable CORE and DRIVER messages … drm.debug=0x1ff will enable all messages So...
USAGES: A potentially typical _DISJOINT_NAMES use: echo +DRM_UT_CORE,+DRM_UT_KMS,-DRM_UT_DRIVER,-DRM_UT_ATOMIC \ > /sys/module/drm/parameters/debug_catnames A naive _LEVEL_NAMES use, with one class, that sets all in the class-map according to (x<y): : problem seen echo +L7 ...
GitHub mirror of the Linux Kernel's audit repository - Revert "drm/nouveau/firmware: Fix SG_DEBUG error with nvkm_firmware_c… · linux-audit/audit-kernel@a222a64
Improve the debug prints in intel_color.c a bit, and convert it to intel_display while at it. Ville Syrjälä (4): drm/i915/color: Pimp debugs drm/i915: Handle intel_plane and intel_plane_state in to_intel_display() drm/i915/color: Convert color management code to intel_display...
+++ b/drivers/gpu/drm/i915/display/intel_psr.c @@ -1733,6 +1733,9 @@ _panel_replay_compute_config(struct intel_dp *intel_dp, if (!CAN_PANEL_REPLAY(intel_dp)) return false; + if (intel_dp->psr.debug & I915_PSR_DEBUG_PANEL_REPLAY_DISABLE) ...
37 changes: 22 additions & 15 deletions37drivers/gpu/drm/i915/intel_uncore.c Original file line numberDiff line numberDiff line change Expand Up@@ -1926,24 +1926,31 @@ __unclaimed_previous_reg_debug(struct intel_uncore *uncore, }
amdgpu/amdgpu.o drivers/gpu/drm/amd/amdgpu/amdgpu.mod.o 7657:ld.lld: error: drivers/gpu/drm/amd/amdgpu/amdgpu.o:(.debug_info+0x7d117f5): unknown relocation (33554442) against symbol 7658:make[5]: *** [scripts/Makefile.modfinal:56: drivers/gpu/drm/amd/amdgpu/amdgpu.ko] Error ...
debug prints to help identify who is at fault. And also specify which LUT check_lut_size() is unhappy about. Signed-off-by: Ville Syrjälä <ville.syrj...@linux.intel.com> --- drivers/gpu/drm/i915/display/intel_color.c | 48 +++++++++--- 1 file changed,...