/linux/include/drm/ |
H A D | drm_kunit_helpers.h | 17 struct drm_plane_helper_funcs; 109 const struct drm_plane_helper_funcs *helper_funcs,
|
H A D | drm_modeset_helper_vtables.h | 322 * 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 1498 const struct drm_plane_helper_funcs *funcs) in drm_plane_helper_add() argument 1243 prepare_fbdrm_plane_helper_funcs global() argument 1254 cleanup_fbdrm_plane_helper_funcs global() argument 1277 begin_fb_accessdrm_plane_helper_funcs global() argument 1285 end_fb_accessdrm_plane_helper_funcs global() argument 1322 atomic_checkdrm_plane_helper_funcs global() argument 1339 atomic_updatedrm_plane_helper_funcs global() argument 1364 atomic_enabledrm_plane_helper_funcs global() argument 1389 atomic_disabledrm_plane_helper_funcs global() argument 1413 atomic_async_checkdrm_plane_helper_funcs global() argument 1450 atomic_async_updatedrm_plane_helper_funcs global() argument 1473 get_scanout_bufferdrm_plane_helper_funcs global() argument
|
H A D | drm_crtc.h | 64 struct drm_plane_helper_funcs;
|
H A D | drm_plane.h | 82 * &drm_plane_helper_funcs.prepare_fb callback. See 725 const struct drm_plane_helper_funcs *helper_private;
|
/linux/drivers/gpu/drm/hisilicon/kirin/ |
H A D | kirin_drm_drv.h | 46 const struct drm_plane_helper_funcs *plane_helper_funcs;
|
/linux/drivers/gpu/drm/tidss/ |
H A D | tidss_plane.c | 29 /* drm_plane_helper_funcs */ 171 static const struct drm_plane_helper_funcs tidss_plane_helper_funcs = { 178 static const struct drm_plane_helper_funcs tidss_primary_plane_helper_funcs = {
|
/linux/drivers/gpu/drm/tilcdc/ |
H A D | tilcdc_plane.c | 97 static const struct drm_plane_helper_funcs plane_helper_funcs = {
|
/linux/drivers/gpu/drm/renesas/shmobile/ |
H A D | shmob_drm_plane.c | 270 static const struct drm_plane_helper_funcs shmob_drm_plane_helper_funcs = { 276 static const struct drm_plane_helper_funcs shmob_drm_primary_plane_helper_funcs = {
|
/linux/drivers/gpu/drm/virtio/ |
H A D | virtgpu_plane.c | 559 static const struct drm_plane_helper_funcs virtio_gpu_primary_helper_funcs = { 568 static const struct drm_plane_helper_funcs virtio_gpu_cursor_helper_funcs = { 580 const struct drm_plane_helper_funcs *funcs; in virtio_gpu_plane_init()
|
/linux/drivers/gpu/drm/mgag200/ |
H A D | mgag200_g200eh5.c | 91 static const struct drm_plane_helper_funcs mgag200_g200eh5_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_g200er.c | 175 static const struct drm_plane_helper_funcs mgag200_g200er_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_g200ev.c | 176 static const struct drm_plane_helper_funcs mgag200_g200ev_primary_plane_helper_funcs = {
|
/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 = {
|
/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()
|
/linux/drivers/gpu/drm/imx/dc/ |
H A D | dc-plane.c | 198 static const struct drm_plane_helper_funcs dc_plane_helper_funcs = {
|
/linux/drivers/gpu/drm/vkms/ |
H A D | vkms_plane.c | 201 static const struct drm_plane_helper_funcs vkms_plane_helper_funcs = {
|
/linux/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_ldu.c | 385 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/sun4i/ |
H A D | sun4i_layer.c | 126 static const struct drm_plane_helper_funcs sun4i_backend_layer_helper_funcs = {
|
/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 = {
|
/linux/drivers/gpu/drm/ast/ |
H A D | ast_cursor.c | 273 static const struct drm_plane_helper_funcs ast_cursor_plane_helper_funcs = {
|
/linux/drivers/gpu/drm/exynos/ |
H A D | exynos_drm_plane.c | 284 static const struct drm_plane_helper_funcs plane_helper_funcs = {
|
/linux/drivers/gpu/drm/arm/display/komeda/ |
H A D | komeda_plane.c | 123 static const struct drm_plane_helper_funcs komeda_plane_helper_funcs = {
|