]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915/dsi: rename the current DSI files based on first platform
authorJani Nikula <jani.nikula@intel.com>
Thu, 5 Jul 2018 13:25:07 +0000 (16:25 +0300)
committerJani Nikula <jani.nikula@intel.com>
Fri, 6 Jul 2018 07:53:55 +0000 (10:53 +0300)
commitbc35b5fbbbb945256432c89ca1424e38ee4ed447
tree9cff1d40f091cc05a138832eb5cf336b567932e7
parent95b498c7a1a269b0e3c29ca00d0f365612c2682b
drm/i915/dsi: rename the current DSI files based on first platform

Starting from ICL or gen 11 we have a new DSI block which requires
completely different programming from the current implementation. Having
them in the same file would be confusing. Rename the current DSI and DSI
PLL implementation files as vlv_dsi.c and vlv_dsi_pll.c.

No functional changes.

v2: use "gen7" prefix.

v3: use "vlv" prefix.

References: https://patchwork.freedesktop.org/series/44823/
Cc: Madhav Chauhan <madhav.chauhan@intel.com>
Cc: Daniel Vetter <daniel@ffwll.ch>
Cc: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Reviewed-by: Madhav Chauhan <madhav.chauhan@intel.com>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20180705132509.12881-1-jani.nikula@intel.com
drivers/gpu/drm/i915/Makefile
drivers/gpu/drm/i915/intel_drv.h
drivers/gpu/drm/i915/intel_dsi.c [deleted file]
drivers/gpu/drm/i915/intel_dsi.h
drivers/gpu/drm/i915/intel_dsi_pll.c [deleted file]
drivers/gpu/drm/i915/vlv_dsi.c [new file with mode: 0644]
drivers/gpu/drm/i915/vlv_dsi_pll.c [new file with mode: 0644]