Home
last modified time | relevance | path

Searched defs:plane (Results 1 – 94 of 94) sorted by relevance

/linux-4.4.14/drivers/video/fbdev/omap2/dss/
Ddispc.h351 static inline u16 DISPC_OVL_BASE(enum omap_plane plane) in DISPC_OVL_BASE()
371 static inline u16 DISPC_BA0_OFFSET(enum omap_plane plane) in DISPC_BA0_OFFSET()
387 static inline u16 DISPC_BA1_OFFSET(enum omap_plane plane) in DISPC_BA1_OFFSET()
403 static inline u16 DISPC_BA0_UV_OFFSET(enum omap_plane plane) in DISPC_BA0_UV_OFFSET()
423 static inline u16 DISPC_BA1_UV_OFFSET(enum omap_plane plane) in DISPC_BA1_UV_OFFSET()
443 static inline u16 DISPC_POS_OFFSET(enum omap_plane plane) in DISPC_POS_OFFSET()
458 static inline u16 DISPC_SIZE_OFFSET(enum omap_plane plane) in DISPC_SIZE_OFFSET()
474 static inline u16 DISPC_ATTR_OFFSET(enum omap_plane plane) in DISPC_ATTR_OFFSET()
491 static inline u16 DISPC_ATTR2_OFFSET(enum omap_plane plane) in DISPC_ATTR2_OFFSET()
511 static inline u16 DISPC_FIFO_THRESH_OFFSET(enum omap_plane plane) in DISPC_FIFO_THRESH_OFFSET()
[all …]
Ddispc.c590 enum omap_plane plane = OMAP_DSS_WB; in dispc_wb_go() local
607 static void dispc_ovl_write_firh_reg(enum omap_plane plane, int reg, u32 value) in dispc_ovl_write_firh_reg()
612 static void dispc_ovl_write_firhv_reg(enum omap_plane plane, int reg, u32 value) in dispc_ovl_write_firhv_reg()
617 static void dispc_ovl_write_firv_reg(enum omap_plane plane, int reg, u32 value) in dispc_ovl_write_firv_reg()
622 static void dispc_ovl_write_firh2_reg(enum omap_plane plane, int reg, u32 value) in dispc_ovl_write_firh2_reg()
629 static void dispc_ovl_write_firhv2_reg(enum omap_plane plane, int reg, in dispc_ovl_write_firhv2_reg()
637 static void dispc_ovl_write_firv2_reg(enum omap_plane plane, int reg, u32 value) in dispc_ovl_write_firv2_reg()
644 static void dispc_ovl_set_scale_coef(enum omap_plane plane, int fir_hinc, in dispc_ovl_set_scale_coef()
690 static void dispc_ovl_write_color_conv_coef(enum omap_plane plane, in dispc_ovl_write_color_conv_coef()
725 static void dispc_ovl_set_ba0(enum omap_plane plane, u32 paddr) in dispc_ovl_set_ba0()
[all …]
Ddss_features.c855 enum omap_color_mode dss_feat_get_supported_color_modes(enum omap_plane plane) in dss_feat_get_supported_color_modes()
861 enum omap_overlay_caps dss_feat_get_overlay_caps(enum omap_plane plane) in dss_feat_get_overlay_caps()
866 bool dss_feat_color_mode_supported(enum omap_plane plane, in dss_feat_color_mode_supported()
/linux-4.4.14/drivers/gpu/drm/rcar-du/
Drcar_du_plane.c45 static void rcar_du_plane_setup_fb(struct rcar_du_plane *plane) in rcar_du_plane_setup_fb()
108 static void rcar_du_plane_setup_mode(struct rcar_du_plane *plane, in rcar_du_plane_setup_mode()
171 static void __rcar_du_plane_setup(struct rcar_du_plane *plane, in __rcar_du_plane_setup()
222 void rcar_du_plane_setup(struct rcar_du_plane *plane) in rcar_du_plane_setup()
234 static int rcar_du_plane_atomic_check(struct drm_plane *plane, in rcar_du_plane_atomic_check()
262 static void rcar_du_plane_atomic_update(struct drm_plane *plane, in rcar_du_plane_atomic_update()
277 rcar_du_plane_atomic_duplicate_state(struct drm_plane *plane) in rcar_du_plane_atomic_duplicate_state()
295 static void rcar_du_plane_atomic_destroy_state(struct drm_plane *plane, in rcar_du_plane_atomic_destroy_state()
302 static void rcar_du_plane_reset(struct drm_plane *plane) in rcar_du_plane_reset()
324 static int rcar_du_plane_atomic_set_property(struct drm_plane *plane, in rcar_du_plane_atomic_set_property()
[all …]
Drcar_du_plane.h32 struct drm_plane plane; member
36 static inline struct rcar_du_plane *to_rcar_plane(struct drm_plane *plane) in to_rcar_plane()
Drcar_du_crtc.c196 static unsigned int plane_zpos(struct rcar_du_plane *plane) in plane_zpos()
202 plane_format(struct rcar_du_plane *plane) in plane_format()
218 struct rcar_du_plane *plane = &rcrtc->group->planes[i]; in rcar_du_crtc_update_planes() local
236 struct rcar_du_plane *plane = planes[i]; in rcar_du_crtc_update_planes() local
449 struct rcar_du_plane *plane = &rcrtc->group->planes[i]; in rcar_du_crtc_resume() local
Drcar_du_kms.c219 static bool rcar_du_plane_needs_realloc(struct rcar_du_plane *plane, in rcar_du_plane_needs_realloc()
280 struct rcar_du_plane *plane; in rcar_du_atomic_check() local
340 struct rcar_du_plane *plane = &group->planes[i]; in rcar_du_atomic_check() local
385 struct rcar_du_plane *plane; in rcar_du_atomic_check() local
/linux-4.4.14/drivers/gpu/drm/omapdrm/
Domap_plane.c62 static int omap_plane_prepare_fb(struct drm_plane *plane, in omap_plane_prepare_fb()
71 static void omap_plane_cleanup_fb(struct drm_plane *plane, in omap_plane_cleanup_fb()
78 static void omap_plane_atomic_update(struct drm_plane *plane, in omap_plane_atomic_update()
146 static void omap_plane_atomic_disable(struct drm_plane *plane, in omap_plane_atomic_disable()
159 static int omap_plane_atomic_check(struct drm_plane *plane, in omap_plane_atomic_check()
191 static void omap_plane_reset(struct drm_plane *plane) in omap_plane_reset()
218 static void omap_plane_destroy(struct drm_plane *plane) in omap_plane_destroy()
232 void omap_plane_install_properties(struct drm_plane *plane, in omap_plane_install_properties()
248 omap_plane_atomic_duplicate_state(struct drm_plane *plane) in omap_plane_atomic_duplicate_state()
266 static void omap_plane_atomic_destroy_state(struct drm_plane *plane, in omap_plane_atomic_destroy_state()
[all …]
Domap_fb.c78 struct plane { struct
91 struct plane planes[4]; argument
115 struct plane *plane = &omap_fb->planes[i]; in omap_framebuffer_destroy() local
136 static uint32_t get_linear_addr(struct plane *plane, in get_linear_addr()
155 struct plane *plane = &omap_fb->planes[0]; in omap_framebuffer_update_scanout() local
264 struct plane *plane = &omap_fb->planes[i]; in omap_framebuffer_pin() local
279 struct plane *plane = &omap_fb->planes[i]; in omap_framebuffer_pin() local
305 struct plane *plane = &omap_fb->planes[i]; in omap_framebuffer_unpin() local
358 struct plane *plane = &omap_fb->planes[i]; in omap_framebuffer_describe() local
425 struct plane *plane = &omap_fb->planes[i]; in omap_framebuffer_init() local
Domap_crtc.c423 struct drm_plane *plane = crtc->primary; in omap_crtc_atomic_set_property() local
496 struct drm_plane *plane, enum omap_channel channel, int id) in omap_crtc_init()
Domap_drv.c283 struct drm_plane *plane; in omap_modeset_create_crtc() local
451 struct drm_plane *plane; in omap_modeset_init() local
/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_atomic_plane.c49 intel_create_plane_state(struct drm_plane *plane) in intel_create_plane_state()
74 intel_plane_duplicate_state(struct drm_plane *plane) in intel_plane_duplicate_state()
100 intel_plane_destroy_state(struct drm_plane *plane, in intel_plane_destroy_state()
106 static int intel_plane_atomic_check(struct drm_plane *plane, in intel_plane_atomic_check()
189 static void intel_plane_atomic_update(struct drm_plane *plane, in intel_plane_atomic_update()
218 intel_plane_atomic_get_property(struct drm_plane *plane, in intel_plane_atomic_get_property()
240 intel_plane_atomic_set_property(struct drm_plane *plane, in intel_plane_atomic_set_property()
Dintel_sprite.c193 const int plane = intel_plane->plane + 1; in skl_update_plane() local
294 const int plane = intel_plane->plane + 1; in skl_disable_plane() local
308 int plane = intel_plane->plane; in chv_update_csc() local
356 int plane = intel_plane->plane; in vlv_update_plane() local
475 int plane = intel_plane->plane; in vlv_disable_plane() local
484 ivb_update_plane(struct drm_plane *plane, struct drm_crtc *crtc, in ivb_update_plane()
609 ivb_disable_plane(struct drm_plane *plane, struct drm_crtc *crtc) in ivb_disable_plane()
626 ilk_update_plane(struct drm_plane *plane, struct drm_crtc *crtc, in ilk_update_plane()
738 ilk_disable_plane(struct drm_plane *plane, struct drm_crtc *crtc) in ilk_disable_plane()
754 intel_check_sprite_plane(struct drm_plane *plane, in intel_check_sprite_plane()
[all …]
Dintel_pm.c278 #define FW_WM(value, plane) \ argument
337 enum pipe pipe, int plane) in vlv_get_fifo_size()
388 static int i9xx_get_fifo_size(struct drm_device *dev, int plane) in i9xx_get_fifo_size()
404 static int i830_get_fifo_size(struct drm_device *dev, int plane) in i830_get_fifo_size()
421 static int i845_get_fifo_size(struct drm_device *dev, int plane) in i845_get_fifo_size()
681 int plane, in g4x_compute_wm0()
769 int plane, in g4x_compute_srwm()
816 #define FW_WM_VLV(value, plane) \ argument
928 static uint16_t vlv_compute_wm_level(struct intel_plane *plane, in vlv_compute_wm_level()
969 struct intel_plane *plane; in vlv_compute_fifo() local
[all …]
Dintel_atomic.c136 struct drm_plane *plane = NULL; in intel_atomic_setup_scalers() local
Dintel_display.c1371 enum plane plane, bool state) in assert_plane()
2220 uint64_t fb_format_modifier, unsigned int plane) in intel_tile_height()
2331 intel_pin_and_fence_fb_obj(struct drm_plane *plane, in intel_pin_and_fence_fb_obj()
2588 update_state_fb(struct drm_plane *plane) in update_state_fb()
2695 int plane = intel_crtc->plane; in i9xx_update_primary_plane() local
2825 int plane = intel_crtc->plane; in ironlake_update_primary_plane() local
2955 unsigned int plane) in intel_plane_obj_offset()
3094 struct drm_plane *plane = crtc->primary; in skylake_update_primary_plane() local
3214 enum plane plane = intel_crtc->plane; in intel_complete_page_flips() local
3226 struct intel_plane *plane = to_intel_plane(crtc->primary); in intel_update_primary_planes() local
[all …]
Di915_reg.h29 #define _PLANE(plane, a, b) _PIPE(plane, a, b) argument
1749 #define DISPLAY_PLANE_FLIP_PENDING(plane) (1<<(11-(plane))) /* A and B only */ argument
2045 #define FBC_CTL_PLANE(plane) ((plane)<<0) argument
2058 #define DPFC_CTL_PLANE(plane) ((plane)<<30) argument
2059 #define IVB_DPFC_CTL_PLANE(plane) ((plane)<<29) argument
4772 #define _PLANE_WM_BASE(pipe, plane) \ argument
4774 #define PLANE_WM(pipe, plane, level) \ argument
4780 #define PLANE_WM_TRANS(pipe, plane) \ argument
4967 #define DSPCNTR(plane) _PIPE2(plane, _DSPACNTR) argument
4968 #define DSPADDR(plane) _PIPE2(plane, _DSPAADDR) argument
[all …]
Di915_irq.c3818 int plane, int pipe, u32 iir) in i8xx_handle_vblank()
3894 int plane = pipe; in i8xx_irq_handler() local
4000 int plane, int pipe, u32 iir) in i915_handle_vblank()
4083 int plane = pipe; in i915_irq_handler() local
Dintel_drv.h531 enum plane plane; member
615 int plane; member
861 intel_get_crtc_for_plane(struct drm_device *dev, int plane) in intel_get_crtc_for_plane()
Di915_drv.h139 enum plane { enum
1548 uint16_t plane; member
1584 struct skl_ddb_entry plane[I915_MAX_PIPES][I915_MAX_PLANES]; /* packed/uv */ member
1592 uint32_t plane[I915_MAX_PIPES][I915_MAX_PLANES][8]; member
2030 #define INTEL_FRONTBUFFER_SPRITE(pipe, plane) \ argument
Di915_debugfs.c577 const char plane = plane_name(crtc->plane); in i915_gem_pageflip_info() local
3141 int plane; in i915_ddb_info() local
/linux-4.4.14/drivers/gpu/drm/fsl-dcu/
Dfsl_dcu_drm_plane.c25 static int fsl_dcu_drm_plane_index(struct drm_plane *plane) in fsl_dcu_drm_plane_index()
39 static int fsl_dcu_drm_plane_atomic_check(struct drm_plane *plane, in fsl_dcu_drm_plane_atomic_check()
57 static void fsl_dcu_drm_plane_atomic_disable(struct drm_plane *plane, in fsl_dcu_drm_plane_atomic_disable()
77 static void fsl_dcu_drm_plane_atomic_update(struct drm_plane *plane, in fsl_dcu_drm_plane_atomic_update()
193 fsl_dcu_drm_plane_cleanup_fb(struct drm_plane *plane, in fsl_dcu_drm_plane_cleanup_fb()
199 fsl_dcu_drm_plane_prepare_fb(struct drm_plane *plane, in fsl_dcu_drm_plane_prepare_fb()
213 static void fsl_dcu_drm_plane_destroy(struct drm_plane *plane) in fsl_dcu_drm_plane_destroy()
/linux-4.4.14/drivers/gpu/drm/msm/mdp/mdp4/
Dmdp4_plane.c61 static struct mdp4_kms *get_kms(struct drm_plane *plane) in get_kms()
67 static void mdp4_plane_destroy(struct drm_plane *plane) in mdp4_plane_destroy()
78 static void mdp4_plane_install_properties(struct drm_plane *plane, in mdp4_plane_install_properties()
84 int mdp4_plane_set_property(struct drm_plane *plane, in mdp4_plane_set_property()
101 static int mdp4_plane_prepare_fb(struct drm_plane *plane, in mdp4_plane_prepare_fb()
115 static void mdp4_plane_cleanup_fb(struct drm_plane *plane, in mdp4_plane_cleanup_fb()
130 static int mdp4_plane_atomic_check(struct drm_plane *plane, in mdp4_plane_atomic_check()
136 static void mdp4_plane_atomic_update(struct drm_plane *plane, in mdp4_plane_atomic_update()
159 static void mdp4_plane_set_scanout(struct drm_plane *plane, in mdp4_plane_set_scanout()
215 static int mdp4_plane_mode_set(struct drm_plane *plane, in mdp4_plane_mode_set()
[all …]
Dmdp4_crtc.c89 struct drm_plane *plane; in crtc_flush() local
185 struct drm_plane *plane; in setup_mixer() local
202 struct drm_plane *plane; in blend_setup() local
650 struct drm_plane *plane, int id, int ovlp_id, in mdp4_crtc_init()
Dmdp4_kms.c284 struct drm_plane *plane; in modeset_init() local
/linux-4.4.14/drivers/gpu/drm/vc4/
Dvc4_plane.c73 static struct drm_plane_state *vc4_plane_duplicate_state(struct drm_plane *plane) in vc4_plane_duplicate_state()
100 static void vc4_plane_destroy_state(struct drm_plane *plane, in vc4_plane_destroy_state()
111 static void vc4_plane_reset(struct drm_plane *plane) in vc4_plane_reset()
146 static int vc4_plane_mode_set(struct drm_plane *plane, in vc4_plane_mode_set()
233 static int vc4_plane_atomic_check(struct drm_plane *plane, in vc4_plane_atomic_check()
246 static void vc4_plane_atomic_update(struct drm_plane *plane, in vc4_plane_atomic_update()
256 u32 vc4_plane_write_dlist(struct drm_plane *plane, u32 __iomem *dlist) in vc4_plane_write_dlist()
282 static void vc4_plane_destroy(struct drm_plane *plane) in vc4_plane_destroy()
301 struct drm_plane *plane = NULL; in vc4_plane_init() local
Dvc4_drv.h49 to_vc4_plane(struct drm_plane *plane) in to_vc4_plane()
Dvc4_crtc.c323 struct drm_plane *plane; in vc4_crtc_atomic_check() local
370 struct drm_plane *plane; in vc4_crtc_atomic_flush() local
/linux-4.4.14/drivers/gpu/drm/msm/mdp/mdp5/
Dmdp5_plane.c48 static struct mdp5_kms *get_kms(struct drm_plane *plane) in get_kms()
59 static void mdp5_plane_destroy(struct drm_plane *plane) in mdp5_plane_destroy()
70 struct drm_plane *plane) in mdp5_plane_install_rotation_property()
90 static void mdp5_plane_install_properties(struct drm_plane *plane, in mdp5_plane_install_properties()
131 static int mdp5_plane_atomic_set_property(struct drm_plane *plane, in mdp5_plane_atomic_set_property()
159 static int mdp5_plane_atomic_get_property(struct drm_plane *plane, in mdp5_plane_atomic_get_property()
187 static void mdp5_plane_reset(struct drm_plane *plane) in mdp5_plane_reset()
212 mdp5_plane_duplicate_state(struct drm_plane *plane) in mdp5_plane_duplicate_state()
231 static void mdp5_plane_destroy_state(struct drm_plane *plane, in mdp5_plane_destroy_state()
252 static int mdp5_plane_prepare_fb(struct drm_plane *plane, in mdp5_plane_prepare_fb()
[all …]
Dmdp5_kms.c84 struct drm_plane *plane = state->planes[i]; in mdp5_complete_commit() local
374 struct drm_plane *plane; in modeset_init() local
398 struct drm_plane *plane; in modeset_init() local
412 struct drm_plane *plane; in modeset_init() local
Dmdp5_crtc.c117 struct drm_plane *plane; in crtc_flush_all() local
139 struct drm_plane *plane; in complete_flip() local
206 struct drm_plane *plane; in blend_setup() local
364 struct drm_plane *plane; member
380 struct drm_plane *plane; in mdp5_crtc_atomic_check() local
776 struct drm_plane *plane, int id) in mdp5_crtc_init()
Dmdp5_smp.c115 static inline u32 pipe2client(enum mdp5_pipe pipe, int plane) in pipe2client()
/linux-4.4.14/drivers/gpu/drm/atmel-hlcdc/
Datmel_hlcdc_plane.c259 atmel_hlcdc_plane_update_pos_and_size(struct atmel_hlcdc_plane *plane, in atmel_hlcdc_plane_update_pos_and_size()
342 atmel_hlcdc_plane_update_general_settings(struct atmel_hlcdc_plane *plane, in atmel_hlcdc_plane_update_general_settings()
375 static void atmel_hlcdc_plane_update_format(struct atmel_hlcdc_plane *plane, in atmel_hlcdc_plane_update_format()
410 static void atmel_hlcdc_plane_update_buffers(struct atmel_hlcdc_plane *plane, in atmel_hlcdc_plane_update_buffers()
505 atmel_hlcdc_plane_update_disc_area(struct atmel_hlcdc_plane *plane, in atmel_hlcdc_plane_update_disc_area()
539 struct atmel_hlcdc_plane *plane = drm_plane_to_atmel_hlcdc_plane(p); in atmel_hlcdc_plane_atomic_check() local
717 struct atmel_hlcdc_plane *plane = drm_plane_to_atmel_hlcdc_plane(p); in atmel_hlcdc_plane_prepare_fb() local
728 struct atmel_hlcdc_plane *plane = drm_plane_to_atmel_hlcdc_plane(p); in atmel_hlcdc_plane_atomic_update() local
747 struct atmel_hlcdc_plane *plane = drm_plane_to_atmel_hlcdc_plane(p); in atmel_hlcdc_plane_atomic_disable() local
754 struct atmel_hlcdc_plane *plane = drm_plane_to_atmel_hlcdc_plane(p); in atmel_hlcdc_plane_destroy() local
[all …]
/linux-4.4.14/drivers/gpu/drm/virtio/
Dvirtgpu_plane.c41 static void virtio_gpu_plane_destroy(struct drm_plane *plane) in virtio_gpu_plane_destroy()
55 static int virtio_gpu_plane_atomic_check(struct drm_plane *plane, in virtio_gpu_plane_atomic_check()
61 static void virtio_gpu_plane_atomic_update(struct drm_plane *plane, in virtio_gpu_plane_atomic_update()
99 struct drm_plane *plane; in virtio_gpu_plane_init() local
Dvirtgpu_display.c136 struct drm_plane *plane = crtc->primary; in virtio_gpu_page_flip() local
433 struct drm_plane *plane; in vgdev_output_init() local
/linux-4.4.14/include/drm/
Ddrm_atomic_helper.h146 #define drm_atomic_crtc_for_each_plane(plane, crtc) \ argument
158 #define drm_atomic_crtc_state_for_each_plane(plane, crtc_state) \ argument
174 drm_atomic_plane_disabling(struct drm_plane *plane, in drm_atomic_plane_disabling()
Ddrm_atomic.h87 struct drm_plane *plane) in drm_atomic_get_existing_plane_state()
162 #define for_each_plane_in_state(state, plane, plane_state, __i) \ argument
Ddrm_plane_helper.h73 static inline void drm_plane_helper_add(struct drm_plane *plane, in drm_plane_helper_add()
Ddrm_crtc.h758 struct drm_plane *plane; member
1167 #define drm_for_each_plane_mask(plane, dev, plane_mask) \ argument
1544 #define drm_for_each_legacy_plane(plane, dev) \ argument
1548 #define drm_for_each_plane(plane, dev) \ argument
/linux-4.4.14/drivers/video/fbdev/omap/
Domapfb_main.c196 struct omapfb_plane_struct *plane = fbi->par; in ctrl_change_mode() local
255 struct omapfb_plane_struct *plane = info->par; in _setcolreg() local
329 struct omapfb_plane_struct *plane = fbi->par; in omapfb_blank() local
368 struct omapfb_plane_struct *plane = fbi->par; in omapfb_sync() local
385 struct omapfb_plane_struct *plane = fbi->par; in set_fb_fix() local
424 static int set_color_mode(struct omapfb_plane_struct *plane, in set_color_mode()
484 struct omapfb_plane_struct *plane = fbi->par; in set_fb_var() local
600 struct omapfb_plane_struct *plane = fbi->par; in omapfb_rotate() local
625 struct omapfb_plane_struct *plane = fbi->par; in omapfb_pan_display() local
652 struct omapfb_plane_struct *plane = fbi->par; in omapfb_mirror() local
[all …]
Dlcdc.c184 struct omapfb_plane_struct *plane = lcdc.fbdev->fb_info[0]->par; in setup_lcd_dma() local
291 static int omap_lcdc_setup_plane(int plane, int channel_out, in omap_lcdc_setup_plane()
378 static int omap_lcdc_enable_plane(int plane, int enable) in omap_lcdc_enable_plane()
582 static void omap_lcdc_get_caps(int plane, struct omapfb_caps *caps) in omap_lcdc_get_caps()
Dhwa742.c526 static int hwa742_setup_plane(int plane, int channel_out, in hwa742_setup_plane()
538 static int hwa742_enable_plane(int plane, int enable) in hwa742_enable_plane()
898 static void hwa742_get_caps(int plane, struct omapfb_caps *caps) in hwa742_get_caps()
/linux-4.4.14/drivers/gpu/drm/
Ddrm_atomic_helper.c59 struct drm_plane *plane) in drm_atomic_helper_plane_changed()
496 struct drm_plane *plane; in drm_atomic_helper_check_planes() local
900 struct drm_plane *plane; in wait_for_fences() local
920 struct drm_plane *plane; in framebuffer_changed() local
1136 struct drm_plane *plane = state->planes[i]; in drm_atomic_helper_prepare_planes() local
1156 struct drm_plane *plane = state->planes[i]; in drm_atomic_helper_prepare_planes() local
1218 struct drm_plane *plane; in drm_atomic_helper_commit_planes() local
1309 struct drm_plane *plane; in drm_atomic_helper_commit_planes_on_crtc() local
1359 struct drm_plane *plane; in drm_atomic_helper_cleanup_planes() local
1427 struct drm_plane *plane = state->planes[i]; in drm_atomic_helper_swap_state() local
[all …]
Ddrm_plane_helper.c132 int drm_plane_helper_check_update(struct drm_plane *plane, in drm_plane_helper_check_update()
224 int drm_primary_helper_update(struct drm_plane *plane, struct drm_crtc *crtc, in drm_primary_helper_update()
320 int drm_primary_helper_disable(struct drm_plane *plane) in drm_primary_helper_disable()
334 void drm_primary_helper_destroy(struct drm_plane *plane) in drm_primary_helper_destroy()
401 int drm_plane_helper_commit(struct drm_plane *plane, in drm_plane_helper_commit()
518 int drm_plane_helper_update(struct drm_plane *plane, struct drm_crtc *crtc, in drm_plane_helper_update()
567 int drm_plane_helper_disable(struct drm_plane *plane) in drm_plane_helper_disable()
Ddrm_atomic.c183 struct drm_plane *plane = state->planes[i]; in drm_atomic_state_default_clear() local
525 struct drm_plane *plane) in drm_atomic_get_plane_state()
578 int drm_atomic_plane_set_property(struct drm_plane *plane, in drm_atomic_plane_set_property()
629 drm_atomic_plane_get_property(struct drm_plane *plane, in drm_atomic_plane_get_property()
669 struct drm_plane *plane, in plane_switching_crtc()
696 static int drm_atomic_plane_check(struct drm_plane *plane, in drm_atomic_plane_check()
928 struct drm_plane *plane = obj_to_plane(obj); in drm_atomic_get_property() local
960 struct drm_plane *plane = plane_state->plane; in drm_atomic_set_crtc_for_plane() local
1135 struct drm_plane *plane; in drm_atomic_add_affected_planes() local
1220 struct drm_plane *plane; in drm_atomic_check_only() local
[all …]
Ddrm_modeset_lock.c147 struct drm_plane *plane) in drm_modeset_lock_crtc()
440 struct drm_plane *plane; in drm_modeset_lock_all_crtcs() local
Ddrm_crtc.c598 struct drm_plane *plane; in drm_framebuffer_remove() local
1159 int drm_universal_plane_init(struct drm_device *dev, struct drm_plane *plane, in drm_universal_plane_init()
1233 int drm_plane_init(struct drm_device *dev, struct drm_plane *plane, in drm_plane_init()
1255 void drm_plane_cleanup(struct drm_plane *plane) in drm_plane_cleanup()
1286 unsigned int drm_plane_index(struct drm_plane *plane) in drm_plane_index()
1313 struct drm_plane *plane; in drm_plane_from_index() local
1334 void drm_plane_force_disable(struct drm_plane *plane) in drm_plane_force_disable()
2192 struct drm_plane *plane; in drm_mode_getplane_res() local
2252 struct drm_plane *plane; in drm_mode_getplane() local
2305 int drm_plane_check_pixel_format(const struct drm_plane *plane, u32 format) in drm_plane_check_pixel_format()
[all …]
Ddrm_fb_cma_helper.c172 unsigned int plane) in drm_fb_cma_get_gem_obj()
Ddrm_fb_helper.c342 struct drm_plane *plane; in restore_fbdev_mode_atomic() local
408 struct drm_plane *plane; in restore_fbdev_mode() local
1230 struct drm_plane *plane; in pan_display_atomic() local
Ddrm_crtc_helper.c992 struct drm_plane *plane = crtc->primary; in drm_helper_crtc_mode_set_base() local
/linux-4.4.14/drivers/gpu/drm/sti/
Dsti_plane.c26 const char *sti_plane_to_str(struct sti_plane *plane) in sti_plane_to_str()
60 struct sti_plane *plane = to_sti_plane(drm_plane); in sti_plane_set_property() local
76 struct sti_plane *plane = to_sti_plane(drm_plane); in sti_plane_attach_zorder_property() local
92 void sti_plane_init_property(struct sti_plane *plane, in sti_plane_init_property()
Dsti_mixer.c107 int sti_mixer_set_plane_depth(struct sti_mixer *mixer, struct sti_plane *plane) in sti_mixer_set_plane_depth()
187 static u32 sti_mixer_get_plane_mask(struct sti_plane *plane) in sti_mixer_get_plane_mask()
210 struct sti_plane *plane, bool status) in sti_mixer_set_plane_status()
Dsti_cursor.c61 struct sti_plane plane; member
117 struct sti_plane *plane = to_sti_plane(drm_plane); in sti_cursor_atomic_update() local
217 struct sti_plane *plane = to_sti_plane(drm_plane); in sti_cursor_atomic_disable() local
Dsti_crtc.c172 struct sti_plane *plane = to_sti_plane(p); in sti_crtc_atomic_flush() local
292 struct sti_plane *plane = to_sti_plane(p); in sti_crtc_vblank_cb() local
Dsti_gdp.c102 struct sti_plane plane; member
387 struct sti_plane *plane = to_sti_plane(drm_plane); in sti_gdp_atomic_update() local
583 struct sti_plane *plane = to_sti_plane(drm_plane); in sti_gdp_atomic_disable() local
Dsti_hqvdp.c343 struct sti_plane plane; member
782 struct sti_plane *plane = to_sti_plane(drm_plane); in sti_hqvdp_atomic_update() local
940 struct sti_plane *plane = to_sti_plane(drm_plane); in sti_hqvdp_atomic_disable() local
993 struct drm_plane *plane; in sti_hqvdp_bind() local
/linux-4.4.14/drivers/gpu/drm/nouveau/dispnv04/
Doverlay.c93 nv10_update_plane(struct drm_plane *plane, struct drm_crtc *crtc, in nv10_update_plane()
175 nv10_disable_plane(struct drm_plane *plane) in nv10_disable_plane()
191 nv_destroy_plane(struct drm_plane *plane) in nv_destroy_plane()
199 nv10_set_params(struct nouveau_plane *plane) in nv10_set_params()
226 nv_set_property(struct drm_plane *plane, in nv_set_property()
264 struct nouveau_plane *plane = kzalloc(sizeof(struct nouveau_plane), GFP_KERNEL); in nv10_overlay_init() local
344 nv04_update_plane(struct drm_plane *plane, struct drm_crtc *crtc, in nv04_update_plane()
428 nv04_disable_plane(struct drm_plane *plane) in nv04_disable_plane()
457 struct nouveau_plane *plane = kzalloc(sizeof(struct nouveau_plane), GFP_KERNEL); in nv04_overlay_init() local
Dhw.c286 bool save, unsigned plane) in nouveau_vga_font_io()
309 unsigned plane; in nouveau_hw_save_vga_fonts() local
/linux-4.4.14/drivers/media/v4l2-core/
Dvideobuf2-core.c49 int plane; in __vb2_buf_mem_alloc() local
84 unsigned int plane; in __vb2_buf_mem_free() local
99 unsigned int plane; in __vb2_buf_userptr_put() local
133 unsigned int plane; in __vb2_buf_dmabuf_put() local
145 unsigned int buffer, plane; in __setup_lengths() local
164 unsigned int buffer, plane; in __setup_offsets() local
406 unsigned int plane; in vb2_buffer_in_use() local
848 unsigned int plane; in vb2_buffer_done() local
944 unsigned int plane; in __qbuf_userptr() local
1058 unsigned int plane; in __qbuf_dmabuf() local
[all …]
Dvideobuf2-v4l2.c78 unsigned int plane; in __verify_length() local
184 unsigned int plane; in __fill_v4l2_buffer() local
289 unsigned int plane; in __fill_vb2_buffer() local
Dv4l2-ioctl.c441 const struct v4l2_plane *plane; in v4l_print_buffer() local
/linux-4.4.14/drivers/gpu/drm/tegra/
Ddc.c39 static inline struct tegra_plane *to_tegra_plane(struct drm_plane *plane) in to_tegra_plane()
413 static void tegra_plane_destroy(struct drm_plane *plane) in tegra_plane_destroy()
427 static void tegra_primary_plane_destroy(struct drm_plane *plane) in tegra_primary_plane_destroy()
432 static void tegra_plane_reset(struct drm_plane *plane) in tegra_plane_reset()
449 static struct drm_plane_state *tegra_plane_atomic_duplicate_state(struct drm_plane *plane) in tegra_plane_atomic_duplicate_state()
466 static void tegra_plane_atomic_destroy_state(struct drm_plane *plane, in tegra_plane_atomic_destroy_state()
482 static int tegra_plane_prepare_fb(struct drm_plane *plane, in tegra_plane_prepare_fb()
488 static void tegra_plane_cleanup_fb(struct drm_plane *plane, in tegra_plane_cleanup_fb()
493 static int tegra_plane_state_add(struct tegra_plane *plane, in tegra_plane_state_add()
511 static int tegra_plane_atomic_check(struct drm_plane *plane, in tegra_plane_atomic_check()
[all …]
/linux-4.4.14/drivers/gpu/drm/exynos/
Dexynos_drm_plane.c59 static void exynos_plane_mode_set(struct drm_plane *plane, in exynos_plane_mode_set()
119 static int exynos_plane_atomic_check(struct drm_plane *plane, in exynos_plane_atomic_check()
148 static void exynos_plane_atomic_update(struct drm_plane *plane, in exynos_plane_atomic_update()
170 static void exynos_plane_atomic_disable(struct drm_plane *plane, in exynos_plane_atomic_disable()
190 static void exynos_plane_attach_zpos_property(struct drm_plane *plane, in exynos_plane_attach_zpos_property()
Dexynos_drm_crtc.c71 struct drm_plane *plane; in exynos_crtc_atomic_begin() local
88 struct drm_plane *plane; in exynos_crtc_atomic_flush() local
129 struct drm_plane *plane, in exynos_drm_crtc_create()
Dexynos5433_drm_decon.c245 struct exynos_drm_plane *plane) in decon_atomic_begin()
260 struct exynos_drm_plane *plane) in decon_update_plane()
310 struct exynos_drm_plane *plane) in decon_disable_plane()
330 struct exynos_drm_plane *plane) in decon_atomic_flush()
568 struct exynos_drm_plane *plane = &ctx->planes[win]; in decon_irq_handler() local
Dexynos7_drm_decon.c388 struct exynos_drm_plane *plane) in decon_atomic_begin()
399 struct exynos_drm_plane *plane) in decon_update_plane()
505 struct exynos_drm_plane *plane) in decon_disable_plane()
528 struct exynos_drm_plane *plane) in decon_atomic_flush()
659 struct exynos_drm_plane *plane = &ctx->planes[win]; in decon_irq_handler() local
Dexynos_mixer.c400 struct exynos_drm_plane *plane) in vp_video_buffer()
508 static int mixer_setup_scale(const struct exynos_drm_plane *plane, in mixer_setup_scale()
533 struct exynos_drm_plane *plane) in mixer_graph_buffer()
760 struct exynos_drm_plane *plane = &ctx->planes[win]; in mixer_irq_handler() local
955 struct exynos_drm_plane *plane) in mixer_update_plane()
971 struct exynos_drm_plane *plane) in mixer_disable_plane()
Dexynos_drm_fimd.c619 struct exynos_drm_plane *plane) in fimd_atomic_begin()
630 struct exynos_drm_plane *plane) in fimd_atomic_flush()
641 struct exynos_drm_plane *plane) in fimd_update_plane()
731 struct exynos_drm_plane *plane) in fimd_disable_plane()
912 struct exynos_drm_plane *plane = &ctx->planes[win]; in fimd_irq_handler() local
Dexynos_drm_vidi.c126 struct exynos_drm_plane *plane) in vidi_update_plane()
208 struct exynos_drm_plane *plane = &ctx->planes[win]; in vidi_fake_vblank_handler() local
Dexynos_drm_drv.c74 struct drm_plane *plane; in exynos_atomic_commit_complete() local
/linux-4.4.14/drivers/gpu/drm/shmobile/
Dshmob_drm_plane.c28 struct drm_plane plane; member
165 void shmob_drm_plane_setup(struct drm_plane *plane) in shmob_drm_plane_setup()
176 shmob_drm_plane_update(struct drm_plane *plane, struct drm_crtc *crtc, in shmob_drm_plane_update()
211 static int shmob_drm_plane_disable(struct drm_plane *plane) in shmob_drm_plane_disable()
222 static void shmob_drm_plane_destroy(struct drm_plane *plane) in shmob_drm_plane_destroy()
Dshmob_drm_crtc.c170 struct drm_plane *plane; in shmob_drm_crtc_start() local
/linux-4.4.14/drivers/gpu/drm/armada/
Darmada_crtc.c195 struct armada_plane *plane) in armada_drm_plane_work_run()
209 struct armada_plane *plane, struct armada_plane_work *work) in armada_drm_plane_work_queue()
226 int armada_drm_plane_work_wait(struct armada_plane *plane, long timeout) in armada_drm_plane_work_wait()
232 struct armada_crtc *dcrtc, struct armada_plane *plane) in armada_drm_plane_work_cancel()
245 struct armada_plane *plane = drm_to_armada_plane(dcrtc->crtc.primary); in armada_drm_crtc_queue_frame_work() local
251 struct armada_plane *plane, struct armada_plane_work *work) in armada_drm_crtc_complete_frame_work()
310 struct armada_plane *plane = drm_to_armada_plane(dcrtc->crtc.primary); in armada_drm_vblank_off() local
359 struct drm_plane *plane; in armada_drm_crtc_prepare() local
418 struct armada_plane *plane = drm_to_armada_plane(ovl_plane); in armada_drm_crtc_irq() local
451 struct armada_plane *plane = drm_to_armada_plane(dcrtc->crtc.primary); in armada_drm_crtc_irq() local
[all …]
Darmada_overlay.c86 struct armada_plane *plane, struct armada_plane_work *work) in armada_ovl_plane_work()
95 armada_ovl_plane_update(struct drm_plane *plane, struct drm_crtc *crtc, in armada_ovl_plane_update()
262 static int armada_ovl_plane_disable(struct drm_plane *plane) in armada_ovl_plane_disable()
286 static void armada_ovl_plane_destroy(struct drm_plane *plane) in armada_ovl_plane_destroy()
295 static int armada_ovl_plane_set_property(struct drm_plane *plane, in armada_ovl_plane_set_property()
Darmada_crtc.h75 struct drm_plane *plane; member
/linux-4.4.14/drivers/gpu/drm/imx/
Dipuv3-plane.c315 static int ipu_update_plane(struct drm_plane *plane, struct drm_crtc *crtc, in ipu_update_plane()
351 static int ipu_disable_plane(struct drm_plane *plane) in ipu_disable_plane()
365 static void ipu_plane_destroy(struct drm_plane *plane) in ipu_plane_destroy()
Dipuv3-crtc.c40 struct ipu_plane *plane[2]; member
229 struct ipu_plane *plane = ipu_crtc->plane[0]; in ipu_irq_handler() local
/linux-4.4.14/drivers/video/fbdev/
Dau1200fb.c150 int plane; member
700 static int au1200_setlocation (struct au1200fb_device *fbdev, int plane, in au1200_setlocation()
937 int plane = fbdev->plane; in au1200_setmode() local
1039 int screen_size, plane; in au1200fb_fb_check_var() local
1288 static void set_window(unsigned int plane, in set_window()
1387 static void get_window(unsigned int plane, in get_window()
1418 int plane; in au1200fb_ioctl() local
1651 int bpp, plane, ret, irq; in au1200fb_drv_probe() local
1775 int plane; in au1200fb_drv_remove() local
Dsh_mobile_meram.c218 struct sh_mobile_meram_fb_plane *plane, in meram_plane_alloc()
249 struct sh_mobile_meram_fb_plane *plane) in meram_plane_free()
319 struct sh_mobile_meram_fb_plane *plane, in meram_plane_init()
391 struct sh_mobile_meram_fb_plane *plane) in meram_plane_cleanup()
/linux-4.4.14/drivers/media/platform/vivid/
Dvivid-tpg.h379 static inline unsigned tpg_g_twopixelsize(const struct tpg_data *tpg, unsigned plane) in tpg_g_twopixelsize()
385 unsigned plane, unsigned x) in tpg_hdiv()
397 unsigned plane, unsigned x) in tpg_hscale_div()
402 static inline unsigned tpg_g_bytesperline(const struct tpg_data *tpg, unsigned plane) in tpg_g_bytesperline()
407 static inline void tpg_s_bytesperline(struct tpg_data *tpg, unsigned plane, unsigned bpl) in tpg_s_bytesperline()
424 static inline unsigned tpg_g_line_width(const struct tpg_data *tpg, unsigned plane) in tpg_g_line_width()
440 unsigned plane, unsigned bpl) in tpg_calc_line_width()
456 static inline unsigned tpg_calc_plane_size(const struct tpg_data *tpg, unsigned plane) in tpg_calc_plane_size()
Dvivid-tpg.c121 unsigned plane; in tpg_alloc() local
157 unsigned plane; in tpg_free() local
/linux-4.4.14/drivers/gpu/drm/msm/
Dmsm_fb.c120 uint32_t msm_framebuffer_iova(struct drm_framebuffer *fb, int id, int plane) in msm_framebuffer_iova()
128 struct drm_gem_object *msm_framebuffer_bo(struct drm_framebuffer *fb, int plane) in msm_framebuffer_bo()
Dmsm_atomic.c235 struct drm_plane *plane = state->planes[i]; in msm_atomic_commit() local
/linux-4.4.14/drivers/gpu/drm/rockchip/
Drockchip_drm_fb.c32 unsigned int plane) in rockchip_fb_get_gem_obj()
Drockchip_drm_vop.c788 static int vop_update_plane_event(struct drm_plane *plane, in vop_update_plane_event()
989 static int vop_update_plane(struct drm_plane *plane, struct drm_crtc *crtc, in vop_update_plane()
1014 static int vop_disable_plane(struct drm_plane *plane) in vop_disable_plane()
1052 static void vop_plane_destroy(struct drm_plane *plane) in vop_plane_destroy()
1458 struct drm_plane *primary = NULL, *cursor = NULL, *plane; in vop_create_crtc() local
/linux-4.4.14/drivers/gpu/drm/gma500/
Dpsb_intel_drv.h168 int plane; member
/linux-4.4.14/drivers/media/platform/s5p-tv/
Dmixer.h63 struct mxr_block plane[MXR_MAX_PLANES]; member
Dmixer_video.c284 struct v4l2_plane_pix_format *plane = planes in mxr_mplane_fill() local
/linux-4.4.14/drivers/dma/sh/
Drcar-hpbdma.c269 struct hpb_dmae_regs *hw, unsigned plane) in hpb_dmae_set_reg()
/linux-4.4.14/drivers/media/platform/ti-vpe/
Dvpe.c1003 int plane = fmt->coplanar ? p_data->vb_part : 0; in add_out_dtd() local
1043 int plane = fmt->coplanar ? p_data->vb_part : 0; in add_in_dtd() local
/linux-4.4.14/drivers/media/platform/exynos4-is/
Dfimc-capture.c222 unsigned int plane = ffs(f->fmt->mdataplanes) - 1; in fimc_capture_irq_handler() local
Dfimc-is-param.h485 u32 plane; member
510 u32 plane; member
/linux-4.4.14/drivers/gpu/drm/vmwgfx/device_include/
Dsvga3d_cmd.h942 float plane[4]; member
/linux-4.4.14/include/uapi/linux/
Dvideodev2.h929 __u32 plane; member