Home
last modified time | relevance | path

Searched defs:sunxi_engine_ops (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/gpu/drm/sun4i/
H A Dsunxi_engine.h23 struct sunxi_engine_ops { struct
34 void (*atomic_begin)(struct sunxi_engine *engine,
51 int (*atomic_check)(struct sunxi_engine *engine,
63 void (*commit)(struct sunxi_engine *engine,
80 struct drm_plane **(*layers_init)(struct drm_device *drm,
91 void (*apply_color_correction)(struct sunxi_engine *engine);
101 void (*disable_color_correction)(struct sunxi_engine *engine);
136 const struct sunxi_engine_ops *ops; argument