linux/drivers/gpu/drm/tegra
Arnd Bergmann 39f55c61da drm/tegra: Fix non-debugfs builds
The new debugfs registration fails to build when CONFIG_DEBUGFS is
disabled, because the drm_crtc structure is lacking a member in that
configuration:

drivers/gpu/drm/tegra/dc.c: In function 'tegra_dc_late_register':
drivers/gpu/drm/tegra/dc.c:1204:28: error: 'struct drm_crtc' has no member named 'debugfs_entry'

Without CONFIG_DEBUGFS, the rest of the function already degrades
into nothing, so we just avoid the one assignment.

Fixes: b95800eeef ("drm/tegra: dc: Register debugfs in ->late_register()")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Thierry Reding <treding@nvidia.com>
2017-12-21 14:52:38 +01:00
..
dc.c drm/tegra: Fix non-debugfs builds 2017-12-21 14:52:38 +01:00
dc.h drm/tegra: Implement zpos property 2017-12-21 14:52:35 +01:00
dpaux.c drm/tegra: dpaux: Keep reset defaults for hybrid pad parameters 2017-12-21 14:52:37 +01:00
dpaux.h
drm.c drm/tegra: Implement zpos property 2017-12-21 14:52:35 +01:00
drm.h drm/tegra: Use IOMMU groups 2017-12-21 14:52:36 +01:00
dsi.c drm/tegra: dsi: Register debugfs in ->late_register() 2017-12-13 13:42:07 +01:00
dsi.h
falcon.c
falcon.h
fb.c drm/tegra: fb: Force alpha formats 2017-12-13 14:36:39 +01:00
gem.c
gem.h
gr2d.c
gr2d.h
gr3d.c
gr3d.h
hdmi.c drm/tegra: hdmi: Register debugfs in ->late_register() 2017-12-13 13:42:07 +01:00
hdmi.h
hub.c drm/tegra: Mark Tegra186 display hub PM functions __maybe_unused 2017-12-21 14:52:37 +01:00
hub.h drm/tegra: dc: Use direct offset to plane registers 2017-12-21 14:52:34 +01:00
Kconfig
Makefile drm/tegra: Add Tegra186 display hub support 2017-12-13 14:16:37 +01:00
mipi-phy.c
mipi-phy.h
output.c drm/tegra: sor: Add Tegra186 support 2017-12-13 14:36:36 +01:00
plane.c drm/tegra: dc: Support more formats 2017-12-21 14:52:29 +01:00
plane.h drm/tegra: Implement zpos property 2017-12-21 14:52:35 +01:00
rgb.c
sor.c drm/tegra: dc: Use direct offset to plane registers 2017-12-21 14:52:34 +01:00
sor.h drm/tegra: sor: Support HDMI 2.0 modes 2017-12-13 14:36:37 +01:00
trace.c
trace.h
vic.c drm/tegra: Use IOMMU groups 2017-12-21 14:52:36 +01:00
vic.h