Home
last modified time | relevance | path

Searched refs:drm_plane_helper_funcs (Results 1 – 25 of 63) sorted by relevance

123

/OK3568_Linux_fs/kernel/include/drm/
H A Ddrm_modeset_helper_vtables.h1170 struct drm_plane_helper_funcs { struct
1362 const struct drm_plane_helper_funcs *funcs) in drm_plane_helper_add() argument
H A Ddrm_crtc.h77 struct drm_plane_helper_funcs;
H A Ddrm_plane.h667 const struct drm_plane_helper_funcs *helper_private;
/OK3568_Linux_fs/kernel/drivers/gpu/drm/vkms/
H A Dvkms_plane.c173 static const struct drm_plane_helper_funcs vkms_primary_helper_funcs = {
184 const struct drm_plane_helper_funcs *funcs; in vkms_plane_init()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/virtio/
H A Dvirtgpu_plane.c351 static const struct drm_plane_helper_funcs virtio_gpu_primary_helper_funcs = {
356 static const struct drm_plane_helper_funcs virtio_gpu_cursor_helper_funcs = {
368 const struct drm_plane_helper_funcs *funcs; in virtio_gpu_plane_init()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/hisilicon/kirin/
H A Dkirin_drm_drv.h46 const struct drm_plane_helper_funcs *plane_helper_funcs;
/OK3568_Linux_fs/kernel/drivers/gpu/drm/zte/
H A Dzx_plane.c271 static const struct drm_plane_helper_funcs zx_vl_plane_helper_funcs = {
435 static const struct drm_plane_helper_funcs zx_gl_plane_helper_funcs = {
498 const struct drm_plane_helper_funcs *helper; in zx_plane_init()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/
H A Dintel_atomic_plane.h19 extern const struct drm_plane_helper_funcs intel_plane_helper_funcs;
/OK3568_Linux_fs/kernel/drivers/gpu/drm/tilcdc/
H A Dtilcdc_plane.c93 static const struct drm_plane_helper_funcs plane_helper_funcs = {
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_atomic_helper.c892 const struct drm_plane_helper_funcs *funcs; in drm_atomic_helper_check_planes()
1717 const struct drm_plane_helper_funcs *funcs; in drm_atomic_helper_async_check()
1774 const struct drm_plane_helper_funcs *funcs; in drm_atomic_helper_async_commit()
2421 const struct drm_plane_helper_funcs *funcs; in drm_atomic_helper_prepare_planes()
2436 const struct drm_plane_helper_funcs *funcs; in drm_atomic_helper_prepare_planes()
2524 const struct drm_plane_helper_funcs *funcs; in drm_atomic_helper_commit_planes()
2623 const struct drm_plane_helper_funcs *plane_funcs; in drm_atomic_helper_commit_planes_on_crtc()
2675 const struct drm_plane_helper_funcs *plane_funcs = in drm_atomic_helper_disable_planes_on_crtc()
2711 const struct drm_plane_helper_funcs *funcs; in drm_atomic_helper_cleanup_planes()
H A Ddrm_simple_kms_helper.c237 static const struct drm_plane_helper_funcs drm_simple_kms_plane_helper_funcs = {
/OK3568_Linux_fs/kernel/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_ldu.c332 drm_plane_helper_funcs vmw_ldu_cursor_plane_helper_funcs = {
340 drm_plane_helper_funcs vmw_ldu_primary_plane_helper_funcs = {
/OK3568_Linux_fs/kernel/drivers/gpu/drm/vboxvideo/
H A Dvbox_mode.c460 static const struct drm_plane_helper_funcs vbox_cursor_helper_funcs = {
482 static const struct drm_plane_helper_funcs vbox_primary_helper_funcs = {
503 const struct drm_plane_helper_funcs *helper_funcs = NULL; in vbox_create_plane()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/mxsfb/
H A Dmxsfb_kms.c535 static const struct drm_plane_helper_funcs mxsfb_plane_primary_helper_funcs = {
541 static const struct drm_plane_helper_funcs mxsfb_plane_overlay_helper_funcs = {
/OK3568_Linux_fs/kernel/drivers/gpu/drm/fsl-dcu/
H A Dfsl_dcu_drm_plane.c163 static const struct drm_plane_helper_funcs fsl_dcu_drm_plane_helper_funcs = {
/OK3568_Linux_fs/kernel/drivers/gpu/drm/tidss/
H A Dtidss_plane.c152 static const struct drm_plane_helper_funcs tidss_plane_helper_funcs = {
/OK3568_Linux_fs/kernel/drivers/gpu/drm/arc/
H A Darcpgu_crtc.c161 static const struct drm_plane_helper_funcs arc_pgu_plane_helper_funcs = {
/OK3568_Linux_fs/kernel/drivers/gpu/drm/sun4i/
H A Dsun4i_layer.c124 static const struct drm_plane_helper_funcs sun4i_backend_layer_helper_funcs = {
/OK3568_Linux_fs/kernel/drivers/gpu/drm/mediatek/
H A Dmtk_drm_plane.c218 static const struct drm_plane_helper_funcs mtk_plane_helper_funcs = {
/OK3568_Linux_fs/kernel/drivers/gpu/drm/exynos/
H A Dexynos_drm_plane.c279 static const struct drm_plane_helper_funcs plane_helper_funcs = {
/OK3568_Linux_fs/kernel/drivers/gpu/drm/omapdrm/
H A Domap_plane.c135 static const struct drm_plane_helper_funcs omap_plane_helper_funcs = {
/OK3568_Linux_fs/kernel/drivers/gpu/drm/qxl/
H A Dqxl_display.c843 static const struct drm_plane_helper_funcs qxl_cursor_helper_funcs = {
864 static const struct drm_plane_helper_funcs primary_helper_funcs = {
885 const struct drm_plane_helper_funcs *helper_funcs = NULL; in qxl_create_plane()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_plane.c122 static const struct drm_plane_helper_funcs komeda_plane_helper_funcs = {
/OK3568_Linux_fs/kernel/drivers/gpu/drm/arm/
H A Dhdlcd_crtc.c279 static const struct drm_plane_helper_funcs hdlcd_plane_helper_funcs = {
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vvop.c66 static const struct drm_plane_helper_funcs vvop_plane_helper_funcs = {

123