diff options
| author | Laurent Pinchart <[email protected]> | 2016-11-28 18:51:09 +0000 |
|---|---|---|
| committer | Archit Taneja <[email protected]> | 2016-12-18 10:59:29 +0000 |
| commit | 9338203c4f03ffe323b67f0b2fa17b9811fa9bb6 (patch) | |
| tree | 6f4e2ae37f7a0667f5d87b8018081a3341e2a5de /drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | |
| parent | drm/i915: Simplify i915_gtt_color_adjust() (diff) | |
| download | kernel-9338203c4f03ffe323b67f0b2fa17b9811fa9bb6.tar.gz kernel-9338203c4f03ffe323b67f0b2fa17b9811fa9bb6.zip | |
drm: Don't include <drm/drm_encoder.h> in <drm/drm_crtc.h>
<drm/drm_crtc.h> used to define most of the in-kernel KMS API. It has
now been split into separate files for each object type, but still
includes most other KMS headers to avoid breaking driver compilation.
As a step towards fixing that problem, remove the inclusion of
<drm/drm_encoder.h> from <drm/drm_crtc.h> and include it instead where
appropriate. Also remove the forward declarations of the drm_encoder and
drm_encoder_helper_funcs structures from <drm/drm_crtc.h> as they're not
needed in the header.
<drm/drm_encoder.h> now has to include <drm/drm_mode.h> and contain a
forward declaration of struct drm_encoder in order to allow including it
as the first header in a compilation unit.
Signed-off-by: Laurent Pinchart <[email protected]>
Reviewed-by: Daniel Vetter <[email protected]>
Reviewed-by: Sinclair Yeh <[email protected]> # For vmwgfx
Reviewed-by: Alex Deucher <[email protected]>
Signed-off-by: Archit Taneja <[email protected]>
Link: http://patchwork.freedesktop.org/patch/msgid/1481709550-29226-2-git-send-email-laurent.pinchart+renesas@ideasonboard.com
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c')
0 files changed, 0 insertions, 0 deletions
