Home
last modified time | relevance | path

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

/linux-4.1.27/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.c586 enum omap_plane plane = OMAP_DSS_WB; in dispc_wb_go() local
603 static void dispc_ovl_write_firh_reg(enum omap_plane plane, int reg, u32 value) in dispc_ovl_write_firh_reg()
608 static void dispc_ovl_write_firhv_reg(enum omap_plane plane, int reg, u32 value) in dispc_ovl_write_firhv_reg()
613 static void dispc_ovl_write_firv_reg(enum omap_plane plane, int reg, u32 value) in dispc_ovl_write_firv_reg()
618 static void dispc_ovl_write_firh2_reg(enum omap_plane plane, int reg, u32 value) in dispc_ovl_write_firh2_reg()
625 static void dispc_ovl_write_firhv2_reg(enum omap_plane plane, int reg, in dispc_ovl_write_firhv2_reg()
633 static void dispc_ovl_write_firv2_reg(enum omap_plane plane, int reg, u32 value) in dispc_ovl_write_firv2_reg()
640 static void dispc_ovl_set_scale_coef(enum omap_plane plane, int fir_hinc, in dispc_ovl_set_scale_coef()
686 static void dispc_ovl_write_color_conv_coef(enum omap_plane plane, in dispc_ovl_write_color_conv_coef()
721 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.1.27/drivers/gpu/drm/i915/
Dintel_atomic_plane.c49 intel_create_plane_state(struct drm_plane *plane) in intel_create_plane_state()
73 intel_plane_duplicate_state(struct drm_plane *plane) in intel_plane_duplicate_state()
103 intel_plane_destroy_state(struct drm_plane *plane, in intel_plane_destroy_state()
109 static int intel_plane_atomic_check(struct drm_plane *plane, in intel_plane_atomic_check()
168 static void intel_plane_atomic_update(struct drm_plane *plane, in intel_plane_atomic_update()
201 intel_plane_atomic_get_property(struct drm_plane *plane, in intel_plane_atomic_get_property()
223 intel_plane_atomic_set_property(struct drm_plane *plane, in intel_plane_atomic_set_property()
Dintel_sprite.c192 const int plane = intel_plane->plane + 1; in skl_update_plane() local
302 const int plane = intel_plane->plane + 1; in skl_disable_plane() local
317 int plane = intel_plane->plane; in chv_update_csc() local
366 int plane = intel_plane->plane; in vlv_update_plane() local
491 int plane = intel_plane->plane; in vlv_disable_plane() local
507 ivb_update_plane(struct drm_plane *plane, struct drm_crtc *crtc, in ivb_update_plane()
634 ivb_disable_plane(struct drm_plane *plane, struct drm_crtc *crtc) in ivb_disable_plane()
655 ilk_update_plane(struct drm_plane *plane, struct drm_crtc *crtc, in ilk_update_plane()
769 ilk_disable_plane(struct drm_plane *plane, struct drm_crtc *crtc) in ilk_disable_plane()
863 intel_check_sprite_plane(struct drm_plane *plane, in intel_check_sprite_plane()
[all …]
Dintel_atomic.c60 struct intel_plane *plane = to_intel_plane(state->planes[i]); in intel_atomic_check() local
149 struct drm_plane *plane = state->planes[i]; in intel_atomic_commit() local
Dintel_pm.c304 #define FW_WM(value, plane) \ argument
359 enum pipe pipe, int plane) in vlv_get_fifo_size()
410 static int i9xx_get_fifo_size(struct drm_device *dev, int plane) in i9xx_get_fifo_size()
426 static int i830_get_fifo_size(struct drm_device *dev, int plane) in i830_get_fifo_size()
443 static int i845_get_fifo_size(struct drm_device *dev, int plane) in i845_get_fifo_size()
706 int plane, in g4x_compute_wm0()
794 int plane, in g4x_compute_srwm()
841 #define FW_WM_VLV(value, plane) \ argument
911 struct drm_plane *plane) in vlv_compute_drain_latency()
952 struct intel_plane *plane, in vlv_compute_wm()
[all …]
Dintel_display.c1321 enum plane plane, bool state) in assert_plane()
2189 enum plane plane) in intel_flush_primary_plane()
2205 static void intel_enable_primary_hw_plane(struct drm_plane *plane, in intel_enable_primary_hw_plane()
2239 static void intel_disable_primary_hw_plane(struct drm_plane *plane, in intel_disable_primary_hw_plane()
2354 intel_pin_and_fence_fb_obj(struct drm_plane *plane, in intel_pin_and_fence_fb_obj()
2593 update_state_fb(struct drm_plane *plane) in update_state_fb()
2673 int plane = intel_crtc->plane; in i9xx_update_primary_plane() local
2802 int plane = intel_crtc->plane; in ironlake_update_primary_plane() local
3054 enum plane plane = intel_crtc->plane; in intel_complete_page_flips() local
4294 struct drm_plane *plane; in intel_enable_sprite_planes() local
[all …]
Di915_reg.h29 #define _PLANE(plane, a, b) _PIPE(plane, a, b) argument
1403 #define DISPLAY_PLANE_FLIP_PENDING(plane) (1<<(11-(plane))) /* A and B only */ argument
1686 #define FBC_CTL_PLANE(plane) ((plane)<<0) argument
1696 #define DPFC_CTL_PLANE(plane) ((plane)<<30) argument
1697 #define IVB_DPFC_CTL_PLANE(plane) ((plane)<<29) argument
4318 #define _PLANE_WM_BASE(pipe, plane) \ argument
4320 #define PLANE_WM(pipe, plane, level) \ argument
4326 #define PLANE_WM_TRANS(pipe, plane) \ argument
4513 #define DSPCNTR(plane) _PIPE2(plane, _DSPACNTR) argument
4514 #define DSPADDR(plane) _PIPE2(plane, _DSPAADDR) argument
[all …]
Di915_irq.c3617 int plane, int pipe, u32 iir) in i8xx_handle_vblank()
3693 int plane = pipe; in i8xx_irq_handler() local
3799 int plane, int pipe, u32 iir) in i915_handle_vblank()
3882 int plane = pipe; in i915_irq_handler() local
Dintel_drv.h443 enum plane plane; member
508 int plane; member
727 intel_get_crtc_for_plane(struct drm_device *dev, int plane) in intel_get_crtc_for_plane()
Di915_debugfs.c551 const char plane = plane_name(crtc->plane); in i915_gem_pageflip_info() local
2851 int plane; in i915_ddb_info() local
Di915_drv.h135 enum plane { enum
1423 uint16_t plane; member
1454 struct skl_ddb_entry plane[I915_MAX_PIPES][I915_MAX_PLANES]; member
1462 uint32_t plane[I915_MAX_PIPES][I915_MAX_PLANES][8]; member
/linux-4.1.27/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()
276 static void rcar_du_plane_reset(struct drm_plane *plane) in rcar_du_plane_reset()
300 rcar_du_plane_atomic_duplicate_state(struct drm_plane *plane) in rcar_du_plane_atomic_duplicate_state()
316 static void rcar_du_plane_atomic_destroy_state(struct drm_plane *plane, in rcar_du_plane_atomic_destroy_state()
325 static int rcar_du_plane_atomic_set_property(struct drm_plane *plane, in rcar_du_plane_atomic_set_property()
[all …]
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()
217 struct rcar_du_plane *plane = &rcrtc->group->planes.planes[i]; in rcar_du_crtc_update_planes() local
235 struct rcar_du_plane *plane = planes[i]; in rcar_du_crtc_update_planes() local
431 struct rcar_du_plane *plane = &rcrtc->group->planes.planes[i]; in rcar_du_crtc_resume() local
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_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
330 struct rcar_du_plane *plane = &group->planes.planes[i]; in rcar_du_atomic_check() local
359 struct rcar_du_plane *plane; in rcar_du_atomic_check() local
/linux-4.1.27/drivers/gpu/drm/sti/
Dsti_drm_plane.c30 sti_drm_update_plane(struct drm_plane *plane, struct drm_crtc *crtc, in sti_drm_update_plane()
77 static int sti_drm_disable_plane(struct drm_plane *plane) in sti_drm_disable_plane()
113 static void sti_drm_plane_destroy(struct drm_plane *plane) in sti_drm_plane_destroy()
121 static int sti_drm_plane_set_property(struct drm_plane *plane, in sti_drm_plane_set_property()
149 static int sti_drm_plane_prepare_fb(struct drm_plane *plane, in sti_drm_plane_prepare_fb()
156 static void sti_drm_plane_cleanup_fb(struct drm_plane *plane, in sti_drm_plane_cleanup_fb()
162 static int sti_drm_plane_atomic_check(struct drm_plane *plane, in sti_drm_plane_atomic_check()
168 static void sti_drm_plane_atomic_update(struct drm_plane *plane, in sti_drm_plane_atomic_update()
180 static void sti_drm_plane_atomic_disable(struct drm_plane *plane, in sti_drm_plane_atomic_disable()
194 static void sti_drm_plane_attach_zorder_property(struct drm_plane *plane, in sti_drm_plane_attach_zorder_property()
Dsti_compositor.c94 unsigned int i, crtc = 0, plane = 0; in sti_compositor_bind() local
Dsti_layer.h92 struct drm_plane plane; member
Dsti_hqvdp.c763 struct drm_plane *plane; in sti_hqvdp_find_vid() local
/linux-4.1.27/drivers/gpu/drm/msm/mdp/mdp4/
Dmdp4_plane.c45 static struct mdp4_kms *get_kms(struct drm_plane *plane) in get_kms()
51 static void mdp4_plane_destroy(struct drm_plane *plane) in mdp4_plane_destroy()
62 void mdp4_plane_install_properties(struct drm_plane *plane, in mdp4_plane_install_properties()
68 int mdp4_plane_set_property(struct drm_plane *plane, in mdp4_plane_set_property()
85 static int mdp4_plane_prepare_fb(struct drm_plane *plane, in mdp4_plane_prepare_fb()
96 static void mdp4_plane_cleanup_fb(struct drm_plane *plane, in mdp4_plane_cleanup_fb()
108 static int mdp4_plane_atomic_check(struct drm_plane *plane, in mdp4_plane_atomic_check()
114 static void mdp4_plane_atomic_update(struct drm_plane *plane, in mdp4_plane_atomic_update()
137 static void mdp4_plane_set_scanout(struct drm_plane *plane, in mdp4_plane_set_scanout()
193 static int mdp4_plane_mode_set(struct drm_plane *plane, in mdp4_plane_mode_set()
[all …]
Dmdp4_crtc.c84 struct drm_plane *plane; in crtc_flush() local
178 struct drm_plane *plane; in setup_mixer() local
195 struct drm_plane *plane; in blend_setup() local
609 struct drm_plane *plane, int id, int ovlp_id, in mdp4_crtc_init()
Dmdp4_kms.c260 struct drm_plane *plane; in modeset_init() local
/linux-4.1.27/drivers/gpu/drm/msm/mdp/mdp5/
Dmdp5_plane.c48 static struct mdp5_kms *get_kms(struct drm_plane *plane) in get_kms()
59 static int mdp5_plane_disable(struct drm_plane *plane) in mdp5_plane_disable()
75 static void mdp5_plane_destroy(struct drm_plane *plane) in mdp5_plane_destroy()
86 void mdp5_plane_install_properties(struct drm_plane *plane, in mdp5_plane_install_properties()
92 int mdp5_plane_set_property(struct drm_plane *plane, in mdp5_plane_set_property()
99 static void mdp5_plane_reset(struct drm_plane *plane) in mdp5_plane_reset()
120 mdp5_plane_duplicate_state(struct drm_plane *plane) in mdp5_plane_duplicate_state()
139 static void mdp5_plane_destroy_state(struct drm_plane *plane, in mdp5_plane_destroy_state()
158 static int mdp5_plane_prepare_fb(struct drm_plane *plane, in mdp5_plane_prepare_fb()
169 static void mdp5_plane_cleanup_fb(struct drm_plane *plane, in mdp5_plane_cleanup_fb()
[all …]
Dmdp5_crtc.c101 struct drm_plane *plane; in crtc_flush_all() local
123 struct drm_plane *plane; in complete_flip() local
193 struct drm_plane *plane; in blend_setup() local
303 struct drm_plane *plane; member
319 struct drm_plane *plane; in mdp5_crtc_atomic_check() local
654 struct drm_plane *plane, int id) in mdp5_crtc_init()
Dmdp5_kms.c329 struct drm_plane *plane; in modeset_init() local
353 struct drm_plane *plane; in modeset_init() local
Dmdp5_smp.c88 static inline u32 pipe2client(enum mdp5_pipe pipe, int plane) in pipe2client()
/linux-4.1.27/drivers/gpu/drm/omapdrm/
Domap_fb.c78 struct plane { struct
91 struct plane planes[4]; argument
113 struct plane *plane = &omap_fb->planes[i]; in omap_framebuffer_destroy() local
134 static uint32_t get_linear_addr(struct plane *plane, in get_linear_addr()
153 struct plane *plane = &omap_fb->planes[0]; in omap_framebuffer_update_scanout() local
259 struct plane *plane = &omap_fb->planes[i]; in omap_framebuffer_pin() local
272 struct plane *plane = &omap_fb->planes[i]; in omap_framebuffer_pin() local
292 struct plane *plane = &omap_fb->planes[i]; in omap_framebuffer_unpin() local
350 struct plane *plane = &omap_fb->planes[i]; in omap_framebuffer_describe() local
416 struct plane *plane = &omap_fb->planes[i]; in omap_framebuffer_init() local
Domap_plane.c85 static int omap_plane_update_pin(struct drm_plane *plane, in omap_plane_update_pin()
123 struct drm_plane *plane = &omap_plane->base; in omap_plane_pre_apply() local
169 struct drm_plane *plane = &omap_plane->base; in omap_plane_post_apply() local
182 static int omap_plane_apply(struct drm_plane *plane) in omap_plane_apply()
191 int omap_plane_mode_set(struct drm_plane *plane, in omap_plane_mode_set()
225 static int omap_plane_update(struct drm_plane *plane, in omap_plane_update()
257 static int omap_plane_disable(struct drm_plane *plane) in omap_plane_disable()
268 static void omap_plane_destroy(struct drm_plane *plane) in omap_plane_destroy()
283 int omap_plane_set_enable(struct drm_plane *plane, bool enable) in omap_plane_set_enable()
295 void omap_plane_install_properties(struct drm_plane *plane, in omap_plane_install_properties()
[all …]
Domap_crtc.c478 struct drm_plane *plane = priv->planes[i]; in omap_crtc_dpms() local
542 struct drm_plane *plane = crtc->primary; in omap_crtc_mode_set_base() local
698 struct drm_plane *plane, enum omap_channel channel, int id) in omap_crtc_init()
Domap_drv.c135 struct drm_plane *plane; in omap_modeset_create_crtc() local
278 struct drm_plane *plane; in omap_modeset_init() local
/linux-4.1.27/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
718 struct atmel_hlcdc_plane *plane = drm_plane_to_atmel_hlcdc_plane(p); in atmel_hlcdc_plane_prepare_fb() local
726 struct atmel_hlcdc_plane *plane = drm_plane_to_atmel_hlcdc_plane(p); in atmel_hlcdc_plane_atomic_update() local
745 struct atmel_hlcdc_plane *plane = drm_plane_to_atmel_hlcdc_plane(p); in atmel_hlcdc_plane_atomic_disable() local
752 struct atmel_hlcdc_plane *plane = drm_plane_to_atmel_hlcdc_plane(p); in atmel_hlcdc_plane_destroy() local
[all …]
/linux-4.1.27/include/drm/
Ddrm_atomic_helper.h131 #define drm_atomic_crtc_for_each_plane(plane, crtc) \ argument
143 #define drm_atomic_crtc_state_for_each_plane(plane, crtc_state) \ argument
159 drm_atomic_plane_disabling(struct drm_plane *plane, in drm_atomic_plane_disabling()
Ddrm_plane_helper.h76 static inline void drm_plane_helper_add(struct drm_plane *plane, in drm_plane_helper_add()
Ddrm_atomic.h94 #define for_each_plane_in_state(state, plane, plane_state, __i) \ argument
Ddrm_crtc.h755 struct drm_plane *plane; member
1175 #define drm_for_each_plane_mask(plane, dev, plane_mask) \ argument
1537 #define drm_for_each_legacy_plane(plane, planelist) \ argument
/linux-4.1.27/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
334 struct omapfb_plane_struct *plane = fbi->par; in omapfb_blank() local
373 struct omapfb_plane_struct *plane = fbi->par; in omapfb_sync() local
390 struct omapfb_plane_struct *plane = fbi->par; in set_fb_fix() local
429 static int set_color_mode(struct omapfb_plane_struct *plane, in set_color_mode()
489 struct omapfb_plane_struct *plane = fbi->par; in set_fb_var() local
605 struct omapfb_plane_struct *plane = fbi->par; in omapfb_rotate() local
630 struct omapfb_plane_struct *plane = fbi->par; in omapfb_pan_display() local
657 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.1.27/drivers/gpu/drm/
Ddrm_plane_helper.c131 int drm_plane_helper_check_update(struct drm_plane *plane, in drm_plane_helper_check_update()
223 int drm_primary_helper_update(struct drm_plane *plane, struct drm_crtc *crtc, in drm_primary_helper_update()
319 int drm_primary_helper_disable(struct drm_plane *plane) in drm_primary_helper_disable()
333 void drm_primary_helper_destroy(struct drm_plane *plane) in drm_primary_helper_destroy()
400 int drm_plane_helper_commit(struct drm_plane *plane, in drm_plane_helper_commit()
517 int drm_plane_helper_update(struct drm_plane *plane, struct drm_crtc *crtc, in drm_plane_helper_update()
564 int drm_plane_helper_disable(struct drm_plane *plane) in drm_plane_helper_disable()
Ddrm_atomic_helper.c59 struct drm_plane *plane) in drm_atomic_helper_plane_changed()
460 struct drm_plane *plane; in drm_atomic_helper_check_planes() local
829 struct drm_plane *plane; in wait_for_fences() local
849 struct drm_plane *plane; in framebuffer_changed() local
1049 struct drm_plane *plane = state->planes[i]; in drm_atomic_helper_prepare_planes() local
1072 struct drm_plane *plane = state->planes[i]; in drm_atomic_helper_prepare_planes() local
1110 struct drm_plane *plane; in drm_atomic_helper_commit_planes() local
1173 struct drm_plane *plane; in drm_atomic_helper_cleanup_planes() local
1244 struct drm_plane *plane = state->planes[i]; in drm_atomic_helper_swap_state() local
1275 int drm_atomic_helper_update_plane(struct drm_plane *plane, in drm_atomic_helper_update_plane()
[all …]
Ddrm_atomic.c154 struct drm_plane *plane = state->planes[i]; in drm_atomic_state_clear() local
338 struct drm_plane *plane) in drm_atomic_get_plane_state()
392 int drm_atomic_plane_set_property(struct drm_plane *plane, in drm_atomic_plane_set_property()
443 drm_atomic_plane_get_property(struct drm_plane *plane, in drm_atomic_plane_get_property()
491 static int drm_atomic_plane_check(struct drm_plane *plane, in drm_atomic_plane_check()
717 struct drm_plane *plane = obj_to_plane(obj); in drm_atomic_get_property() local
749 struct drm_plane *plane = plane_state->plane; in drm_atomic_set_crtc_for_plane() local
970 struct drm_plane *plane; in drm_atomic_check_only() local
1164 struct drm_plane *plane = obj_to_plane(obj); in atomic_set_prop() local
1197 struct drm_plane *plane; in drm_mode_atomic_ioctl() local
Ddrm_modeset_lock.c173 struct drm_plane *plane) in drm_modeset_lock_crtc()
465 struct drm_plane *plane; in drm_modeset_lock_all_crtcs() local
Ddrm_crtc.c592 struct drm_plane *plane; in drm_framebuffer_remove() local
1148 int drm_universal_plane_init(struct drm_device *dev, struct drm_plane *plane, in drm_universal_plane_init()
1222 int drm_plane_init(struct drm_device *dev, struct drm_plane *plane, in drm_plane_init()
1244 void drm_plane_cleanup(struct drm_plane *plane) in drm_plane_cleanup()
1275 unsigned int drm_plane_index(struct drm_plane *plane) in drm_plane_index()
1300 void drm_plane_force_disable(struct drm_plane *plane) in drm_plane_force_disable()
2313 struct drm_plane *plane; in drm_mode_getplane_res() local
2373 struct drm_plane *plane; in drm_mode_getplane() local
2426 int drm_plane_check_pixel_format(const struct drm_plane *plane, u32 format) in drm_plane_check_pixel_format()
2447 static int __setplane_internal(struct drm_plane *plane, in __setplane_internal()
[all …]
Ddrm_fb_cma_helper.c172 unsigned int plane) in drm_fb_cma_get_gem_obj()
Ddrm_crtc_helper.c1001 struct drm_plane *plane = crtc->primary; in drm_helper_crtc_mode_set_base() local
Ddrm_fb_helper.c318 struct drm_plane *plane; in restore_fbdev_mode() local
/linux-4.1.27/drivers/gpu/drm/nouveau/dispnv04/
Doverlay.c93 nv10_update_plane(struct drm_plane *plane, struct drm_crtc *crtc, in nv10_update_plane()
174 nv10_disable_plane(struct drm_plane *plane) in nv10_disable_plane()
190 nv_destroy_plane(struct drm_plane *plane) in nv_destroy_plane()
198 nv10_set_params(struct nouveau_plane *plane) in nv10_set_params()
225 nv_set_property(struct drm_plane *plane, in nv_set_property()
263 struct nouveau_plane *plane = kzalloc(sizeof(struct nouveau_plane), GFP_KERNEL); in nv10_overlay_init() local
343 nv04_update_plane(struct drm_plane *plane, struct drm_crtc *crtc, in nv04_update_plane()
427 nv04_disable_plane(struct drm_plane *plane) in nv04_disable_plane()
456 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.1.27/drivers/gpu/drm/tegra/
Ddc.c39 static inline struct tegra_plane *to_tegra_plane(struct drm_plane *plane) in to_tegra_plane()
405 static void tegra_plane_destroy(struct drm_plane *plane) in tegra_plane_destroy()
419 static void tegra_primary_plane_destroy(struct drm_plane *plane) in tegra_primary_plane_destroy()
424 static void tegra_plane_reset(struct drm_plane *plane) in tegra_plane_reset()
441 static struct drm_plane_state *tegra_plane_atomic_duplicate_state(struct drm_plane *plane) in tegra_plane_atomic_duplicate_state()
458 static void tegra_plane_atomic_destroy_state(struct drm_plane *plane, in tegra_plane_atomic_destroy_state()
474 static int tegra_plane_prepare_fb(struct drm_plane *plane, in tegra_plane_prepare_fb()
481 static void tegra_plane_cleanup_fb(struct drm_plane *plane, in tegra_plane_cleanup_fb()
487 static int tegra_plane_state_add(struct tegra_plane *plane, in tegra_plane_state_add()
505 static int tegra_plane_atomic_check(struct drm_plane *plane, in tegra_plane_atomic_check()
[all …]
/linux-4.1.27/drivers/gpu/drm/exynos/
Dexynos_drm_plane.c64 int exynos_check_plane(struct drm_plane *plane, struct drm_framebuffer *fb) in exynos_check_plane()
88 void exynos_plane_mode_set(struct drm_plane *plane, struct drm_crtc *crtc, in exynos_plane_mode_set()
148 exynos_update_plane(struct drm_plane *plane, struct drm_crtc *crtc, in exynos_update_plane()
173 static int exynos_disable_plane(struct drm_plane *plane) in exynos_disable_plane()
191 static void exynos_plane_attach_zpos_property(struct drm_plane *plane, in exynos_plane_attach_zpos_property()
Dexynos7_drm_decon.c286 struct exynos_drm_plane *plane = &ctx->planes[win]; in decon_win_set_pixfmt() local
399 struct exynos_drm_plane *plane; in decon_win_commit() local
516 struct exynos_drm_plane *plane; in decon_win_disable() local
550 struct exynos_drm_plane *plane; in decon_window_suspend() local
563 struct exynos_drm_plane *plane; in decon_window_resume() local
575 struct exynos_drm_plane *plane; in decon_apply() local
Dexynos_drm_fimd.c495 struct exynos_drm_plane *plane = &ctx->planes[win]; in fimd_win_set_pixfmt() local
624 struct exynos_drm_plane *plane; in fimd_win_commit() local
740 struct exynos_drm_plane *plane; in fimd_win_disable() local
769 struct exynos_drm_plane *plane; in fimd_window_suspend() local
782 struct exynos_drm_plane *plane; in fimd_window_resume() local
794 struct exynos_drm_plane *plane; in fimd_apply() local
Dexynos_drm_vidi.c123 struct exynos_drm_plane *plane; in vidi_win_commit() local
144 struct exynos_drm_plane *plane; in vidi_win_disable() local
157 struct exynos_drm_plane *plane; in vidi_power_on() local
Dexynos_mixer.c387 struct exynos_drm_plane *plane; in vp_video_buffer() local
491 static int mixer_setup_scale(const struct exynos_drm_plane *plane, in mixer_setup_scale()
519 struct exynos_drm_plane *plane; in mixer_graph_buffer() local
1005 struct exynos_drm_plane *plane; in mixer_window_suspend() local
1018 struct exynos_drm_plane *plane; in mixer_window_resume() local
Dexynos_drm_crtc.c135 struct drm_plane *plane; in exynos_drm_crtc_disable() local
241 struct drm_plane *plane, in exynos_drm_crtc_create()
Dexynos_drm_encoder.c98 struct drm_plane *plane; in exynos_drm_encoder_disable() local
/linux-4.1.27/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.1.27/drivers/media/v4l2-core/
Dvideobuf2-core.c195 int plane; in __vb2_buf_mem_alloc() local
230 unsigned int plane; in __vb2_buf_mem_free() local
246 unsigned int plane; in __vb2_buf_userptr_put() local
278 unsigned int plane; in __vb2_buf_dmabuf_put() local
290 unsigned int buffer, plane; in __setup_lengths() local
309 unsigned int buffer, plane; in __setup_offsets() local
582 unsigned int plane; in __verify_length() local
621 unsigned int plane; in __buffer_in_use() local
1176 unsigned int plane; in vb2_buffer_done() local
1265 unsigned int plane; in __fill_vb2_buffer() local
[all …]
Dv4l2-ioctl.c438 const struct v4l2_plane *plane; in v4l_print_buffer() local
/linux-4.1.27/drivers/gpu/drm/armada/
Darmada_overlay.c101 armada_plane_update(struct drm_plane *plane, struct drm_crtc *crtc, in armada_plane_update()
245 static int armada_plane_disable(struct drm_plane *plane) in armada_plane_disable()
280 static void armada_plane_destroy(struct drm_plane *plane) in armada_plane_destroy()
285 static int armada_plane_set_property(struct drm_plane *plane, in armada_plane_set_property()
Darmada_crtc.h54 struct drm_plane *plane; member
Darmada_crtc.c308 struct drm_plane *plane; in armada_drm_crtc_prepare() local
/linux-4.1.27/drivers/gpu/drm/imx/
Dipuv3-plane.c299 static int ipu_update_plane(struct drm_plane *plane, struct drm_crtc *crtc, in ipu_update_plane()
335 static int ipu_disable_plane(struct drm_plane *plane) in ipu_disable_plane()
349 static void ipu_plane_destroy(struct drm_plane *plane) in ipu_plane_destroy()
Dipuv3-crtc.c40 struct ipu_plane *plane[2]; member
228 struct ipu_plane *plane = ipu_crtc->plane[0]; in ipu_irq_handler() local
/linux-4.1.27/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.1.27/drivers/media/platform/vivid/
Dvivid-tpg.h359 static inline unsigned tpg_g_twopixelsize(const struct tpg_data *tpg, unsigned plane) in tpg_g_twopixelsize()
365 unsigned plane, unsigned x) in tpg_hdiv()
377 unsigned plane, unsigned x) in tpg_hscale_div()
382 static inline unsigned tpg_g_bytesperline(const struct tpg_data *tpg, unsigned plane) in tpg_g_bytesperline()
387 static inline void tpg_s_bytesperline(struct tpg_data *tpg, unsigned plane, unsigned bpl) in tpg_s_bytesperline()
404 static inline unsigned tpg_g_line_width(const struct tpg_data *tpg, unsigned plane) in tpg_g_line_width()
420 unsigned plane, unsigned bpl) in tpg_calc_line_width()
436 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.1.27/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.c207 struct drm_plane *plane = state->planes[i]; in msm_atomic_commit() local
/linux-4.1.27/drivers/gpu/drm/rockchip/
Drockchip_drm_fb.c32 unsigned int plane) in rockchip_fb_get_gem_obj()
Drockchip_drm_vop.c566 static int vop_update_plane_event(struct drm_plane *plane, in vop_update_plane_event()
713 static int vop_update_plane(struct drm_plane *plane, struct drm_crtc *crtc, in vop_update_plane()
738 static int vop_disable_plane(struct drm_plane *plane) in vop_disable_plane()
776 static void vop_plane_destroy(struct drm_plane *plane) in vop_plane_destroy()
1182 struct drm_plane *primary = NULL, *cursor = NULL, *plane; in vop_create_crtc() local
/linux-4.1.27/drivers/gpu/drm/gma500/
Dpsb_intel_drv.h168 int plane; member
/linux-4.1.27/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.1.27/drivers/dma/sh/
Drcar-hpbdma.c269 struct hpb_dmae_regs *hw, unsigned plane) in hpb_dmae_set_reg()
/linux-4.1.27/drivers/media/platform/ti-vpe/
Dvpe.c1003 int plane = fmt->coplanar ? p_data->vb_part : 0; in add_out_dtd() local
1042 int plane = fmt->coplanar ? p_data->vb_part : 0; in add_in_dtd() local
/linux-4.1.27/drivers/media/platform/exynos4-is/
Dfimc-capture.c228 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.1.27/include/uapi/linux/
Dvideodev2.h835 __u32 plane; member
/linux-4.1.27/drivers/gpu/drm/vmwgfx/
Dsvga3d_reg.h1811 float plane[4]; member