| /OK3568_Linux_fs/kernel/include/drm/ |
| H A D | drm_modeset_helper_vtables.h | 1170 struct drm_plane_helper_funcs { struct 1362 const struct drm_plane_helper_funcs *funcs) in drm_plane_helper_add() argument
|
| H A D | drm_crtc.h | 77 struct drm_plane_helper_funcs;
|
| H A D | drm_plane.h | 667 const struct drm_plane_helper_funcs *helper_private;
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/vkms/ |
| H A D | vkms_plane.c | 173 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 D | virtgpu_plane.c | 351 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 D | kirin_drm_drv.h | 46 const struct drm_plane_helper_funcs *plane_helper_funcs;
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/zte/ |
| H A D | zx_plane.c | 271 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 D | intel_atomic_plane.h | 19 extern const struct drm_plane_helper_funcs intel_plane_helper_funcs;
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/tilcdc/ |
| H A D | tilcdc_plane.c | 93 static const struct drm_plane_helper_funcs plane_helper_funcs = {
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/ |
| H A D | drm_atomic_helper.c | 892 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 D | drm_simple_kms_helper.c | 237 static const struct drm_plane_helper_funcs drm_simple_kms_plane_helper_funcs = {
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/vmwgfx/ |
| H A D | vmwgfx_ldu.c | 332 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 D | vbox_mode.c | 460 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 D | mxsfb_kms.c | 535 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 D | fsl_dcu_drm_plane.c | 163 static const struct drm_plane_helper_funcs fsl_dcu_drm_plane_helper_funcs = {
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/tidss/ |
| H A D | tidss_plane.c | 152 static const struct drm_plane_helper_funcs tidss_plane_helper_funcs = {
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/arc/ |
| H A D | arcpgu_crtc.c | 161 static const struct drm_plane_helper_funcs arc_pgu_plane_helper_funcs = {
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/sun4i/ |
| H A D | sun4i_layer.c | 124 static const struct drm_plane_helper_funcs sun4i_backend_layer_helper_funcs = {
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/mediatek/ |
| H A D | mtk_drm_plane.c | 218 static const struct drm_plane_helper_funcs mtk_plane_helper_funcs = {
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/exynos/ |
| H A D | exynos_drm_plane.c | 279 static const struct drm_plane_helper_funcs plane_helper_funcs = {
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/omapdrm/ |
| H A D | omap_plane.c | 135 static const struct drm_plane_helper_funcs omap_plane_helper_funcs = {
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/qxl/ |
| H A D | qxl_display.c | 843 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 D | komeda_plane.c | 122 static const struct drm_plane_helper_funcs komeda_plane_helper_funcs = {
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/arm/ |
| H A D | hdlcd_crtc.c | 279 static const struct drm_plane_helper_funcs hdlcd_plane_helper_funcs = {
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/ |
| H A D | rockchip_drm_vvop.c | 66 static const struct drm_plane_helper_funcs vvop_plane_helper_funcs = {
|