aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/imx/imx-drm.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/imx/imx-drm.h')
-rw-r--r--drivers/gpu/drm/imx/imx-drm.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/gpu/drm/imx/imx-drm.h b/drivers/gpu/drm/imx/imx-drm.h
index 3c559ccd6af0..28e776d8d9d2 100644
--- a/drivers/gpu/drm/imx/imx-drm.h
+++ b/drivers/gpu/drm/imx/imx-drm.h
@@ -18,7 +18,7 @@ struct imx_drm_crtc_helper_funcs {
18 int (*enable_vblank)(struct drm_crtc *crtc); 18 int (*enable_vblank)(struct drm_crtc *crtc);
19 void (*disable_vblank)(struct drm_crtc *crtc); 19 void (*disable_vblank)(struct drm_crtc *crtc);
20 int (*set_interface_pix_fmt)(struct drm_crtc *crtc, 20 int (*set_interface_pix_fmt)(struct drm_crtc *crtc,
21 u32 pix_fmt, int hsync_pin, int vsync_pin); 21 u32 bus_format, int hsync_pin, int vsync_pin);
22 const struct drm_crtc_helper_funcs *crtc_helper_funcs; 22 const struct drm_crtc_helper_funcs *crtc_helper_funcs;
23 const struct drm_crtc_funcs *crtc_funcs; 23 const struct drm_crtc_funcs *crtc_funcs;
24}; 24};
@@ -40,10 +40,10 @@ void imx_drm_mode_config_init(struct drm_device *drm);
40 40
41struct drm_gem_cma_object *imx_drm_fb_get_obj(struct drm_framebuffer *fb); 41struct drm_gem_cma_object *imx_drm_fb_get_obj(struct drm_framebuffer *fb);
42 42
43int imx_drm_panel_format_pins(struct drm_encoder *encoder, 43int imx_drm_set_bus_format_pins(struct drm_encoder *encoder,
44 u32 interface_pix_fmt, int hsync_pin, int vsync_pin); 44 u32 bus_format, int hsync_pin, int vsync_pin);
45int imx_drm_panel_format(struct drm_encoder *encoder, 45int imx_drm_set_bus_format(struct drm_encoder *encoder,
46 u32 interface_pix_fmt); 46 u32 bus_format);
47 47
48int imx_drm_encoder_get_mux_id(struct device_node *node, 48int imx_drm_encoder_get_mux_id(struct device_node *node,
49 struct drm_encoder *encoder); 49 struct drm_encoder *encoder);