aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJani Nikula <jani.nikula@intel.com>2023-03-01 15:54:15 +0200
committerJani Nikula <jani.nikula@intel.com>2023-03-06 18:25:43 +0200
commit26f8c146924fac0f50157fe22d1948fcfadae9f6 (patch)
treeb5cd0d9a6348950c3ec1f1ad65a03de9b81d62f7
parentdrm/i915/display: split out DSC and DSS registers (diff)
downloadwireguard-linux-26f8c146924fac0f50157fe22d1948fcfadae9f6.tar.xz
wireguard-linux-26f8c146924fac0f50157fe22d1948fcfadae9f6.zip
drm/i915/wm: remove display/ prefix from include
Remove the leftover from moving and renaming the file from driver top level. Signed-off-by: Jani Nikula <jani.nikula@intel.com> Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/f11cbbdb5a5c8961fcae0b3f6c87860ee00f8c26.1677678803.git.jani.nikula@intel.com
-rw-r--r--drivers/gpu/drm/i915/display/intel_wm_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/display/intel_wm_types.h b/drivers/gpu/drm/i915/display/intel_wm_types.h
index bac2b6fdc5d0..628b7c0ce484 100644
--- a/drivers/gpu/drm/i915/display/intel_wm_types.h
+++ b/drivers/gpu/drm/i915/display/intel_wm_types.h
@@ -8,7 +8,7 @@
#include <linux/types.h>
-#include "display/intel_display_limits.h"
+#include "intel_display_limits.h"
enum intel_ddb_partitioning {
INTEL_DDB_PART_1_2,