diff options
author | Jani Nikula <jani.nikula@intel.com> | 2020-02-27 18:12:53 +0200 |
---|---|---|
committer | Jani Nikula <jani.nikula@intel.com> | 2020-03-02 12:58:26 +0200 |
commit | 00535527350c1ab139ae31e0128d936d44b11004 (patch) | |
tree | 40de8d7ccb88599c020376d6a753bbce69874c29 /drivers/input/input-mt.c | |
parent | 9a40bddd47ca4aa26d3b10bdaf51c35862a344ff (diff) |
drm/i915/crc: move pipe_crc from drm_i915_private to intel_crtc
Having an array pipe_crc[I915_MAX_PIPES] in struct drm_i915_private
should be an obvious clue this should be located in struct intel_crtc
instead. Make it so.
As a side-effect, fix some errors in indexing pipe_crc with both pipe
and crtc index. And, of course, reduce the size of i915_drv.h.
Cc: Anshuman Gupta <anshuman.gupta@intel.com>
Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20200227161253.15741-1-jani.nikula@intel.com
Diffstat (limited to 'drivers/input/input-mt.c')
0 files changed, 0 insertions, 0 deletions