drm/i915/dsi: rename the current DSI files based on first platform
authorJani Nikula <[email protected]>
Thu, 5 Jul 2018 13:25:07 +0000 (16:25 +0300)
committerJani Nikula <[email protected]>
Fri, 6 Jul 2018 07:53:55 +0000 (10:53 +0300)
commitca3589c11815cb1587a908c46e8f04a05a193254
tree9cff1d40f091cc05a138832eb5cf336b567932e7
parentc4e4f4545bdc3939ae9fff1da55ed1e28776dafe
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 <[email protected]>
Cc: Daniel Vetter <[email protected]>
Cc: Chris Wilson <[email protected]>
Cc: Ville Syrjälä <[email protected]>
Reviewed-by: Ville Syrjälä <[email protected]>
Reviewed-by: Madhav Chauhan <[email protected]>
Signed-off-by: Jani Nikula <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
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]