Home
last modified time | relevance | path

Searched refs:zplane (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/zte/
H A Dzx_plane.c101 static inline void zx_vl_set_update(struct zx_plane *zplane) in zx_vl_set_update() argument
103 void __iomem *layer = zplane->layer; in zx_vl_set_update()
108 static inline void zx_vl_rsz_set_update(struct zx_plane *zplane) in zx_vl_rsz_set_update() argument
110 zx_writel(zplane->rsz + RSZ_VL_ENABLE_CFG, 1); in zx_vl_rsz_set_update()
147 static void zx_vl_rsz_setup(struct zx_plane *zplane, uint32_t format, in zx_vl_rsz_setup() argument
150 void __iomem *rsz = zplane->rsz; in zx_vl_rsz_setup()
178 zx_vl_rsz_set_update(zplane); in zx_vl_rsz_setup()
184 struct zx_plane *zplane = to_zx_plane(plane); in zx_vl_plane_atomic_update() local
190 void __iomem *layer = zplane->layer; in zx_vl_plane_atomic_update()
191 void __iomem *hbsc = zplane in zx_vl_plane_atomic_update()
262 struct zx_plane *zplane = to_zx_plane(plane); zx_plane_atomic_disable() local
326 zx_gl_set_update(struct zx_plane *zplane) zx_gl_set_update() argument
333 zx_gl_rsz_set_update(struct zx_plane *zplane) zx_gl_rsz_set_update() argument
338 zx_gl_rsz_setup(struct zx_plane *zplane, u32 src_w, u32 src_h, u32 dst_w, u32 dst_h) zx_gl_rsz_setup() argument
352 struct zx_plane *zplane = to_zx_plane(plane); zx_gl_plane_atomic_update() local
457 struct zx_plane *zplane = to_zx_plane(plane); zx_plane_set_update() local
477 zx_plane_hbsc_init(struct zx_plane *zplane) zx_plane_hbsc_init() argument
495 zx_plane_init(struct drm_device *drm, struct zx_plane *zplane, enum drm_plane_type type) zx_plane_init() argument
[all...]
H A Dzx_vou.c535 struct zx_plane *zplane; in zx_crtc_init() local
546 zplane = devm_kzalloc(dev, sizeof(*zplane), GFP_KERNEL); in zx_crtc_init()
547 if (!zplane) in zx_crtc_init()
550 zplane->dev = dev; in zx_crtc_init()
553 zplane->layer = vou->osd + MAIN_GL_OFFSET; in zx_crtc_init()
554 zplane->csc = vou->osd + MAIN_GL_CSC_OFFSET; in zx_crtc_init()
555 zplane->hbsc = vou->osd + MAIN_HBSC_OFFSET; in zx_crtc_init()
556 zplane->rsz = vou->otfppu + MAIN_RSZ_OFFSET; in zx_crtc_init()
557 zplane in zx_crtc_init()
613 struct zx_plane *zplane = to_zx_plane(plane); zx_vou_layer_enable() local
634 struct zx_plane *zplane = to_zx_plane(plane); zx_vou_layer_disable() local
643 struct zx_plane *zplane; zx_overlay_init() local
[all...]
H A Dzx_plane.h22 int zx_plane_init(struct drm_device *drm, struct zx_plane *zplane,

Completed in 3 milliseconds