/openbmc/linux/include/drm/ |
H A D | drm_modeset_helper_vtables.h | 1189 struct drm_plane_helper_funcs { struct 1444 const struct drm_plane_helper_funcs *funcs) in drm_plane_helper_add() argument
|
H A D | drm_crtc.h | 64 struct drm_plane_helper_funcs;
|
H A D | drm_plane.h | 695 const struct drm_plane_helper_funcs *helper_private;
|
/openbmc/linux/drivers/gpu/drm/vc4/tests/ |
H A D | vc4_mock_plane.c | 12 static const struct drm_plane_helper_funcs vc4_dummy_plane_helper_funcs = {
|
/openbmc/linux/drivers/gpu/drm/hisilicon/kirin/ |
H A D | kirin_drm_drv.h | 46 const struct drm_plane_helper_funcs *plane_helper_funcs;
|
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_atomic_helper.c | 993 const struct drm_plane_helper_funcs *funcs; in drm_atomic_helper_check_planes() 1874 const struct drm_plane_helper_funcs *funcs; in drm_atomic_helper_async_check() 1955 const struct drm_plane_helper_funcs *funcs; in drm_atomic_helper_async_commit() 2593 const struct drm_plane_helper_funcs *funcs; in drm_atomic_helper_prepare_planes() 2614 const struct drm_plane_helper_funcs *funcs = plane->helper_private; in drm_atomic_helper_prepare_planes() 2627 const struct drm_plane_helper_funcs *funcs = plane->helper_private; in drm_atomic_helper_prepare_planes() 2638 const struct drm_plane_helper_funcs *funcs; in drm_atomic_helper_prepare_planes() 2671 const struct drm_plane_helper_funcs *funcs = plane->helper_private; in drm_atomic_helper_unprepare_planes() 2678 const struct drm_plane_helper_funcs *funcs = plane->helper_private; in drm_atomic_helper_unprepare_planes() 2759 const struct drm_plane_helper_funcs *funcs; in drm_atomic_helper_commit_planes() [all …]
|
/openbmc/linux/drivers/gpu/drm/virtio/ |
H A D | virtgpu_plane.c | 362 static const struct drm_plane_helper_funcs virtio_gpu_primary_helper_funcs = { 369 static const struct drm_plane_helper_funcs virtio_gpu_cursor_helper_funcs = { 381 const struct drm_plane_helper_funcs *funcs; in virtio_gpu_plane_init()
|
/openbmc/linux/drivers/gpu/drm/tilcdc/ |
H A D | tilcdc_plane.c | 97 static const struct drm_plane_helper_funcs plane_helper_funcs = {
|
/openbmc/linux/drivers/gpu/drm/loongson/ |
H A D | lsdc_plane.c | 166 static const struct drm_plane_helper_funcs lsdc_primary_helper_funcs = { 330 static const struct drm_plane_helper_funcs ls7a1000_cursor_plane_helper_funcs = { 426 static const struct drm_plane_helper_funcs ls7a2000_cursor_plane_helper_funcs = {
|
/openbmc/linux/drivers/gpu/drm/mgag200/ |
H A D | mgag200_g200eh3.c | 73 static const struct drm_plane_helper_funcs mgag200_g200eh3_primary_plane_helper_funcs = {
|
H A D | mgag200_g200ew3.c | 82 static const struct drm_plane_helper_funcs mgag200_g200ew3_primary_plane_helper_funcs = {
|
H A D | mgag200_g200eh.c | 169 static const struct drm_plane_helper_funcs mgag200_g200eh_primary_plane_helper_funcs = {
|
H A D | mgag200_g200wb.c | 216 static const struct drm_plane_helper_funcs mgag200_g200wb_primary_plane_helper_funcs = {
|
H A D | mgag200_g200er.c | 175 static const struct drm_plane_helper_funcs mgag200_g200er_primary_plane_helper_funcs = {
|
H A D | mgag200_g200ev.c | 176 static const struct drm_plane_helper_funcs mgag200_g200ev_primary_plane_helper_funcs = {
|
/openbmc/linux/drivers/gpu/drm/fsl-dcu/ |
H A D | fsl_dcu_drm_plane.c | 168 static const struct drm_plane_helper_funcs fsl_dcu_drm_plane_helper_funcs = {
|
/openbmc/linux/drivers/gpu/drm/vboxvideo/ |
H A D | vbox_mode.c | 470 static const struct drm_plane_helper_funcs vbox_cursor_helper_funcs = { 489 static const struct drm_plane_helper_funcs vbox_primary_helper_funcs = { 509 const struct drm_plane_helper_funcs *helper_funcs = NULL; in vbox_create_plane()
|
/openbmc/linux/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_ldu.c | 404 drm_plane_helper_funcs vmw_ldu_cursor_plane_helper_funcs = { 412 drm_plane_helper_funcs vmw_ldu_primary_plane_helper_funcs = {
|
/openbmc/linux/drivers/gpu/drm/tidss/ |
H A D | tidss_plane.c | 162 static const struct drm_plane_helper_funcs tidss_plane_helper_funcs = {
|
/openbmc/linux/drivers/gpu/drm/vkms/ |
H A D | vkms_plane.c | 193 static const struct drm_plane_helper_funcs vkms_plane_helper_funcs = {
|
/openbmc/linux/drivers/gpu/drm/sun4i/ |
H A D | sun4i_layer.c | 126 static const struct drm_plane_helper_funcs sun4i_backend_layer_helper_funcs = {
|
/openbmc/linux/drivers/gpu/drm/mxsfb/ |
H A D | mxsfb_kms.c | 629 static const struct drm_plane_helper_funcs mxsfb_plane_primary_helper_funcs = { 634 static const struct drm_plane_helper_funcs mxsfb_plane_overlay_helper_funcs = {
|
/openbmc/linux/drivers/gpu/drm/exynos/ |
H A D | exynos_drm_plane.c | 284 static const struct drm_plane_helper_funcs plane_helper_funcs = {
|
/openbmc/linux/drivers/gpu/drm/qxl/ |
H A D | qxl_display.c | 898 static const struct drm_plane_helper_funcs qxl_cursor_helper_funcs = { 919 static const struct drm_plane_helper_funcs primary_helper_funcs = { 940 const struct drm_plane_helper_funcs *helper_funcs = NULL; in qxl_create_plane()
|
/openbmc/linux/drivers/gpu/drm/arm/ |
H A D | hdlcd_crtc.c | 284 static const struct drm_plane_helper_funcs hdlcd_plane_helper_funcs = {
|