Home
last modified time | relevance | path

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

123

/linux/include/drm/
H A Ddrm_kunit_helpers.h16 struct drm_plane_helper_funcs;
110 const struct drm_plane_helper_funcs *helper_funcs,
H A Ddrm_modeset_helper_vtables.h1200 struct drm_plane_helper_funcs { struct
1493 const struct drm_plane_helper_funcs *funcs) in drm_plane_helper_add() argument
H A Ddrm_crtc.h64 struct drm_plane_helper_funcs;
H A Ddrm_plane.h708 const struct drm_plane_helper_funcs *helper_private;
/linux/drivers/gpu/drm/tests/
H A Ddrm_kunit_helpers.c178 static const struct drm_plane_helper_funcs default_plane_helper_funcs = {
215 const struct drm_plane_helper_funcs *helper_funcs, in drm_kunit_helper_create_primary_plane()
/linux/drivers/gpu/drm/
H A Ddrm_atomic_helper.c996 const struct drm_plane_helper_funcs *funcs; in drm_atomic_helper_check_planes()
1877 const struct drm_plane_helper_funcs *funcs; in drm_atomic_helper_async_check()
1958 const struct drm_plane_helper_funcs *funcs; in drm_atomic_helper_async_commit()
2595 const struct drm_plane_helper_funcs *funcs; in drm_atomic_helper_prepare_planes()
2616 const struct drm_plane_helper_funcs *funcs = plane->helper_private; in drm_atomic_helper_prepare_planes()
2629 const struct drm_plane_helper_funcs *funcs = plane->helper_private; in drm_atomic_helper_prepare_planes()
2640 const struct drm_plane_helper_funcs *funcs; in drm_atomic_helper_prepare_planes()
2673 const struct drm_plane_helper_funcs *funcs = plane->helper_private; in drm_atomic_helper_unprepare_planes()
2680 const struct drm_plane_helper_funcs *funcs = plane->helper_private; in drm_atomic_helper_unprepare_planes()
2761 const struct drm_plane_helper_funcs *funcs; in drm_atomic_helper_commit_planes()
[all …]
/linux/drivers/gpu/drm/tidss/
H A Dtidss_plane.c163 static const struct drm_plane_helper_funcs tidss_plane_helper_funcs = {
170 static const struct drm_plane_helper_funcs tidss_primary_plane_helper_funcs = {
/linux/drivers/gpu/drm/hisilicon/kirin/
H A Dkirin_drm_drv.h46 const struct drm_plane_helper_funcs *plane_helper_funcs;
/linux/drivers/gpu/drm/virtio/
H A Dvirtgpu_plane.c362 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()
/linux/drivers/gpu/drm/tilcdc/
H A Dtilcdc_plane.c97 static const struct drm_plane_helper_funcs plane_helper_funcs = {
/linux/drivers/gpu/drm/loongson/
H A Dlsdc_plane.c165 static const struct drm_plane_helper_funcs lsdc_primary_helper_funcs = {
329 static const struct drm_plane_helper_funcs ls7a1000_cursor_plane_helper_funcs = {
425 static const struct drm_plane_helper_funcs ls7a2000_cursor_plane_helper_funcs = {
/linux/drivers/gpu/drm/mgag200/
H A Dmgag200_g200eh3.c73 static const struct drm_plane_helper_funcs mgag200_g200eh3_primary_plane_helper_funcs = {
H A Dmgag200_g200ew3.c82 static const struct drm_plane_helper_funcs mgag200_g200ew3_primary_plane_helper_funcs = {
H A Dmgag200_g200eh.c169 static const struct drm_plane_helper_funcs mgag200_g200eh_primary_plane_helper_funcs = {
H A Dmgag200_g200er.c175 static const struct drm_plane_helper_funcs mgag200_g200er_primary_plane_helper_funcs = {
H A Dmgag200_g200wb.c216 static const struct drm_plane_helper_funcs mgag200_g200wb_primary_plane_helper_funcs = {
H A Dmgag200_g200ev.c176 static const struct drm_plane_helper_funcs mgag200_g200ev_primary_plane_helper_funcs = {
/linux/drivers/gpu/drm/vboxvideo/
H A Dvbox_mode.c470 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()
/linux/drivers/gpu/drm/fsl-dcu/
H A Dfsl_dcu_drm_plane.c168 static const struct drm_plane_helper_funcs fsl_dcu_drm_plane_helper_funcs = {
/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_ldu.c385 drm_plane_helper_funcs vmw_ldu_cursor_plane_helper_funcs = {
393 drm_plane_helper_funcs vmw_ldu_primary_plane_helper_funcs = {
/linux/drivers/gpu/drm/vkms/
H A Dvkms_plane.c193 static const struct drm_plane_helper_funcs vkms_plane_helper_funcs = {
/linux/drivers/gpu/drm/sun4i/
H A Dsun4i_layer.c126 static const struct drm_plane_helper_funcs sun4i_backend_layer_helper_funcs = {
/linux/drivers/gpu/drm/mxsfb/
H A Dmxsfb_kms.c629 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 = {
/linux/drivers/gpu/drm/exynos/
H A Dexynos_drm_plane.c284 static const struct drm_plane_helper_funcs plane_helper_funcs = {
/linux/drivers/gpu/drm/qxl/
H A Dqxl_display.c896 static const struct drm_plane_helper_funcs qxl_cursor_helper_funcs = {
917 static const struct drm_plane_helper_funcs primary_helper_funcs = {
938 const struct drm_plane_helper_funcs *helper_funcs = NULL; in qxl_create_plane()

123