Home
last modified time | relevance | path

Searched refs:rotate (Results 1 – 25 of 77) sorted by relevance

1234

/drivers/video/fbdev/core/
A Dfb_logo.c215 if (rotate == FB_ROTATE_UD) { in fb_rotate_logo()
220 } else if (rotate == FB_ROTATE_CW) { in fb_rotate_logo()
227 } else if (rotate == FB_ROTATE_CCW) { in fb_rotate_logo()
240 int rotate, unsigned int num) in fb_do_show_logo() argument
247 if (rotate == FB_ROTATE_UR) { in fb_do_show_logo()
254 } else if (rotate == FB_ROTATE_UD) { in fb_do_show_logo()
261 } else if (rotate == FB_ROTATE_CW) { in fb_do_show_logo()
329 if (rotate == FB_ROTATE_CW || rotate == FB_ROTATE_CCW) { in fb_show_logo_line()
346 if (rotate) { in fb_show_logo_line()
411 y = fb_show_logo_line(info, rotate, in fb_show_extra_logos()
[all …]
A Dfb_fillrect.h130 rotate(pattern); in bitfill()
135 rotate(pattern); in bitfill()
137 rotate(pattern); in bitfill()
139 rotate(pattern); in bitfill()
141 rotate(pattern); in bitfill()
145 rotate(pattern); in bitfill()
177 rotate(pattern); in bitinvert()
183 rotate(pattern); in bitinvert()
185 rotate(pattern); in bitinvert()
187 rotate(pattern); in bitinvert()
[all …]
A Dfb_internal.h27 int fb_prepare_logo(struct fb_info *fb_info, int rotate);
28 int fb_show_logo(struct fb_info *fb_info, int rotate);
30 static inline int fb_prepare_logo(struct fb_info *info, int rotate) in fb_prepare_logo() argument
34 static inline int fb_show_logo(struct fb_info *info, int rotate) in fb_show_logo() argument
A Dfbcon.c207 ops->rotate = 0; in fbcon_set_rotation()
223 if (rotate < 4) in fbcon_rotate()
224 p->con_rotate = rotate; in fbcon_rotate()
249 p->con_rotate = rotate; in fbcon_rotate_all()
259 ops->rotate = FB_ROTATE_UR; in fbcon_set_rotation()
930 disp->rotate = var->rotate; in var_to_display()
954 var->rotate = disp->rotate; in display_to_var()
1166 ops->rotate = FB_ROTATE_UR; in fbcon_init()
3185 int rotate, idx; in rotate_store() local
3207 int rotate, idx; in rotate_all_store() local
[all …]
A Dfbcon_rotate.c40 if (ops->rotate == FB_ROTATE_CW || in fbcon_rotate_font()
41 ops->rotate == FB_ROTATE_CCW) in fbcon_rotate_font()
64 switch (ops->rotate) { in fbcon_rotate_font()
100 switch(ops->rotate) { in fbcon_set_rotate()
A Dfbcon.h46 u32 rotate; member
81 int rotate; member
/drivers/media/platform/renesas/vsp1/
A Dvsp1_wpf.c49 bool rotate; in vsp1_wpf_set_rotation() local
56 rotate = rotation == 90 || rotation == 270; in vsp1_wpf_set_rotation()
57 if (rotate == wpf->flip.rotate) in vsp1_wpf_set_rotation()
75 if (rotate) { in vsp1_wpf_set_rotation()
83 wpf->flip.rotate = rotate; in vsp1_wpf_set_rotation()
101 rotation = wpf->flip.ctrls.rotate ? wpf->flip.ctrls.rotate->val : 0; in vsp1_wpf_s_ctrl()
174 wpf->flip.ctrls.rotate = in wpf_init_controls()
260 if (wpf->flip.rotate) in wpf_configure_stream()
463 if (wpf->flip.rotate) in wpf_configure_partition()
478 if (wpf->flip.rotate) in wpf_configure_partition()
[all …]
A Dvsp1_rwpf.h56 struct v4l2_ctrl *rotate; member
60 bool rotate; member
/drivers/media/platform/sunxi/sun8i-rotate/
A DMakefile2 sun8i-rotate-y += sun8i_rotate.o
3 sun8i-rotate-y += sun8i_formats.o
5 obj-$(CONFIG_VIDEO_SUN8I_ROTATE) += sun8i-rotate.o
A Dsun8i_rotate.c80 val |= ROTATE_GLB_CTL_ROTATION(ctx->rotate / 90); in rotate_device_run()
81 if (ctx->rotate != 90 && ctx->rotate != 270) in rotate_device_run()
260 u32 rotate) in rotate_set_cap_format() argument
275 if (rotate == 90 || rotate == 270) { in rotate_set_cap_format()
313 return rotate_set_cap_format(ctx, &f->fmt.pix, ctx->rotate); in rotate_try_fmt_vid_cap()
390 return rotate_set_cap_format(ctx, &ctx->dst_fmt, ctx->rotate); in rotate_s_fmt_vid_out()
598 ctx->rotate = ctrl->val; in rotate_s_ctrl()
659 rotate_set_cap_format(ctx, &ctx->dst_fmt, ctx->rotate); in rotate_open()
/drivers/video/fbdev/omap/
A Dlcd_dma.c61 int rotate, data_type, xres, yres; member
92 void omap_set_lcd_dma_b1_rotation(int rotate) in omap_set_lcd_dma_b1_rotation() argument
99 lcd_dma.rotate = rotate; in omap_set_lcd_dma_b1_rotation()
168 switch (lcd_dma.rotate) { in set_b1_regs()
271 if (!(lcd_dma.rotate || lcd_dma.mirror || in set_b1_regs()
320 lcd_dma.rotate = 0; in omap_request_lcd_dma()
/drivers/staging/fbtft/
A Dfb_uc1611.c113 switch (par->info->var.rotate) { in set_addr_win()
158 switch (par->info->var.rotate) { in set_var()
229 switch (par->info->var.rotate) { in write_vmem()
263 switch (par->info->var.rotate) { in write_vmem()
A Dfb_ssd1305.c81 write_reg(par, 0xA0 | ((par->info->var.rotate == 180) ? 0x0 : 0x1)); in init_display()
87 write_reg(par, ((par->info->var.rotate == 180) ? 0xC8 : 0xC0)); in init_display()
125 write_reg(par, 0x00 | ((par->info->var.rotate == 180) ? 0x0 : 0x4)); in set_addr_win()
A Dfb_ili9163.c114 switch (par->info->var.rotate) { in set_addr_win()
138 par->info->var.rotate = 0; in set_addr_win()
167 switch (par->info->var.rotate) { in set_var()
A Dfb_upd161704.c115 switch (par->info->var.rotate) { in set_addr_win()
141 switch (par->info->var.rotate) { in set_var()
A Dfb_bd663474.c106 switch (par->info->var.rotate) { in set_addr_win()
131 switch (par->info->var.rotate) { in set_var()
A Dfb_s6d1121.c70 switch (par->info->var.rotate) { in set_addr_win()
95 switch (par->info->var.rotate) { in set_var()
A Dfb_ssd1289.c67 switch (par->info->var.rotate) { in set_addr_win()
99 switch (par->info->var.rotate) { in set_var()
A Dfb_ili9320.c163 switch (par->info->var.rotate) { in set_addr_win()
188 switch (par->info->var.rotate) { in set_var()
/drivers/video/fbdev/omap2/omapfb/dss/
A Ddisplay-sysfs.c143 int rotate; in display_rotate_show() local
146 rotate = dssdev->driver->get_rotate(dssdev); in display_rotate_show()
147 return sysfs_emit(buf, "%u\n", rotate); in display_rotate_show()
251 static DISPLAY_ATTR(rotate, S_IRUGO|S_IWUSR,
/drivers/video/fbdev/
A Dgoldfishfb.c91 if ((var->rotate & 1) != (info->var.rotate & 1)) { in goldfish_fb_check_var()
120 if (fb->rotation != fb->fb.var.rotate) { in goldfish_fb_set_par()
122 fb->rotation = fb->fb.var.rotate; in goldfish_fb_set_par()
A Dau1100fb.c190 info->var.rotate = ((fbdev->panel->control_base&LCD_CONTROL_SM_MASK) \ in au1100fb_setmode()
215 if (!info->var.rotate || (info->var.rotate == 180)) { in au1100fb_setmode()
217 if (info->var.rotate /* 180 */) { in au1100fb_setmode()
/drivers/staging/media/imx/
A Dimx-media-csc-scaler.c62 int rotate; member
620 int rotate; in ipu_csc_scaler_s_ctrl() local
624 rotate = ctx->rotate; in ipu_csc_scaler_s_ctrl()
636 rotate = ctrl->val; in ipu_csc_scaler_s_ctrl()
642 ret = ipu_degrees_to_rot_mode(&rot_mode, rotate, hflip, vflip); in ipu_csc_scaler_s_ctrl()
695 ctx->rotate = rotate; in ipu_csc_scaler_s_ctrl()
/drivers/gpu/drm/exynos/
A Dexynos_drm_ipp.c477 bool rotate, bool swap) in exynos_drm_ipp_check_size_limits() argument
479 enum drm_ipp_size_id id = rotate ? IPP_LIMIT_ROTATED : IPP_LIMIT_AREA; in exynos_drm_ipp_check_size_limits()
552 bool rotate, bool swap) in exynos_drm_ipp_check_format() argument
592 rotate, in exynos_drm_ipp_check_format()
609 bool rotate = (rotation != DRM_MODE_ROTATE_0); in exynos_drm_ipp_task_check() local
641 (!(ipp->capabilities & DRM_EXYNOS_IPP_CAP_ROTATE) && rotate) || in exynos_drm_ipp_task_check()
650 ret = exynos_drm_ipp_check_format(task, src, src, dst, rotate, swap); in exynos_drm_ipp_task_check()
/drivers/media/platform/samsung/exynos-gsc/
A Dgsc-core.c558 if (ctx->gsc_ctrls.rotate->val == 90 || in gsc_try_selection()
559 ctx->gsc_ctrls.rotate->val == 270) { in gsc_try_selection()
579 (ctx->gsc_ctrls.rotate->val == 90 || in gsc_try_selection()
580 ctx->gsc_ctrls.rotate->val == 270)) in gsc_try_selection()
644 ctx->gsc_ctrls.rotate->val, ctx->out_path); in gsc_set_scaler_info()
650 if (ctx->gsc_ctrls.rotate->val == 90 || in gsc_set_scaler_info()
651 ctx->gsc_ctrls.rotate->val == 270) { in gsc_set_scaler_info()
723 ctx->gsc_ctrls.rotate->val, in __gsc_s_ctrl()
768 ctx->gsc_ctrls.rotate = v4l2_ctrl_new_std(&ctx->ctrl_handler, in gsc_ctrls_create()

Completed in 52 milliseconds

1234