Home
last modified time | relevance | path

Searched defs:plane (Results 26 – 50 of 247) sorted by relevance

12345678910

/OK3568_Linux_fs/kernel/drivers/gpu/drm/fsl-dcu/
H A Dfsl_dcu_drm_plane.c21 static int fsl_dcu_drm_plane_index(struct drm_plane *plane) in fsl_dcu_drm_plane_index()
35 static int fsl_dcu_drm_plane_atomic_check(struct drm_plane *plane, in fsl_dcu_drm_plane_atomic_check()
59 static void fsl_dcu_drm_plane_atomic_disable(struct drm_plane *plane, in fsl_dcu_drm_plane_atomic_disable()
75 static void fsl_dcu_drm_plane_atomic_update(struct drm_plane *plane, in fsl_dcu_drm_plane_atomic_update()
169 static void fsl_dcu_drm_plane_destroy(struct drm_plane *plane) in fsl_dcu_drm_plane_destroy()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/
H A Dintel_sprite.c250 struct intel_plane *plane = to_intel_plane(plane_state->uapi.plane); in intel_plane_check_stride() local
397 skl_plane_max_stride(struct intel_plane *plane, in skl_plane_max_stride()
415 skl_program_scaler(struct intel_plane *plane, in skl_program_scaler()
486 icl_program_input_csc(struct intel_plane *plane, in icl_program_input_csc()
562 skl_program_plane(struct intel_plane *plane, in skl_program_plane()
664 skl_update_plane(struct intel_plane *plane, in skl_update_plane()
677 skl_disable_plane(struct intel_plane *plane, in skl_disable_plane()
699 skl_plane_get_hw_state(struct intel_plane *plane, in skl_plane_get_hw_state()
735 struct intel_plane *plane = to_intel_plane(plane_state->uapi.plane); in chv_update_csc() local
807 struct intel_plane *plane = to_intel_plane(plane_state->uapi.plane); in vlv_update_clrc() local
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/arm/
H A Dmalidp_planes.c70 static void malidp_de_plane_destroy(struct drm_plane *plane) in malidp_de_plane_destroy()
83 static void malidp_plane_reset(struct drm_plane *plane) in malidp_plane_reset()
97 drm_plane_state *malidp_duplicate_plane_state(struct drm_plane *plane) in malidp_duplicate_plane_state()
120 static void malidp_destroy_plane_state(struct drm_plane *plane, in malidp_destroy_plane_state()
253 static bool malidp_format_mod_supported_per_plane(struct drm_plane *plane, in malidp_format_mod_supported_per_plane()
504 static int malidp_de_plane_check(struct drm_plane *plane, in malidp_de_plane_check()
682 static void malidp_de_set_color_encoding(struct malidp_plane *plane, in malidp_de_set_color_encoding()
720 struct drm_plane *plane = &mp->base; in malidp_set_plane_base_addr() local
749 static void malidp_de_set_plane_afbc(struct drm_plane *plane) in malidp_de_set_plane_afbc()
791 static void malidp_de_plane_update(struct drm_plane *plane, in malidp_de_plane_update()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/sti/
H A Dsti_plane.c19 const char *sti_plane_to_str(struct sti_plane *plane) in sti_plane_to_str()
41 void sti_plane_update_fps(struct sti_plane *plane, in sti_plane_update_fps()
115 void sti_plane_reset(struct drm_plane *plane) in sti_plane_reset()
137 void sti_plane_init_property(struct sti_plane *plane, in sti_plane_init_property()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/omapdrm/
H A Domap_fb.c43 struct plane { struct
53 struct plane planes[2]; argument
86 struct plane *plane = &omap_fb->planes[n]; in get_linear_addr() local
238 struct plane *plane = &omap_fb->planes[i]; in omap_framebuffer_pin() local
253 struct plane *plane = &omap_fb->planes[i]; in omap_framebuffer_pin() local
279 struct plane *plane = &omap_fb->planes[i]; in omap_framebuffer_unpin() local
391 struct plane *plane = &omap_fb->planes[i]; in omap_framebuffer_init() local
/OK3568_Linux_fs/kernel/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddispc.c580 static void dispc_ovl_write_firh_reg(enum omap_plane plane, int reg, u32 value) in dispc_ovl_write_firh_reg()
585 static void dispc_ovl_write_firhv_reg(enum omap_plane plane, int reg, u32 value) in dispc_ovl_write_firhv_reg()
590 static void dispc_ovl_write_firv_reg(enum omap_plane plane, int reg, u32 value) in dispc_ovl_write_firv_reg()
595 static void dispc_ovl_write_firh2_reg(enum omap_plane plane, int reg, u32 value) in dispc_ovl_write_firh2_reg()
602 static void dispc_ovl_write_firhv2_reg(enum omap_plane plane, int reg, in dispc_ovl_write_firhv2_reg()
610 static void dispc_ovl_write_firv2_reg(enum omap_plane plane, int reg, u32 value) in dispc_ovl_write_firv2_reg()
617 static void dispc_ovl_set_scale_coef(enum omap_plane plane, int fir_hinc, in dispc_ovl_set_scale_coef()
663 static void dispc_ovl_write_color_conv_coef(enum omap_plane plane, in dispc_ovl_write_color_conv_coef()
699 static void dispc_ovl_set_ba0(enum omap_plane plane, u32 paddr) in dispc_ovl_set_ba0()
704 static void dispc_ovl_set_ba1(enum omap_plane plane, u32 paddr) in dispc_ovl_set_ba1()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/armada/
H A Darmada_overlay.c68 static void armada_drm_overlay_plane_atomic_update(struct drm_plane *plane, in armada_drm_overlay_plane_atomic_update()
214 static void armada_drm_overlay_plane_atomic_disable(struct drm_plane *plane, in armada_drm_overlay_plane_atomic_disable()
251 armada_overlay_plane_update(struct drm_plane *plane, struct drm_crtc *crtc, in armada_overlay_plane_update()
296 static void armada_ovl_plane_destroy(struct drm_plane *plane) in armada_ovl_plane_destroy()
302 static void armada_overlay_reset(struct drm_plane *plane) in armada_overlay_reset()
329 armada_overlay_duplicate_state(struct drm_plane *plane) in armada_overlay_duplicate_state()
343 static int armada_overlay_set_property(struct drm_plane *plane, in armada_overlay_set_property()
411 static int armada_overlay_get_property(struct drm_plane *plane, in armada_overlay_get_property()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/dispnv04/
H A Doverlay.c113 nv10_update_plane(struct drm_plane *plane, struct drm_crtc *crtc, in nv10_update_plane()
192 nv10_disable_plane(struct drm_plane *plane, in nv10_disable_plane()
209 nv_destroy_plane(struct drm_plane *plane) in nv_destroy_plane()
217 nv10_set_params(struct nouveau_plane *plane) in nv10_set_params()
244 nv_set_property(struct drm_plane *plane, in nv_set_property()
282 struct nouveau_plane *plane = kzalloc(sizeof(struct nouveau_plane), GFP_KERNEL); in nv10_overlay_init() local
363 nv04_update_plane(struct drm_plane *plane, struct drm_crtc *crtc, in nv04_update_plane()
442 nv04_disable_plane(struct drm_plane *plane, in nv04_disable_plane()
472 struct nouveau_plane *plane = kzalloc(sizeof(struct nouveau_plane), GFP_KERNEL); in nv04_overlay_init() local
/OK3568_Linux_fs/kernel/drivers/gpu/drm/tidss/
H A Dtidss_irq.h37 #define DSS_IRQ_PLANE_BIT_N(plane, bit) \ argument
41 #define DSS_IRQ_PLANE_BIT(plane, bit) \ argument
49 static inline dispc_irq_t DSS_IRQ_PLANE_MASK(u32 plane) in DSS_IRQ_PLANE_MASK()
60 #define DSS_IRQ_PLANE_FIFO_UNDERFLOW(plane) DSS_IRQ_PLANE_BIT((plane), 0) argument
H A Dtidss_plane.c21 static int tidss_plane_atomic_check(struct drm_plane *plane, in tidss_plane_atomic_check()
100 static void tidss_plane_atomic_update(struct drm_plane *plane, in tidss_plane_atomic_update()
132 static void tidss_plane_atomic_disable(struct drm_plane *plane, in tidss_plane_atomic_disable()
144 static void drm_plane_destroy(struct drm_plane *plane) in drm_plane_destroy()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/tegra/
H A Ddc.c54 static inline unsigned int tegra_plane_offset(struct tegra_plane *plane, in tegra_plane_offset()
77 static inline u32 tegra_plane_readl(struct tegra_plane *plane, in tegra_plane_readl()
83 static inline void tegra_plane_writel(struct tegra_plane *plane, u32 value, in tegra_plane_writel()
160 static void tegra_plane_setup_blending_legacy(struct tegra_plane *plane) in tegra_plane_setup_blending_legacy()
287 static void tegra_plane_setup_blending(struct tegra_plane *plane, in tegra_plane_setup_blending()
307 tegra_plane_use_horizontal_filtering(struct tegra_plane *plane, in tegra_plane_use_horizontal_filtering()
322 tegra_plane_use_vertical_filtering(struct tegra_plane *plane, in tegra_plane_use_vertical_filtering()
339 static void tegra_dc_setup_window(struct tegra_plane *plane, in tegra_dc_setup_window()
606 static int tegra_plane_atomic_check(struct drm_plane *plane, in tegra_plane_atomic_check()
691 static void tegra_plane_atomic_disable(struct drm_plane *plane, in tegra_plane_atomic_disable()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_atomic_state_helper.c244 struct drm_plane *plane) in __drm_atomic_helper_plane_state_reset()
266 void __drm_atomic_helper_plane_reset(struct drm_plane *plane, in __drm_atomic_helper_plane_reset()
283 void drm_atomic_helper_plane_reset(struct drm_plane *plane) in drm_atomic_helper_plane_reset()
303 void __drm_atomic_helper_plane_duplicate_state(struct drm_plane *plane, in __drm_atomic_helper_plane_duplicate_state()
325 drm_atomic_helper_plane_duplicate_state(struct drm_plane *plane) in drm_atomic_helper_plane_duplicate_state()
371 void drm_atomic_helper_plane_destroy_state(struct drm_plane *plane, in drm_atomic_helper_plane_destroy_state()
H A Ddrm_plane_helper.c101 static int drm_plane_helper_check_update(struct drm_plane *plane, in drm_plane_helper_check_update()
148 static int drm_primary_helper_update(struct drm_plane *plane, struct drm_crtc *crtc, in drm_primary_helper_update()
222 static int drm_primary_helper_disable(struct drm_plane *plane, in drm_primary_helper_disable()
236 void drm_primary_helper_destroy(struct drm_plane *plane) in drm_primary_helper_destroy()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/zte/
H A Dzx_plane.c48 static int zx_vl_plane_atomic_check(struct drm_plane *plane, in zx_vl_plane_atomic_check()
181 static void zx_vl_plane_atomic_update(struct drm_plane *plane, in zx_vl_plane_atomic_update()
259 static void zx_plane_atomic_disable(struct drm_plane *plane, in zx_plane_atomic_disable()
277 static int zx_gl_plane_atomic_check(struct drm_plane *plane, in zx_gl_plane_atomic_check()
349 static void zx_gl_plane_atomic_update(struct drm_plane *plane, in zx_gl_plane_atomic_update()
441 static void zx_plane_destroy(struct drm_plane *plane) in zx_plane_destroy()
455 void zx_plane_set_update(struct drm_plane *plane) in zx_plane_set_update()
499 struct drm_plane *plane = &zplane->plane; in zx_plane_init() local
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/dispnv50/
H A Dwndw.c437 nv50_wndw_atomic_check(struct drm_plane *plane, struct drm_plane_state *state) in nv50_wndw_atomic_check()
515 nv50_wndw_cleanup_fb(struct drm_plane *plane, struct drm_plane_state *old_state) in nv50_wndw_cleanup_fb()
529 nv50_wndw_prepare_fb(struct drm_plane *plane, struct drm_plane_state *state) in nv50_wndw_prepare_fb()
582 nv50_wndw_atomic_destroy_state(struct drm_plane *plane, in nv50_wndw_atomic_destroy_state()
591 nv50_wndw_atomic_duplicate_state(struct drm_plane *plane) in nv50_wndw_atomic_duplicate_state()
611 nv50_wndw_zpos_default(struct drm_plane *plane) in nv50_wndw_zpos_default()
618 nv50_wndw_reset(struct drm_plane *plane) in nv50_wndw_reset()
634 nv50_wndw_destroy(struct drm_plane *plane) in nv50_wndw_destroy()
657 static bool nv50_plane_format_mod_supported(struct drm_plane *plane, in nv50_plane_format_mod_supported()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/imx/dcss/
H A Ddcss-plane.c59 static void dcss_plane_destroy(struct drm_plane *plane) in dcss_plane_destroy()
68 static bool dcss_plane_format_mod_supported(struct drm_plane *plane, in dcss_plane_format_mod_supported()
140 static int dcss_plane_atomic_check(struct drm_plane *plane, in dcss_plane_atomic_check()
213 struct drm_plane *plane = &dcss_plane->base; in dcss_plane_atomic_set_base() local
264 static void dcss_plane_atomic_update(struct drm_plane *plane, in dcss_plane_atomic_update()
342 static void dcss_plane_atomic_disable(struct drm_plane *plane, in dcss_plane_atomic_disable()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/sun4i/
H A Dsun8i_ui_layer.c76 int overlay, struct drm_plane *plane, in sun8i_ui_layer_update_coord()
174 int overlay, struct drm_plane *plane) in sun8i_ui_layer_update_formats()
199 int overlay, struct drm_plane *plane) in sun8i_ui_layer_update_buffer()
238 static int sun8i_ui_layer_atomic_check(struct drm_plane *plane, in sun8i_ui_layer_atomic_check()
266 static void sun8i_ui_layer_atomic_disable(struct drm_plane *plane, in sun8i_ui_layer_atomic_disable()
277 static void sun8i_ui_layer_atomic_update(struct drm_plane *plane, in sun8i_ui_layer_atomic_update()
H A Dsun8i_vi_layer.h17 #define SUN8I_MIXER_CHAN_VI_LAYER_PITCH(base, layer, plane) \ argument
19 #define SUN8I_MIXER_CHAN_VI_LAYER_TOP_LADDR(base, layer, plane) \ argument
46 struct drm_plane plane; member
53 plane_to_sun8i_vi_layer(struct drm_plane *plane) in plane_to_sun8i_vi_layer()
H A Dsun8i_vi_layer.c70 int overlay, struct drm_plane *plane, in sun8i_vi_layer_update_coord()
231 int overlay, struct drm_plane *plane) in sun8i_vi_layer_update_formats()
283 int overlay, struct drm_plane *plane) in sun8i_vi_layer_update_buffer()
341 static int sun8i_vi_layer_atomic_check(struct drm_plane *plane, in sun8i_vi_layer_atomic_check()
369 static void sun8i_vi_layer_atomic_disable(struct drm_plane *plane, in sun8i_vi_layer_atomic_disable()
380 static void sun8i_vi_layer_atomic_update(struct drm_plane *plane, in sun8i_vi_layer_atomic_update()
/OK3568_Linux_fs/kernel/include/drm/
H A Ddrm_atomic_helper.h166 #define drm_atomic_crtc_for_each_plane(plane, crtc) \ argument
179 #define drm_atomic_crtc_state_for_each_plane(plane, crtc_state) \ argument
197 #define drm_atomic_crtc_state_for_each_plane_state(plane, plane_state, crtc_state) \ argument
/OK3568_Linux_fs/kernel/drivers/gpu/drm/tilcdc/
H A Dtilcdc_plane.c23 static int tilcdc_plane_atomic_check(struct drm_plane *plane, in tilcdc_plane_atomic_check()
75 static void tilcdc_plane_atomic_update(struct drm_plane *plane, in tilcdc_plane_atomic_update()
99 struct drm_plane *plane) in tilcdc_plane_init()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/
H A Ddrm_buffer.cpp57 uint8_t* DrmBuffer::map(unsigned int plane) { in map()
73 bool DrmBuffer::unmap(unsigned int plane) { in unmap()
85 int DrmBuffer::getFd(unsigned int plane) { in getFd()
94 size_t DrmBuffer::getSize(unsigned int plane) { return dma_bufs_.at(plane)->getSize(); } in getSize()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/shmobile/
H A Dshmob_drm_plane.c22 struct drm_plane plane; member
159 void shmob_drm_plane_setup(struct drm_plane *plane) in shmob_drm_plane_setup()
170 shmob_drm_plane_update(struct drm_plane *plane, struct drm_crtc *crtc, in shmob_drm_plane_update()
206 static int shmob_drm_plane_disable(struct drm_plane *plane, in shmob_drm_plane_disable()
218 static void shmob_drm_plane_destroy(struct drm_plane *plane) in shmob_drm_plane_destroy()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/drmDsp/
H A Ddev.c35 int is_supported_format(struct sp_plane* plane, uint32_t format) { in is_supported_format()
45 static int get_supported_format(struct sp_plane* plane, uint32_t* format) { in get_supported_format()
154 struct sp_plane* plane = &dev->planes[i]; in create_sp_dev() local
/OK3568_Linux_fs/kernel/drivers/gpu/drm/omapdrm/dss/
H A Ddispc.c733 enum omap_plane_id plane = OMAP_DSS_WB; in dispc_wb_go() local
751 enum omap_plane_id plane, int reg, in dispc_ovl_write_firh_reg()
758 enum omap_plane_id plane, int reg, in dispc_ovl_write_firhv_reg()
765 enum omap_plane_id plane, int reg, in dispc_ovl_write_firv_reg()
772 enum omap_plane_id plane, int reg, in dispc_ovl_write_firh2_reg()
781 enum omap_plane_id plane, int reg, in dispc_ovl_write_firhv2_reg()
790 enum omap_plane_id plane, int reg, in dispc_ovl_write_firv2_reg()
799 enum omap_plane_id plane, int fir_hinc, in dispc_ovl_set_scale_coef()
861 enum omap_plane_id plane, in dispc_ovl_write_color_conv_coef()
880 const enum omap_plane_id plane = OMAP_DSS_WB; in dispc_wb_write_color_conv_coef() local
[all …]

12345678910