drm/i915: make more headers self-contained
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 8 Nov 2019 09:41:42 +0000 (18:41 +0900)
committerChris Wilson <chris@chris-wilson.co.uk>
Fri, 8 Nov 2019 10:16:13 +0000 (10:16 +0000)
commitab11a9270a91c833b9b4e3975443f529d1c7cf17
tree22a800b219521e90652fb1431c75b04cec6f3657
parent080f1288483bb6d78b474ac8038f0d6745eb71c1
drm/i915: make more headers self-contained

The headers in the gem/selftests/, gt/selftests, gvt/, selftests/
directories have never been compile-tested, but it would be possible
to make them self-contained.

This commit only addresses missing <linux/types.h> and forward
struct declarations.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Link: https://patchwork.freedesktop.org/patch/msgid/20191108094142.25942-1-yamada.masahiro@socionext.com
15 files changed:
drivers/gpu/drm/i915/gem/selftests/mock_context.h
drivers/gpu/drm/i915/gt/selftests/mock_timeline.h
drivers/gpu/drm/i915/gvt/cmd_parser.h
drivers/gpu/drm/i915/gvt/display.h
drivers/gpu/drm/i915/gvt/edid.h
drivers/gpu/drm/i915/gvt/execlist.h
drivers/gpu/drm/i915/gvt/fb_decoder.h
drivers/gpu/drm/i915/gvt/hypercall.h
drivers/gpu/drm/i915/gvt/interrupt.h
drivers/gpu/drm/i915/gvt/mmio.h
drivers/gpu/drm/i915/gvt/page_track.h
drivers/gpu/drm/i915/gvt/sched_policy.h
drivers/gpu/drm/i915/selftests/mock_gtt.h
drivers/gpu/drm/i915/selftests/mock_region.h
drivers/gpu/drm/i915/selftests/mock_uncore.h