Searched refs:drm_plane_helper_funcs (Results 1 - 25 of 80) sorted by relevance

1234

/linux-master/drivers/gpu/drm/hisilicon/kirin/
H A Dkirin_drm_drv.h46 const struct drm_plane_helper_funcs *plane_helper_funcs;
/linux-master/drivers/gpu/drm/vc4/tests/
H A Dvc4_mock_plane.c12 static const struct drm_plane_helper_funcs vc4_dummy_plane_helper_funcs = {
/linux-master/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.h322 * after the &drm_plane_helper_funcs.atomic_check hook for planes, which
1196 * struct drm_plane_helper_funcs - helper operations for planes
1200 struct drm_plane_helper_funcs { struct
1493 const struct drm_plane_helper_funcs *funcs)
H A Ddrm_crtc.h64 struct drm_plane_helper_funcs;
H A Ddrm_plane.h82 * &drm_plane_helper_funcs.prepare_fb callback. See
708 const struct drm_plane_helper_funcs *helper_private;
/linux-master/drivers/gpu/drm/tests/
H A Ddrm_kunit_helpers.c177 static const struct drm_plane_helper_funcs default_plane_helper_funcs = {
214 const struct drm_plane_helper_funcs *helper_funcs,
/linux-master/drivers/gpu/drm/tilcdc/
H A Dtilcdc_plane.c97 static const struct drm_plane_helper_funcs plane_helper_funcs = {
/linux-master/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;
/linux-master/drivers/gpu/drm/
H A Ddrm_atomic_helper.c74 * also shares the &struct drm_plane_helper_funcs function table with the plane
611 * &drm_plane_helper_funcs.atomic_check hooks if a plane update can't be done
976 * &drm_crtc_helper_funcs.atomic_check and &drm_plane_helper_funcs.atomic_check
996 const struct drm_plane_helper_funcs *funcs;
1053 * @drm_plane_helper_funcs.atomic_check and @drm_crtc_helper_funcs.atomic_check
1877 const struct drm_plane_helper_funcs *funcs;
1958 const struct drm_plane_helper_funcs *funcs;
2570 * configuration, by calling &drm_plane_helper_funcs.prepare_fb. If any failure
2571 * is encountered this function will call &drm_plane_helper_funcs.cleanup_fb on
2596 const struct drm_plane_helper_funcs *func
[all...]
/linux-master/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-master/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-master/drivers/gpu/drm/sun4i/
H A Dsun4i_layer.c126 static const struct drm_plane_helper_funcs sun4i_backend_layer_helper_funcs = {
/linux-master/drivers/gpu/drm/mgag200/
H A Dmgag200_g200ew3.c82 static const struct drm_plane_helper_funcs mgag200_g200ew3_primary_plane_helper_funcs = {
H A Dmgag200_g200eh3.c73 static const struct drm_plane_helper_funcs mgag200_g200eh3_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_g200eh.c169 static const struct drm_plane_helper_funcs mgag200_g200eh_primary_plane_helper_funcs = {
/linux-master/drivers/gpu/drm/vkms/
H A Dvkms_plane.c193 static const struct drm_plane_helper_funcs vkms_plane_helper_funcs = {
/linux-master/drivers/gpu/drm/tidss/
H A Dtidss_plane.c20 /* drm_plane_helper_funcs */
162 static const struct drm_plane_helper_funcs tidss_plane_helper_funcs = {
/linux-master/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-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_ldu.c381 drm_plane_helper_funcs vmw_ldu_cursor_plane_helper_funcs = {
389 drm_plane_helper_funcs vmw_ldu_primary_plane_helper_funcs = {
/linux-master/drivers/gpu/drm/armada/
H A Darmada_plane.c257 static const struct drm_plane_helper_funcs armada_primary_plane_helper_funcs = {
/linux-master/drivers/gpu/drm/exynos/
H A Dexynos_drm_plane.c284 static const struct drm_plane_helper_funcs plane_helper_funcs = {
/linux-master/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_plane.c123 static const struct drm_plane_helper_funcs komeda_plane_helper_funcs = {
/linux-master/drivers/gpu/drm/arm/
H A Dhdlcd_crtc.c284 static const struct drm_plane_helper_funcs hdlcd_plane_helper_funcs = {

Completed in 261 milliseconds

1234