linux_dsm_epyc7002/drivers/gpu/drm/sti
Arnd Bergmann e608787779 drm/sti: restore mode_fixup callback
Commit 8a2fa38fdd removed the mode_fixup because it was empty,
but 652353e6e5 modified it to call drm_mode_set_crtcinfo()
instead.

Both commits are correct, but the merge of the two kept the nonempty
version without the reference to it, as shown by the gcc warning:

 drm/sti/sti_crtc.c:54:13: error: 'sti_crtc_mode_fixup' defined but not used

This restores the callback pointer to fix the merge.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Reverts: 8a2fa38fdd ("drm/sti: removed optional dummy crtc mode_fixup function.")
Fixes: 652353e6e5 ("drm/sti: set CRTC modesetting parameters")
Fixes: cf481068cd ("Merge branch '2016-02-26-st-drm-next' of http://git.linaro.org/people/benjamin.gaignard/kernel into drm-next")
Acked-by: Vincent ABRIOU <vincent.abriou@st.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
2016-03-18 07:15:57 +10:00
..
Kconfig dma-mapping: always provide the dma_map_ops based implementation 2016-01-20 17:09:18 -08:00
Makefile drm/sti: Build monolithic driver 2015-11-03 13:04:54 +01:00
NOTES drm: sti: add bindings for DRM driver 2014-07-30 18:11:53 +02:00
sti_awg_utils.c drm/sti: fix dvo data_enable signal 2016-02-26 10:06:18 +01:00
sti_awg_utils.h drm: sti: add DVO output connector 2014-12-30 15:08:16 +01:00
sti_compositor.c drm/sti: add debugfs entries for MIXER crtc 2016-02-26 10:06:23 +01:00
sti_compositor.h drm/sti: rename files and functions 2015-08-03 14:25:06 +02:00
sti_crtc.c drm/sti: restore mode_fixup callback 2016-03-18 07:15:57 +10:00
sti_crtc.h drm/irq: Use unsigned int pipe in public API 2015-10-06 12:57:47 +02:00
sti_cursor.c drm/sti: add debugfs fps_show/fps_get mechanism for planes 2016-02-26 10:06:23 +01:00
sti_cursor.h drm/sti: atomic crtc/plane update 2015-08-03 14:26:05 +02:00
sti_drv.c drm: sti: remove sti_gem_prime_export hack 2016-03-03 09:15:37 +01:00
sti_drv.h drm/sti: Build monolithic driver 2015-11-03 13:04:54 +01:00
sti_dvo.c drm/sti: add debugfs entries for DVO connector 2016-02-26 10:06:21 +01:00
sti_gdp.c drm/sti: add debugfs fps_show/fps_get mechanism for planes 2016-02-26 10:06:23 +01:00
sti_gdp.h drm/sti: atomic crtc/plane update 2015-08-03 14:26:05 +02:00
sti_hda.c drm/sti: add debugfs entries for HDA connector 2016-02-26 10:06:21 +01: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_hdmi.c drm/sti: add debugfs entries for HDMI connector 2016-02-26 10:06:20 +01:00
sti_hdmi.h drm/sti: add debugfs entries for HDMI connector 2016-02-26 10:06:20 +01:00
sti_hqvdp_lut.h drm: sti: add HQVDP plane 2014-12-11 14:00:13 +01:00
sti_hqvdp.c drm/sti: use u32 to store DMA addresses 2016-03-03 09:17:17 +01:00
sti_mixer.c drm/sti: add debugfs entries for MIXER crtc 2016-02-26 10:06:23 +01:00
sti_mixer.h drm/sti: add debugfs entries for MIXER crtc 2016-02-26 10:06:23 +01:00
sti_plane.c drm/sti: add debugfs fps_show/fps_get mechanism for planes 2016-02-26 10:06:23 +01:00
sti_plane.h drm/sti: add debugfs fps_show/fps_get mechanism for planes 2016-02-26 10:06:23 +01:00
sti_tvout.c drm/sti: add debugfs entries for TVOUT encoders 2016-02-26 10:06:23 +01:00
sti_vid.c drm/sti: add debugfs entries for VID plane 2016-02-26 10:06:22 +01:00
sti_vid.h drm/sti: add debugfs entries for VID plane 2016-02-26 10:06:22 +01:00
sti_vtac.c drm/sti: Build monolithic driver 2015-11-03 13:04:54 +01:00
sti_vtg.c drm/sti: adjust delay for DVO 2016-02-26 10:06:17 +01:00
sti_vtg.h drm/sti: update VTG timing programming 2016-02-26 10:03:57 +01:00