drm/i915: Isolate i915_getparam_ioctl()
authorChris Wilson <chris@chris-wilson.co.uk>
Wed, 7 Aug 2019 14:20:41 +0000 (15:20 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Wed, 7 Aug 2019 15:48:24 +0000 (16:48 +0100)
commit26f00514d944db8761d62ebf6f94766a81b97480
tree3f0f1699307b0618b92b421110ba0c4e7f3292c2
parentd71c4b034165951f97ec135510686a3c1b93170b
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
drivers/gpu/drm/i915/Makefile
drivers/gpu/drm/i915/i915_drv.c
drivers/gpu/drm/i915/i915_drv.h
drivers/gpu/drm/i915/i915_getparam.c [new file with mode: 0644]