alistair23-linux/drivers/gpu/drm/sti
Daniel Vetter 3cb9ae4fd8 drm: Move drm_crtc_init from drm_crtc.h to drm_plane_helper.h
Just a bit of OCD cleanup on headers - this function isn't the core
interface any more but just a helper for drivers who haven't yet
transitioned to universal planes. Put the declaration at the right
spot and sprinkle necessary #includes over all drivers.

Maybe this helps to encourage driver maintainers to do the switch.

v2: Fix #include ordering for tegra, reported by 0-day builder.

v3: Include required headers, reported by Thierry.

Cc: Matt Roper <matthew.d.roper@intel.com>
Cc: Thierry Reding <treding@nvidia.com>
Reviewed-by: Matt Roper <matthew.d.roper@intel.com>
Reviewed-by: Sean Paul <seanpaul@chromium.org>
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
2014-11-05 00:14:55 +01:00
..
Kconfig drm: sti: Add missing dependency on RESET_CONTROLLER 2014-08-26 14:17:02 +02:00
Makefile drm: sti: Add DRM driver itself 2014-07-31 09:39:11 +02:00
NOTES
sti_compositor.c drm/sti: fix warning in build. 2014-08-05 09:41:42 +10:00
sti_compositor.h drm: sti: add Compositor 2014-07-30 19:28:27 +02:00
sti_drm_crtc.c drm: Move drm_crtc_init from drm_crtc.h to drm_plane_helper.h 2014-11-05 00:14:55 +01:00
sti_drm_crtc.h drm: sti: Add DRM driver itself 2014-07-31 09:39:11 +02:00
sti_drm_drv.c drm: sti: Fix return value check in sti_drm_platform_probe() 2014-08-26 14:16:51 +02:00
sti_drm_drv.h drm: sti: Add DRM driver itself 2014-07-31 09:39:11 +02:00
sti_drm_plane.c drm: sti: Add DRM driver itself 2014-07-31 09:39:11 +02:00
sti_drm_plane.h drm: sti: Add DRM driver itself 2014-07-31 09:39:11 +02:00
sti_gdp.c drm: sti: add Compositor 2014-07-30 19:28:27 +02:00
sti_gdp.h drm: sti: add GDP layer 2014-07-30 19:26:47 +02:00
sti_hda.c drm: sti: Make of_device_id array const 2014-08-26 14:16:58 +02:00
sti_hdmi.c drm: sti: do not iterate over the info frame array 2014-09-17 11:02:40 +10:00
sti_hdmi.h drm: sti: add HDMI driver 2014-07-30 19:24:55 +02:00
sti_hdmi_tx3g0c55phy.c drm: sti: add HDMI driver 2014-07-30 19:24:55 +02:00
sti_hdmi_tx3g0c55phy.h drm: sti: add HDMI driver 2014-07-30 19:24:55 +02:00
sti_hdmi_tx3g4c28phy.c drm: sti: add HDMI driver 2014-07-30 19:24:55 +02:00
sti_hdmi_tx3g4c28phy.h drm: sti: add HDMI driver 2014-07-30 19:24:55 +02:00
sti_layer.c drm: sti: add Compositor 2014-07-30 19:28:27 +02:00
sti_layer.h drm: sti: add GDP layer 2014-07-30 19:26:47 +02:00
sti_mixer.c drm: sti: add Compositor 2014-07-30 19:28:27 +02:00
sti_mixer.h drm: sti: add Mixer 2014-07-30 19:26:59 +02:00
sti_tvout.c drm: sti: Make of_device_id array const 2014-08-26 14:16:58 +02:00
sti_vid.c drm: sti: add VID layer 2014-07-30 19:26:51 +02:00
sti_vid.h drm: sti: add VID layer 2014-07-30 19:26:51 +02:00
sti_vtac.c drm: use c99 initializers in structures 2014-09-12 16:49:34 +02:00
sti_vtg.c
sti_vtg.h