drm/i915: Include DP VSC SDP in the crtc state dump
authorGwan-gyeong Mun <gwan-gyeong.mun@intel.com>
Thu, 14 May 2020 06:07:24 +0000 (09:07 +0300)
committerJani Nikula <jani.nikula@intel.com>
Thu, 14 May 2020 10:53:55 +0000 (13:53 +0300)
commit42890250d0ec79ff60b5084c93ff63fcdeffc5d0
tree7889616f82486bd94b2c4e16d7a1fc125e80dd6e
parente274fb32ffc8508408c3a4d65931d9fdd08f2c89
drm/i915: Include DP VSC SDP in the crtc state dump

Dump out the DP VSC SDP in the normal crtc state dump

v3: Replace a structure name to drm_dp_vsc_sdp from intel_dp_vsc_sdp
    Use drm core's DP VSC SDP logging function

Signed-off-by: Gwan-gyeong Mun <gwan-gyeong.mun@intel.com>
Reviewed-by: Uma Shankar <uma.shankar@intel.com>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20200514060732.3378396-7-gwan-gyeong.mun@intel.com
drivers/gpu/drm/i915/display/intel_display.c