linux_dsm_epyc7002/drivers/gpu/drm/sti
Arnd Bergmann 52807ae90e drm/sti: use u32 to store DMA addresses
The STi drm driver correctly warns about invalid format strings
when built with 64-bit dma_addr_t:

sti_hqvdp.c: In function 'sti_hqvdp_vtg_cb':
sti_hqvdp.c:605:119: warning: format '%x' expects argument of type
'unsigned int', but argument 5 has type 'dma_addr_t {aka long long
unsigned int}' [-Wformat=]
sti_hqvdp.c: In function 'sti_hqvdp_atomic_update':
sti_hqvdp.c:931:118: warning: format '%x' expects argument of type
'unsigned int', but argument 5 has type 'dma_addr_t {aka long long
unsigned int}' [-Wformat=]

This could be changed to using the %pad format string, but that
does not work when printing an rvalue, so instead I'm changing
the type in the sti_hqvdp structure to u32, which is what gets
written into the registers anyway.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Vincent Abriou <vincent.abriou@st.com>
2016-03-03 09:17:17 +01: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: set CRTC modesetting parameters 2016-02-26 10:03:56 +01: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