]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Move all the DP compliance data to a separate struct
authorManasi Navare <manasi.d.navare@intel.com>
Sat, 10 Dec 2016 00:22:50 +0000 (16:22 -0800)
committerJani Nikula <jani.nikula@intel.com>
Tue, 13 Dec 2016 14:42:36 +0000 (16:42 +0200)
commitef89bd10f036803550f44de0b4128d804098ef81
tree6b750eb3b97f9b780e1c65ce7d042b656e90675d
parent826b172e82c682ec895737092931e564e1aaa41b
drm/i915: Move all the DP compliance data to a separate struct

This patch does not change anything functionally, just cleans up
the DP compliance related variables and stores them all together
in a separate struct intel_dp_compliance. There is another struct
intel_dp_compliance_data to store all the test data. This makes it easy to
reset the compliance variables through a memset instead of
individual resetting.

v2:
* Removed functional changes for EDID (Jani Nikula)

Reviewed-by: Jani Nikula <jani.nikula@linux.intel.com>
Signed-off-by: Manasi Navare <manasi.d.navare@intel.com>
Cc: Jani Nikula <jani.nikula@linux.intel.com>
Cc: Daniel Vetter <daniel.vetter@ffwl.ch>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/1481329371-16306-1-git-send-email-manasi.d.navare@intel.com
drivers/gpu/drm/i915/i915_debugfs.c
drivers/gpu/drm/i915/intel_dp.c
drivers/gpu/drm/i915/intel_drv.h