[Intel-gfx] [PATCH 0/9] A little bit of KMS debug logging tidy

Jani Nikula jani.nikula at linux.intel.com
Wed Apr 27 10:54:38 UTC 2016


On Wed, 27 Apr 2016, Tvrtko Ursulin <tvrtko.ursulin at linux.intel.com> wrote:
> From: Tvrtko Ursulin <tvrtko.ursulin at intel.com>
>
> Assorted patches to make the KMS debug logs a bit more
> compact and hence more readable.

Throughout the series I very much dislike the splitting of debug
printing to separate printk() calls. You will get debug output from
elsewhere mixed up in the middle of the drm debug log lines.

BR,
Jani.


>
> Tvrtko Ursulin (9):
>   drm: Add drm_mode_debug_printmodeline_raw
>   drm: Recognize invalid (all-zero) modes in
>     drm_mode_debug_printmodeline(_raw)
>   drm/i915: Compact modes in intel_dump_pipe_config
>   drm/i915: Tidy planes and scaler info in intel_dump_pipe_config
>   drm/i915: Compact intel_dump_pipe_config some more
>   drm/i915: Log watermark latencies on a single line per plane
>   drm/i915: Compact display clock logging
>   drm/i915: Print DisplayPort clocks on a single line
>   drm: Quiet down drm_mode_getconnector
>
>  drivers/gpu/drm/drm_crtc.c           |   2 -
>  drivers/gpu/drm/drm_modes.c          |  42 +++++++++++---
>  drivers/gpu/drm/i915/intel_display.c | 103 ++++++++++++++++++++---------------
>  drivers/gpu/drm/i915/intel_dp.c      |  33 +++++------
>  drivers/gpu/drm/i915/intel_pm.c      |  31 ++++++++---
>  include/drm/drm_modes.h              |   1 +
>  6 files changed, 129 insertions(+), 83 deletions(-)

-- 
Jani Nikula, Intel Open Source Technology Center


More information about the Intel-gfx mailing list