]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - drivers/gpu/drm/i915/intel_drv.h
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)
commitc1617abc48a062aed9a146a1009f1977d0da168d
tree6b750eb3b97f9b780e1c65ce7d042b656e90675d
parentfdb14d335f8c3724fcc5f4db8e1a8fe634ca0afc
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