aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_runtime_pm.c
diff options
context:
space:
mode:
authorJani Nikula <[email protected]>2019-10-01 15:25:06 +0000
committerJani Nikula <[email protected]>2019-10-02 10:31:54 +0000
commit4fb8783165b7c6fb4b52428dbb80da8554e5fd1e (patch)
treea331acba65d598625c60f4719be2dd695ce63bbe /drivers/gpu/drm/i915/intel_runtime_pm.c
parentdrm/i915/userptr: Never allow userptr into the mappable GGTT (diff)
downloadkernel-4fb8783165b7c6fb4b52428dbb80da8554e5fd1e.tar.gz
kernel-4fb8783165b7c6fb4b52428dbb80da8554e5fd1e.zip
drm/i915/display: abstract all vgaarb access to intel_vga.[ch]
Split out the code related to vga client and vgaarb all over the place into new intel_vga.[ch]. No functional changes. Cc: Ville Syrjälä <[email protected]> Cc: Chris Wilson <[email protected]> Reviewed-by: Ville Syrjälä <[email protected]> Signed-off-by: Jani Nikula <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'drivers/gpu/drm/i915/intel_runtime_pm.c')
-rw-r--r--drivers/gpu/drm/i915/intel_runtime_pm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/intel_runtime_pm.c b/drivers/gpu/drm/i915/intel_runtime_pm.c
index 2fd3c097e1f5..ad719c9602af 100644
--- a/drivers/gpu/drm/i915/intel_runtime_pm.c
+++ b/drivers/gpu/drm/i915/intel_runtime_pm.c
@@ -27,7 +27,6 @@
*/
#include <linux/pm_runtime.h>
-#include <linux/vgaarb.h>
#include <drm/drm_print.h>