Searched refs:crtc_funcs (Results 1 – 11 of 11) sorted by relevance
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/ |
D | rockchip_drm_drv.c | 234 if (priv->crtc_funcs[pipe] && priv->crtc_funcs[pipe]->te_handler) { in rockchip_drm_te_handle() 235 priv->crtc_funcs[pipe]->te_handler(crtc); in rockchip_drm_te_handle() 911 …t rockchip_register_crtc_funcs(struct drm_crtc *crtc, const struct rockchip_crtc_funcs *crtc_funcs) in rockchip_register_crtc_funcs() argument 920 priv->crtc_funcs[pipe] = crtc_funcs; in rockchip_register_crtc_funcs() 934 priv->crtc_funcs[pipe] = NULL; in rockchip_unregister_crtc_funcs() 948 if (priv->crtc_funcs[pipe] && priv->crtc_funcs[pipe]->regs_dump) { in rockchip_drm_fault_handler() 949 priv->crtc_funcs[pipe]->regs_dump(crtc, NULL); in rockchip_drm_fault_handler() 952 if (priv->crtc_funcs[pipe] && priv->crtc_funcs[pipe]->debugfs_dump) { in rockchip_drm_fault_handler() 953 priv->crtc_funcs[pipe]->debugfs_dump(crtc, NULL); in rockchip_drm_fault_handler() 1030 if (priv->crtc_funcs[pipe] && priv->crtc_funcs[pipe]->debugfs_dump) { in rockchip_drm_summary_show() [all …]
|
D | rockchip_drm_logo.c | 708 if (priv->crtc_funcs[pipe] && priv->crtc_funcs[pipe]->loader_protect) { in setup_initial_state() 709 priv->crtc_funcs[pipe]->loader_protect(crtc, true); in setup_initial_state() 761 if (priv->crtc_funcs[pipe] && priv->crtc_funcs[pipe]->loader_protect) { in setup_initial_state() 762 priv->crtc_funcs[pipe]->loader_protect(crtc, false); in setup_initial_state() 940 if (priv->crtc_funcs[pipe] && priv->crtc_funcs[pipe]->loader_protect) { in rockchip_drm_show_logo() 941 priv->crtc_funcs[pipe]->loader_protect(crtc, true); in rockchip_drm_show_logo() 943 priv->crtc_funcs[pipe]->crtc_close(crtc); in rockchip_drm_show_logo() 944 if (priv->crtc_funcs[pipe] && priv->crtc_funcs[pipe]->loader_protect) { in rockchip_drm_show_logo() 945 priv->crtc_funcs[pipe]->loader_protect(crtc, false); in rockchip_drm_show_logo()
|
D | rockchip_drm_drv.h | 369 const struct rockchip_crtc_funcs *crtc_funcs[ROCKCHIP_MAX_CRTC]; member 395 … rockchip_register_crtc_funcs(struct drm_crtc *crtc, const struct rockchip_crtc_funcs *crtc_funcs);
|
D | rockchip_drm_fb.c | 134 funcs = priv->crtc_funcs[drm_crtc_index(crtc)]; in rockchip_drm_bandwidth_atomic_check()
|
D | dw_hdmi-rockchip.c | 1554 const struct rockchip_crtc_funcs *funcs = priv->crtc_funcs[pipe]; in dw_hdmi_rockchip_mode_valid()
|
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/rockchip/ |
D | rockchip_drm_logo.c | 676 if (priv->crtc_funcs[pipe] && in setup_initial_state() 677 priv->crtc_funcs[pipe]->loader_protect) in setup_initial_state() 678 priv->crtc_funcs[pipe]->loader_protect(crtc, true); in setup_initial_state() 729 if (priv->crtc_funcs[pipe] && priv->crtc_funcs[pipe]->loader_protect) in setup_initial_state() 730 priv->crtc_funcs[pipe]->loader_protect(crtc, false); in setup_initial_state() 897 if (priv->crtc_funcs[pipe] && in rockchip_drm_show_logo() 898 priv->crtc_funcs[pipe]->loader_protect) in rockchip_drm_show_logo() 899 priv->crtc_funcs[pipe]->loader_protect(crtc, true); in rockchip_drm_show_logo() 900 priv->crtc_funcs[pipe]->crtc_close(crtc); in rockchip_drm_show_logo() 901 if (priv->crtc_funcs[pipe] && in rockchip_drm_show_logo() [all …]
|
/device/board/isoftstone/yangfan/kernel/src/driv/gpu/rockchip/ |
D | rockchip_drm_logo.c | 727 if (priv->crtc_funcs[pipe] && in setup_initial_state() 728 priv->crtc_funcs[pipe]->loader_protect) in setup_initial_state() 729 priv->crtc_funcs[pipe]->loader_protect(crtc, true); in setup_initial_state() 780 if (priv->crtc_funcs[pipe] && priv->crtc_funcs[pipe]->loader_protect) in setup_initial_state() 781 priv->crtc_funcs[pipe]->loader_protect(crtc, false); in setup_initial_state() 948 if (priv->crtc_funcs[pipe] && in rockchip_drm_show_logo() 949 priv->crtc_funcs[pipe]->loader_protect) in rockchip_drm_show_logo() 950 priv->crtc_funcs[pipe]->loader_protect(crtc, true); in rockchip_drm_show_logo() 951 priv->crtc_funcs[pipe]->crtc_close(crtc); in rockchip_drm_show_logo() 952 if (priv->crtc_funcs[pipe] && in rockchip_drm_show_logo() [all …]
|
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/ |
D | drm_atomic_helper.c | 2518 const struct drm_crtc_helper_funcs *crtc_funcs; in drm_atomic_helper_commit_planes_on_crtc() local 2528 crtc_funcs = crtc->helper_private; in drm_atomic_helper_commit_planes_on_crtc() 2529 if (crtc_funcs && crtc_funcs->atomic_begin) { in drm_atomic_helper_commit_planes_on_crtc() 2530 crtc_funcs->atomic_begin(crtc, old_crtc_state); in drm_atomic_helper_commit_planes_on_crtc() 2554 if (crtc_funcs && crtc_funcs->atomic_flush) { in drm_atomic_helper_commit_planes_on_crtc() 2555 crtc_funcs->atomic_flush(crtc, old_crtc_state); in drm_atomic_helper_commit_planes_on_crtc() 2579 const struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; in drm_atomic_helper_disable_planes_on_crtc() local 2582 if (atomic && crtc_funcs && crtc_funcs->atomic_begin) { in drm_atomic_helper_disable_planes_on_crtc() 2583 crtc_funcs->atomic_begin(crtc, NULL); in drm_atomic_helper_disable_planes_on_crtc() 2600 if (atomic && crtc_funcs && crtc_funcs->atomic_flush) { in drm_atomic_helper_disable_planes_on_crtc() [all …]
|
/device/soc/rockchip/rk3588/kernel/drivers/devfreq/ |
D | rockchip_drm_drv.h | 376 const struct rockchip_crtc_funcs *crtc_funcs[ROCKCHIP_MAX_CRTC]; member 405 const struct rockchip_crtc_funcs *crtc_funcs);
|
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/drm/ |
D | sunxi_drm_drv.c | 364 const struct drm_crtc_helper_funcs *crtc_funcs = scrtc->crtc.helper_private; in sunxi_drm_force_set_plane_exit() local 422 crtc_funcs->enable(&scrtc->crtc); in sunxi_drm_force_set_plane_exit()
|
/device/board/hihope/dayu210/kernel/kernel_patch/linux-5.10/dayu210_patch/ |
D | kernel.patch | 18135 + priv->crtc_funcs[pipe]; 20172 + if (priv->crtc_funcs[pipe] && priv->crtc_funcs[pipe]->te_handler) 20173 + priv->crtc_funcs[pipe]->te_handler(crtc); 20801 + const struct rockchip_crtc_funcs *crtc_funcs) 20809 + priv->crtc_funcs[pipe] = crtc_funcs; 20822 + priv->crtc_funcs[pipe] = NULL; 20837 + if (priv->crtc_funcs[pipe] && 20838 + priv->crtc_funcs[pipe]->regs_dump) 20839 + priv->crtc_funcs[pipe]->regs_dump(crtc, NULL); 20841 + if (priv->crtc_funcs[pipe] && [all …]
|