aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/drm/i915/display/intel_dp_mst.c
diff options
context:
space:
mode:
authorJani Nikula <jani.nikula@intel.com>2025-02-26 12:01:08 +0200
committerJani Nikula <jani.nikula@intel.com>2025-02-27 20:49:01 +0200
commit30d70e1e2680e6450d6be4d92d9ae3d366bbc9ce (patch)
treef3a20511528be16675ebdac16b12892f75aa65b2 /drivers/gpu/drm/i915/display/intel_dp_mst.c
parentdrm/i915/pfit: rename intel_panel_fitting() to intel_pfit_compute_config() (diff)
downloadwireguard-linux-30d70e1e2680e6450d6be4d92d9ae3d366bbc9ce.tar.xz
wireguard-linux-30d70e1e2680e6450d6be4d92d9ae3d366bbc9ce.zip
drm/i915/pfit: move ilk and i9xx pfit code to intel_pfit.[ch]
Group panel fitter code in one place. Rename *_get_pfit_config() to *_pfit_get_config() while at it. 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/d1f18b2c0d0ae07a3f38fc859b10a9de2b9c5c24.1740564009.git.jani.nikula@intel.com
Diffstat (limited to 'drivers/gpu/drm/i915/display/intel_dp_mst.c')
-rw-r--r--drivers/gpu/drm/i915/display/intel_dp_mst.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i915/display/intel_dp_mst.c b/drivers/gpu/drm/i915/display/intel_dp_mst.c
index 889b3a902b8f..2782e18367c9 100644
--- a/drivers/gpu/drm/i915/display/intel_dp_mst.c
+++ b/drivers/gpu/drm/i915/display/intel_dp_mst.c
@@ -49,6 +49,7 @@
#include "intel_hdcp.h"
#include "intel_hotplug.h"
#include "intel_link_bw.h"
+#include "intel_pfit.h"
#include "intel_psr.h"
#include "intel_vdsc.h"
#include "skl_scaler.h"