aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/Makefile
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2019-08-07 15:20:41 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2019-08-07 16:48:24 +0100
commit26f00514d944db8761d62ebf6f94766a81b97480 (patch)
tree3f0f1699307b0618b92b421110ba0c4e7f3292c2 /drivers/gpu/drm/i915/Makefile
parentdrm/i915: Include the DRIVER_DATE in the error state (diff)
downloadlinux-dev-26f00514d944db8761d62ebf6f94766a81b97480.tar.xz
linux-dev-26f00514d944db8761d62ebf6f94766a81b97480.zip
drm/i915: Isolate i915_getparam_ioctl()
This giant switch has tendrils all other the struct and does not fit in with the rest of the driver bring up and control in i915_drv.c. Push it to one side so that it can grow in peace. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Acked-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com> Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20190807142041.32699-1-chris@chris-wilson.co.uk
Diffstat (limited to 'drivers/gpu/drm/i915/Makefile')
-rw-r--r--drivers/gpu/drm/i915/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i915/Makefile b/drivers/gpu/drm/i915/Makefile
index 327fc448b2d5..885cef442314 100644
--- a/drivers/gpu/drm/i915/Makefile
+++ b/drivers/gpu/drm/i915/Makefile
@@ -42,6 +42,7 @@ subdir-ccflags-y += -I$(srctree)/$(src)
# core driver code
i915-y += i915_drv.o \
i915_irq.o \
+ i915_getparam.o \
i915_params.o \
i915_pci.o \
i915_scatterlist.o \