drm/i915: Go OCD on the Makefile
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 7 Mar 2014 08:17:21 +0000 (09:17 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 7 Mar 2014 21:37:00 +0000 (22:37 +0100)
commit2fae6a860ca9adb0c881f6dcd633df775c2520e9
tree4c6a4c1c5e7efd8b8a78f0a64d7ef97fc3f00003
parent351e3db2b3631556607d0d94fa26df8e2e0d0fd8
drm/i915: Go OCD on the Makefile

Chris suggested to split things up a bit into the different parts of
the driver and also sort it all correctly, with the hope that we're
trying to organize things a bit better eventually. It should also
help newcomers to orient themselves a bit better.

v2:
- Move intel_pm.c to the core - to make things perfect we should split
  out the modeset related pm features (psr/fbc) into a separate file.
  Maybe something Rodrigo can do once the PSR patches have settled.

- Split the modesetting sections into core and encoders/outputs.
  intel_ddi.c is a bit funky since it has core hsw+ support and ddi
  output support. Whatever.

v3: Failed to git add ...

v4: Really go ocd, i.e. spelling fix in a comment from Jani.

Cc: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/Makefile