aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_request.c
diff options
context:
space:
mode:
authorJani Nikula <[email protected]>2023-01-18 13:15:32 +0000
committerJani Nikula <[email protected]>2023-01-20 08:13:50 +0000
commitff1e93e924f236ab7f5b445820bf4e81cf9845b7 (patch)
tree9a4c59202f3127491ead9370db27464661924806 /drivers/gpu/drm/i915/i915_request.c
parentdrm/i915/display: Convert i9xx_pipe_crc_auto_source to void (diff)
downloadkernel-ff1e93e924f236ab7f5b445820bf4e81cf9845b7.tar.gz
kernel-ff1e93e924f236ab7f5b445820bf4e81cf9845b7.zip
drm/i915: add i915_config.h and move relevant declarations there
We already have i915_config.c. Add the i915_config.h counterpart, and declutter i915_drv.h in the process. Signed-off-by: Jani Nikula <[email protected]> Reviewed-by: Tvrtko Ursulin <[email protected]> Acked-by: Nirmoy Das <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'drivers/gpu/drm/i915/i915_request.c')
-rw-r--r--drivers/gpu/drm/i915/i915_request.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i915/i915_request.c b/drivers/gpu/drm/i915/i915_request.c
index f949a9495758..7503dcb9043b 100644
--- a/drivers/gpu/drm/i915/i915_request.c
+++ b/drivers/gpu/drm/i915/i915_request.c
@@ -43,6 +43,7 @@
#include "gt/intel_rps.h"
#include "i915_active.h"
+#include "i915_config.h"
#include "i915_deps.h"
#include "i915_driver.h"
#include "i915_drv.h"