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>
This commit is contained in:

committed by
Benjamin Gaignard

parent
871bcdfea6
commit
9e1f05b280
@@ -13,8 +13,8 @@
|
||||
|
||||
#include <drm/drmP.h>
|
||||
|
||||
#include "sti_drm_plane.h"
|
||||
#include "sti_hqvdp_lut.h"
|
||||
#include "sti_plane.h"
|
||||
#include "sti_vtg.h"
|
||||
|
||||
/* Firmware name */
|
||||
@@ -967,8 +967,8 @@ int sti_hqvdp_bind(struct device *dev, struct device *master, void *data)
|
||||
/* Create HQVDP plane once xp70 is initialized */
|
||||
plane = sti_hqvdp_create(hqvdp->dev, STI_HQVDP_0);
|
||||
if (plane)
|
||||
sti_drm_plane_init(hqvdp->drm_dev, plane, 1,
|
||||
DRM_PLANE_TYPE_OVERLAY);
|
||||
sti_plane_init(hqvdp->drm_dev, plane, 1,
|
||||
DRM_PLANE_TYPE_OVERLAY);
|
||||
else
|
||||
DRM_ERROR("Can't create HQVDP plane\n");
|
||||
|
||||
|
Reference in New Issue
Block a user