Searched refs:drm_plane_create_zpos_property (Results 1 – 13 of 13) sorted by relevance
/Linux-v4.19/include/drm/ |
D | drm_blend.h | 48 int drm_plane_create_zpos_property(struct drm_plane *plane,
|
/Linux-v4.19/drivers/gpu/drm/ |
D | drm_blend.c | 278 int drm_plane_create_zpos_property(struct drm_plane *plane, in drm_plane_create_zpos_property() function 299 EXPORT_SYMBOL(drm_plane_create_zpos_property);
|
/Linux-v4.19/drivers/gpu/drm/sti/ |
D | sti_plane.c | 127 drm_plane_create_zpos_property(drm_plane, zpos, 0, 6); in sti_plane_attach_zorder_property()
|
/Linux-v4.19/drivers/gpu/drm/sun4i/ |
D | sun4i_layer.c | 172 drm_plane_create_zpos_property(&layer->plane, 0, 0, in sun4i_layer_init_one()
|
D | sun8i_ui_layer.c | 357 ret = drm_plane_create_zpos_property(&layer->plane, channel, in sun8i_ui_layer_init_one()
|
D | sun8i_vi_layer.c | 398 ret = drm_plane_create_zpos_property(&layer->plane, index, in sun8i_vi_layer_init_one()
|
/Linux-v4.19/drivers/gpu/drm/exynos/ |
D | exynos_drm_plane.c | 295 drm_plane_create_zpos_property(plane, zpos, 0, MAX_PLANE - 1); in exynos_plane_attach_zpos_property()
|
/Linux-v4.19/drivers/gpu/drm/omapdrm/ |
D | omap_plane.c | 298 drm_plane_create_zpos_property(plane, 0, 0, num_planes - 1); in omap_plane_init()
|
/Linux-v4.19/drivers/gpu/drm/rcar-du/ |
D | rcar_du_vsp.c | 420 drm_plane_create_zpos_property(&plane->plane, 1, 1, in rcar_du_vsp_init()
|
D | rcar_du_plane.c | 799 drm_plane_create_zpos_property(&plane->plane, 1, 1, 7); in rcar_du_planes_init()
|
/Linux-v4.19/drivers/gpu/drm/tegra/ |
D | hub.c | 571 drm_plane_create_zpos_property(p, 0, 0, 255); in tegra_shared_plane_create()
|
D | dc.c | 785 drm_plane_create_zpos_property(&plane->base, plane->index, 0, 255); in tegra_primary_plane_create() 1070 drm_plane_create_zpos_property(&plane->base, plane->index, 0, 255); in tegra_dc_overlay_plane_create()
|
/Linux-v4.19/drivers/gpu/drm/msm/disp/dpu1/ |
D | dpu_plane.c | 1940 ret = drm_plane_create_zpos_property(plane, 0, 0, zpos_max); in dpu_plane_init()
|