drm/sti: rename files and functions
authorVincent Abriou <vincent.abriou@st.com>
Fri, 31 Jul 2015 09:32:34 +0000 (11:32 +0200)
committerBenjamin Gaignard <benjamin.gaignard@linaro.org>
Mon, 3 Aug 2015 12:25:06 +0000 (14:25 +0200)
commit9e1f05b28009ca7de50fb92c227c8046f686e2c5
treec32ef8df7088dd572e38d574ac6107ec06ce6cfa
parent871bcdfea68560991bd650406e47a801ab9d635d
drm/sti: rename files and functions

replace all "sti_drm_" occurences by "sti_"

Signed-off-by: Vincent Abriou <vincent.abriou@st.com>
Reviewed-by: Benjamin Gaignard <benjamin.gaignard@linaro.org>
21 files changed:
drivers/gpu/drm/sti/Makefile
drivers/gpu/drm/sti/sti_compositor.c
drivers/gpu/drm/sti/sti_compositor.h
drivers/gpu/drm/sti/sti_crtc.c [new file with mode: 0644]
drivers/gpu/drm/sti/sti_crtc.h [new file with mode: 0644]
drivers/gpu/drm/sti/sti_cursor.c
drivers/gpu/drm/sti/sti_drm_crtc.c [deleted file]
drivers/gpu/drm/sti/sti_drm_crtc.h [deleted file]
drivers/gpu/drm/sti/sti_drm_drv.c [deleted file]
drivers/gpu/drm/sti/sti_drm_drv.h [deleted file]
drivers/gpu/drm/sti/sti_drm_plane.c [deleted file]
drivers/gpu/drm/sti/sti_drm_plane.h [deleted file]
drivers/gpu/drm/sti/sti_drv.c [new file with mode: 0644]
drivers/gpu/drm/sti/sti_drv.h [new file with mode: 0644]
drivers/gpu/drm/sti/sti_gdp.c
drivers/gpu/drm/sti/sti_hqvdp.c
drivers/gpu/drm/sti/sti_mixer.h
drivers/gpu/drm/sti/sti_plane.c [new file with mode: 0644]
drivers/gpu/drm/sti/sti_plane.h [new file with mode: 0644]
drivers/gpu/drm/sti/sti_tvout.c
drivers/gpu/drm/sti/sti_vid.c
This page took 0.026323 seconds and 5 git commands to generate.