| /device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/ |
| D | drm_atomic_state_helper.c | 253 …__drm_atomic_helper_plane_state_reset(struct drm_plane_state *plane_state, struct drm_plane *plane) in __drm_atomic_helper_plane_state_reset() 275 void __drm_atomic_helper_plane_reset(struct drm_plane *plane, struct drm_plane_state *plane_state) in __drm_atomic_helper_plane_reset() 292 void drm_atomic_helper_plane_reset(struct drm_plane *plane) in drm_atomic_helper_plane_reset() 314 void __drm_atomic_helper_plane_duplicate_state(struct drm_plane *plane, struct drm_plane_state *sta… in __drm_atomic_helper_plane_duplicate_state() 335 struct drm_plane_state *drm_atomic_helper_plane_duplicate_state(struct drm_plane *plane) in drm_atomic_helper_plane_duplicate_state() 386 void drm_atomic_helper_plane_destroy_state(struct drm_plane *plane, struct drm_plane_state *state) in drm_atomic_helper_plane_destroy_state()
|
| D | drm_atomic_helper.c | 75 … struct drm_plane_state *plane_state, struct drm_plane *plane) in drm_atomic_helper_plane_changed() 861 struct drm_plane *plane; in drm_atomic_helper_check_planes() local 1367 struct drm_plane *plane; in drm_atomic_helper_wait_for_fences() local 1639 struct drm_plane *plane = NULL; in drm_atomic_helper_async_check() local 1757 struct drm_plane *plane; in drm_atomic_helper_async_commit() local 1976 struct drm_plane *plane; in drm_atomic_helper_setup_commit() local 2084 struct drm_plane *plane; in drm_atomic_helper_wait_for_dependencies() local 2308 struct drm_plane *plane; in drm_atomic_helper_prepare_planes() local 2410 struct drm_plane *plane; in drm_atomic_helper_commit_planes() local 2522 struct drm_plane *plane; in drm_atomic_helper_commit_planes_on_crtc() local [all …]
|
| D | drm_fourcc.c | 805 unsigned int drm_format_info_block_width(const struct drm_format_info *info, int plane) in drm_format_info_block_width() 826 unsigned int drm_format_info_block_height(const struct drm_format_info *info, int plane) in drm_format_info_block_height() 849 uint64_t drm_format_info_min_pitch(const struct drm_format_info *info, int plane, unsigned int buff… in drm_format_info_min_pitch()
|
| D | drm_atomic_uapi.c | 168 struct drm_plane *plane = plane_state->plane; in drm_atomic_set_crtc_for_plane() local 216 struct drm_plane *plane = plane_state->plane; in drm_atomic_set_fb_for_plane() local 485 static int drm_atomic_plane_set_property(struct drm_plane *plane, struct drm_plane_state *state, in drm_atomic_plane_set_property() 568 static int drm_atomic_plane_get_property(struct drm_plane *plane, const struct drm_plane_state *sta… in drm_atomic_plane_get_property() 835 struct drm_plane *plane = obj_to_plane(obj); in drm_atomic_get_property() local 962 struct drm_plane *plane = obj_to_plane(obj); in drm_atomic_set_property() local
|
| D | drm_mode_config.c | 190 struct drm_plane *plane; in drm_mode_config_reset() local 491 struct drm_plane *plane, *plt; in drm_mode_config_cleanup() local
|
| /device/board/isoftstone/zhiyuan/kernel/driver/drivers/drm/ |
| D | sunxi_drm_plane.c | 463 static void sunxi_plane_reset(struct drm_plane *plane) in sunxi_plane_reset() 468 static int sunxi_plane_atomic_get_property(struct drm_plane *plane, in sunxi_plane_atomic_get_property() 486 static int sunxi_plane_atomic_set_property(struct drm_plane *plane, in sunxi_plane_atomic_set_property() 511 static void sunxi_plane_atomic_update(struct drm_plane *plane, in sunxi_plane_atomic_update() 719 static void sunxi_plane_atomic_disable(struct drm_plane *plane, in sunxi_plane_atomic_disable() 776 struct sunxi_drm_plane *plane, in sunxi_drm_plane_init()
|
| D | sunxi_drm_fb.c | 259 unsigned int plane) in sunxi_drm_fb_get_gem_obj() 282 int sunxi_drm_fb_prepare_fb(struct drm_plane *plane, in sunxi_drm_fb_prepare_fb()
|
| D | sunxi_drm_plane.h | 27 struct drm_plane plane; member
|
| /device/soc/rockchip/rk3568/hardware/omx_il/osal/ |
| D | Rockchip_OSAL_RGA_Process.c | 103 OMX_S32 rga_copy(RockchipVideoPlane *plane, VPUMemLinear_t *vpumem, uint32_t Width, in rga_copy() 186 OMX_S32 rga_crop_scale(RockchipVideoPlane *plane, in rga_crop_scale() 387 void rga_nv12_crop_scale(RockchipVideoPlane *plane, in rga_nv12_crop_scale() 435 void rga_rgb2nv12(RockchipVideoPlane *plane, VPUMemLinear_t *vpumem, in rga_rgb2nv12() 519 void rga_nv12_copy(RockchipVideoPlane *plane, VPUMemLinear_t *vpumem, uint32_t Width, uint32_t Heig… in rga_nv12_copy() 548 void rga_rgb_copy(RockchipVideoPlane *plane, VPUMemLinear_t *vpumem, uint32_t Width, uint32_t Heigh… in rga_rgb_copy()
|
| /device/board/isoftstone/yangfan/kernel/src/driv/gpu/rockchip/ |
| D | rockchip_drm_direct_show.c | 171 struct drm_plane *plane; in rockchip_drm_direct_show_get_plane() local 249 struct drm_plane *plane = commit_info->plane; in rockchip_drm_direct_show_commit() local 293 int rockchip_drm_direct_show_disable_plane(struct drm_device *drm, struct drm_plane *plane) in rockchip_drm_direct_show_disable_plane()
|
| D | rockchip_drm_vvop.c | 35 struct drm_plane *plane; member 61 static void vvop_plane_atomic_update(struct drm_plane *plane, in vvop_plane_atomic_update() 73 struct drm_plane *plane; in vvop_plane_init() local
|
| D | rockchip_drm_vop2.c | 241 struct drm_plane *plane; member 1919 static inline bool rockchip_afbc(struct drm_plane *plane, u64 modifier) in rockchip_afbc() 1934 static bool rockchip_vop2_mod_supported(struct drm_plane *plane, u32 format, u64 modifier) in rockchip_vop2_mod_supported() 3829 struct drm_plane *plane = pstate->plane; in vop2_cluster_two_win_mode_check() local 3906 static int vop2_plane_splice_check(struct drm_plane *plane, struct drm_plane_state *pstate, in vop2_plane_splice_check() 3936 static int vop2_plane_atomic_check(struct drm_plane *plane, struct drm_plane_state *state) in vop2_plane_atomic_check() 4134 static void vop2_plane_atomic_disable(struct drm_plane *plane, struct drm_plane_state *old_state) in vop2_plane_atomic_disable() 4165 static void vop2_plane_setup_color_key(struct drm_plane *plane) in vop2_plane_setup_color_key() 4498 static void vop2_plane_atomic_update(struct drm_plane *plane, struct drm_plane_state *old_state) in vop2_plane_atomic_update() 4643 rockchip_atomic_helper_update_plane(struct drm_plane *plane, in rockchip_atomic_helper_update_plane() [all …]
|
| /device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/ |
| D | rockchip_drm_vop.c | 705 static inline bool rockchip_afbc(struct drm_plane *plane, u64 modifier) in rockchip_afbc() 881 struct drm_plane *plane; in vop_hdr_atomic_check() local 1159 struct drm_plane *plane; in vop_csc_atomic_check() local 1616 static int vop_plane_prepare_fb(struct drm_plane *plane, struct drm_plane_state *new_state) in vop_plane_prepare_fb() 1625 static void vop_plane_cleanup_fb(struct drm_plane *plane, struct drm_plane_state *old_state) in vop_plane_cleanup_fb() 1632 static int vop_plane_atomic_check(struct drm_plane *plane, struct drm_plane_state *state) in vop_plane_atomic_check() 1745 static void vop_plane_atomic_disable(struct drm_plane *plane, struct drm_plane_state *old_state) in vop_plane_atomic_disable() 1778 static void vop_plane_atomic_update(struct drm_plane *plane, struct drm_plane_state *old_state) in vop_plane_atomic_update() 2012 static int __maybe_unused rockchip_atomic_helper_update_plane(struct drm_plane *plane, struct drm_c… in rockchip_atomic_helper_update_plane() 2073 static int __maybe_unused rockchip_atomic_helper_disable_plane(struct drm_plane *plane, in rockchip_atomic_helper_disable_plane() [all …]
|
| /device/soc/amlogic/a311d/soc/amlogic/ge2d/ |
| D | ge2d_wq.c | 877 static int build_ge2d_addr_config(struct config_planes_s *plane, unsigned int format, unsigned int … in build_ge2d_addr_config() 900 static int build_ge2d_addr_config_ion(struct config_planes_ion_s *plane, unsigned int format, unsig… in build_ge2d_addr_config_ion() 937 …c int build_ge2d_addr_config_dma(struct ge2d_context_s *context, struct config_planes_ion_s *plane, in build_ge2d_addr_config_dma() 982 static int build_ge2d_config_ex(struct ge2d_context_s *context, struct config_planes_s *plane, unsi… in build_ge2d_config_ex() 1005 …tic int build_ge2d_config_ex_ion(struct ge2d_context_s *context, struct config_planes_ion_s *plane, in build_ge2d_config_ex_ion() 1049 …tic int build_ge2d_config_ex_dma(struct ge2d_context_s *context, struct config_planes_ion_s *plane, in build_ge2d_config_ex_dma()
|
| /device/qemu/riscv32_virt/liteos_m/board/driver/video/ |
| D | fb.c | 63 uint8_t plane; /* Video plan number */ member 348 int fb_register(int display, int plane) in fb_register()
|
| /device/soc/hisilicon/common/hal/display/source/display_device/src/drm/ |
| D | drm_device.cpp | 100 int32_t DrmDevice::GetPlaneProperty(const DrmPlane &plane, const std::string &name, DrmProperty &pr… in GetPlaneProperty() 269 for (const auto &plane : mPlanes) { in GetDrmPlane() local
|
| /device/soc/amlogic/a311d/hardware/display/src/display_device/ |
| D | drm_device.cpp | 100 int32_t DrmDevice::GetPlaneProperty(const DrmPlane &plane, const std::string &name, DrmProperty &pr… in GetPlaneProperty() 269 for (const auto &plane : mPlanes) { in GetDrmPlane() local
|
| /device/soc/allwinner/t507/hardware/display/src/display_device/ |
| D | drm_device.cpp | 100 int32_t DrmDevice::GetPlaneProperty(const DrmPlane &plane, const std::string &name, DrmProperty &pr… in GetPlaneProperty() 269 for (const auto &plane : mPlanes) { in GetDrmPlane() local
|
| /device/soc/nxp/hardware/display/src/display_device/drm/ |
| D | drm_device.cpp | 103 int32_t DrmDevice::GetPlaneProperty(const DrmPlane &plane, const std::string &name, DrmProperty &pr… in GetPlaneProperty() 272 for (const auto &plane : mPlanes) { in GetDrmPlane() local
|
| /device/soc/rockchip/rk3568/hardware/display/src/display_device/ |
| D | drm_device.cpp | 100 int32_t DrmDevice::GetPlaneProperty(const DrmPlane &plane, const std::string &name, DrmProperty &pr… in GetPlaneProperty() 278 for (const auto &plane : mPlanes) { in GetDrmPlane() local
|
| /device/soc/rockchip/rk3399/hardware/display/src/display_device/ |
| D | drm_device.cpp | 100 int32_t DrmDevice::GetPlaneProperty(const DrmPlane &plane, const std::string &name, DrmProperty &pr… in GetPlaneProperty() 278 for (const auto &plane : mPlanes) { in GetDrmPlane() local
|
| /device/soc/rockchip/rk3566/hardware/display/src/display_device/ |
| D | drm_device.cpp | 100 int32_t DrmDevice::GetPlaneProperty(const DrmPlane &plane, const std::string &name, DrmProperty &pr… in GetPlaneProperty() 278 for (const auto &plane : mPlanes) { in GetDrmPlane() local
|
| /device/soc/rockchip/rk3588/hardware/display/src/display_device/ |
| D | drm_device.cpp | 100 int32_t DrmDevice::GetPlaneProperty(const DrmPlane &plane, const std::string &name, DrmProperty &pr… in GetPlaneProperty() 278 for (const auto &plane : mPlanes) { in GetDrmPlane() local
|
| /device/soc/rockchip/common/hardware/display/src/display_device/ |
| D | drm_device.cpp | 103 …int32_t DrmDevice::GetPlaneProperty(const DrmPlane &plane, const std::string &name, DrmProperty &p… in GetPlaneProperty() 283 for (const auto &plane : mPlanes) { in GetDrmPlane() local
|
| /device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/rockchip/ |
| D | rockchip_drm_vop2.c | 233 struct drm_plane *plane; member 1877 static inline bool rockchip_afbc(struct drm_plane *plane, u64 modifier) in rockchip_afbc() 1892 static bool rockchip_vop2_mod_supported(struct drm_plane *plane, u32 format, u64 modifier) in rockchip_vop2_mod_supported() 3448 struct drm_plane *plane = pstate->plane; in vop2_cluster_two_win_mode_check() local 3525 static int vop2_plane_splice_check(struct drm_plane *plane, struct drm_plane_state *pstate, in vop2_plane_splice_check() 3555 static int vop2_plane_atomic_check(struct drm_plane *plane, struct drm_plane_state *state) in vop2_plane_atomic_check() 3753 static void vop2_plane_atomic_disable(struct drm_plane *plane, struct drm_plane_state *old_state) in vop2_plane_atomic_disable() 3784 static void vop2_plane_setup_color_key(struct drm_plane *plane) in vop2_plane_setup_color_key() 4117 static void vop2_plane_atomic_update(struct drm_plane *plane, struct drm_plane_state *old_state) in vop2_plane_atomic_update() 4262 rockchip_atomic_helper_update_plane(struct drm_plane *plane, in rockchip_atomic_helper_update_plane() [all …]
|