drm/i915/display: split out dpt out of intel_display.c
authorJani Nikula <jani.nikula@intel.com>
Mon, 23 Aug 2021 12:25:31 +0000 (15:25 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 8 Mar 2022 18:12:40 +0000 (19:12 +0100)
commit23eb29281f1e1bc3e33f75186b16c961e62effe6
tree2f7157795731a1e78896611bdd078562ae9fa7e8
parentfbf6d5f8eef75411b311cace1f7fceb4f04a1b78
drm/i915/display: split out dpt out of intel_display.c

[ Upstream commit dc6d6158a6e8b11a11544a541583296d9323050f ]

Let's try to reduce the size of intel_display.c, not increase it.

Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/934a2a0db05e835f6843befef6082e2034f23b3a.1629721467.git.jani.nikula@intel.com
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/gpu/drm/i915/Makefile
drivers/gpu/drm/i915/display/intel_display.c
drivers/gpu/drm/i915/display/intel_dpt.c [new file with mode: 0644]
drivers/gpu/drm/i915/display/intel_dpt.h [new file with mode: 0644]