Symbol: screen_width
drivers/gpu/drm/omapdrm/dss/dispc.c
2054
static void calc_offset(u16 screen_width, u16 width,
drivers/gpu/drm/omapdrm/dss/dispc.c
2064
DSSDBG("scrw %d, width %d\n", screen_width, width);
drivers/gpu/drm/omapdrm/dss/dispc.c
2084
*offset0 = field_offset * screen_width * ps;
drivers/gpu/drm/omapdrm/dss/dispc.c
2087
*row_inc = pixinc(1 + (y_predecim * screen_width - width * x_predecim) +
drivers/gpu/drm/omapdrm/dss/dispc.c
2088
(fieldmode ? screen_width : 0), ps);
drivers/gpu/drm/omapdrm/dss/dispc.c
2574
u16 screen_width, int pos_x, int pos_y,
drivers/gpu/drm/omapdrm/dss/dispc.c
2689
calc_offset(screen_width, frame_width,
drivers/gpu/drm/omapdrm/dss/dispc.c
2761
plane, &oi->paddr, &oi->p_uv_addr, oi->screen_width, oi->pos_x,
drivers/gpu/drm/omapdrm/dss/dispc.c
2768
oi->screen_width, oi->pos_x, oi->pos_y, oi->width, oi->height,
drivers/gpu/drm/omapdrm/dss/dispc.c
4453
.screen_width = 1,
drivers/gpu/drm/omapdrm/dss/omapdss.h
152
u16 screen_width;
drivers/gpu/drm/omapdrm/omap_fb.c
192
info->screen_width = omap_gem_tiled_stride(fb->obj[0], orient);
drivers/gpu/drm/omapdrm/omap_fb.c
210
info->screen_width = fb->pitches[0];
drivers/gpu/drm/omapdrm/omap_fb.c
214
info->screen_width /= format->cpp[0];
drivers/gpu/drm/omapdrm/omap_plane.c
119
info.out_width, info.out_height, info.screen_width);
drivers/gpu/drm/omapdrm/omap_plane.c
135
r_info.out_width, r_info.out_height, r_info.screen_width);
drivers/media/platform/ti/omap/omap_vout.c
325
info.screen_width = pixwidth;
drivers/media/platform/ti/omap/omap_vout.c
329
info.screen_width = 2048;
drivers/media/platform/ti/omap/omap_vout.c
339
info.screen_width);
drivers/video/fbdev/omap/hwa742.c
527
unsigned long offset, int screen_width,
drivers/video/fbdev/omap/lcdc.c
224
lcdc.screen_width * bpp / 8 / esize);
drivers/video/fbdev/omap/lcdc.c
283
unsigned long offset, int screen_width,
drivers/video/fbdev/omap/lcdc.c
311
lcdc.screen_width = screen_width;
drivers/video/fbdev/omap/lcdc.c
48
int screen_width;
drivers/video/fbdev/omap/omapfb.h
155
int screen_width,
drivers/video/fbdev/omap2/omapfb/dss/dispc.c
1808
u16 screen_width,
drivers/video/fbdev/omap2/omapfb/dss/dispc.c
1834
DSSDBG("calc_rot(%d): scrw %d, %dx%d\n", rotation, screen_width,
drivers/video/fbdev/omap2/omapfb/dss/dispc.c
1856
*offset0 = field_offset * screen_width * ps;
drivers/video/fbdev/omap2/omapfb/dss/dispc.c
1861
(y_predecim * screen_width - x_predecim * width) +
drivers/video/fbdev/omap2/omapfb/dss/dispc.c
1862
(fieldmode ? screen_width : 0), ps);
drivers/video/fbdev/omap2/omapfb/dss/dispc.c
1879
*offset0 = field_offset * screen_width * ps;
drivers/video/fbdev/omap2/omapfb/dss/dispc.c
1883
(y_predecim * screen_width + x_predecim * width) -
drivers/video/fbdev/omap2/omapfb/dss/dispc.c
1884
(fieldmode ? screen_width : 0), ps);
drivers/video/fbdev/omap2/omapfb/dss/dispc.c
1895
u16 screen_width,
drivers/video/fbdev/omap2/omapfb/dss/dispc.c
1918
DSSDBG("calc_rot(%d): scrw %d, %dx%d\n", rotation, screen_width,
drivers/video/fbdev/omap2/omapfb/dss/dispc.c
1939
*offset0 = *offset1 + field_offset * screen_width * ps;
drivers/video/fbdev/omap2/omapfb/dss/dispc.c
1943
(y_predecim * screen_width - fbw * x_predecim) +
drivers/video/fbdev/omap2/omapfb/dss/dispc.c
1944
(fieldmode ? screen_width : 0), ps);
drivers/video/fbdev/omap2/omapfb/dss/dispc.c
1952
*offset1 = screen_width * (fbh - 1) * ps;
drivers/video/fbdev/omap2/omapfb/dss/dispc.c
1957
*row_inc = pixinc(screen_width * (fbh * x_predecim - 1) +
drivers/video/fbdev/omap2/omapfb/dss/dispc.c
1959
*pix_inc = pixinc(-x_predecim * screen_width, ps);
drivers/video/fbdev/omap2/omapfb/dss/dispc.c
1962
*offset1 = (screen_width * (fbh - 1) + fbw - 1) * ps;
drivers/video/fbdev/omap2/omapfb/dss/dispc.c
1964
*offset0 = *offset1 - field_offset * screen_width * ps;
drivers/video/fbdev/omap2/omapfb/dss/dispc.c
1968
(y_predecim * screen_width - fbw * x_predecim) -
drivers/video/fbdev/omap2/omapfb/dss/dispc.c
1969
(fieldmode ? screen_width : 0), ps);
drivers/video/fbdev/omap2/omapfb/dss/dispc.c
1982
*row_inc = pixinc(-screen_width * (fbh * x_predecim - 1) -
drivers/video/fbdev/omap2/omapfb/dss/dispc.c
1984
*pix_inc = pixinc(x_predecim * screen_width, ps);
drivers/video/fbdev/omap2/omapfb/dss/dispc.c
1991
*offset0 = *offset1 + field_offset * screen_width * ps;
drivers/video/fbdev/omap2/omapfb/dss/dispc.c
1994
*row_inc = pixinc(y_predecim * screen_width * 2 - 1 +
drivers/video/fbdev/omap2/omapfb/dss/dispc.c
1995
(fieldmode ? screen_width : 0),
drivers/video/fbdev/omap2/omapfb/dss/dispc.c
2010
*row_inc = pixinc(-screen_width * (fbh * x_predecim - 1) +
drivers/video/fbdev/omap2/omapfb/dss/dispc.c
2013
*pix_inc = pixinc(x_predecim * screen_width, ps);
drivers/video/fbdev/omap2/omapfb/dss/dispc.c
2017
*offset1 = screen_width * (fbh - 1) * ps;
drivers/video/fbdev/omap2/omapfb/dss/dispc.c
2019
*offset0 = *offset1 - field_offset * screen_width * ps;
drivers/video/fbdev/omap2/omapfb/dss/dispc.c
2022
*row_inc = pixinc(1 - y_predecim * screen_width * 2 -
drivers/video/fbdev/omap2/omapfb/dss/dispc.c
2023
(fieldmode ? screen_width : 0),
drivers/video/fbdev/omap2/omapfb/dss/dispc.c
2033
*offset1 = (screen_width * (fbh - 1) + fbw - 1) * ps;
drivers/video/fbdev/omap2/omapfb/dss/dispc.c
2038
*row_inc = pixinc(screen_width * (fbh * x_predecim - 1) -
drivers/video/fbdev/omap2/omapfb/dss/dispc.c
2041
*pix_inc = pixinc(-x_predecim * screen_width, ps);
drivers/video/fbdev/omap2/omapfb/dss/dispc.c
2050
static void calc_tiler_rotation_offset(u16 screen_width, u16 width,
drivers/video/fbdev/omap2/omapfb/dss/dispc.c
2069
DSSDBG("scrw %d, width %d\n", screen_width, width);
drivers/video/fbdev/omap2/omapfb/dss/dispc.c
2077
*offset0 = *offset1 + field_offset * screen_width * ps;
drivers/video/fbdev/omap2/omapfb/dss/dispc.c
2080
*row_inc = pixinc(1 + (y_predecim * screen_width - width * x_predecim) +
drivers/video/fbdev/omap2/omapfb/dss/dispc.c
2081
(fieldmode ? screen_width : 0), ps);
drivers/video/fbdev/omap2/omapfb/dss/dispc.c
2543
u16 screen_width, int pos_x, int pos_y, u16 width, u16 height,
drivers/video/fbdev/omap2/omapfb/dss/dispc.c
2666
calc_tiler_rotation_offset(screen_width, frame_width,
drivers/video/fbdev/omap2/omapfb/dss/dispc.c
2671
calc_dma_rotation_offset(rotation, mirror, screen_width,
drivers/video/fbdev/omap2/omapfb/dss/dispc.c
2678
screen_width, frame_width, frame_height,
drivers/video/fbdev/omap2/omapfb/dss/dispc.c
2747
plane, &oi->paddr, &oi->p_uv_addr, oi->screen_width, oi->pos_x,
drivers/video/fbdev/omap2/omapfb/dss/dispc.c
2752
oi->screen_width, oi->pos_x, oi->pos_y, oi->width, oi->height,
drivers/video/fbdev/omap2/omapfb/dss/overlay-sysfs.c
122
return sysfs_emit(buf, "%d\n", info.screen_width);
drivers/video/fbdev/omap2/omapfb/dss/overlay-sysfs.c
366
static OVERLAY_ATTR(screen_width, S_IRUGO, overlay_screen_width_show, NULL);
drivers/video/fbdev/omap2/omapfb/omapfb-main.c
842
int screen_width;
drivers/video/fbdev/omap2/omapfb/omapfb-main.c
881
screen_width = fix->line_length
drivers/video/fbdev/omap2/omapfb/omapfb-main.c
887
screen_width = fix->line_length / (var->bits_per_pixel >> 3);
drivers/video/fbdev/omap2/omapfb/omapfb-main.c
899
info.screen_width = screen_width;
include/video/omapfb_dss.h
297
u16 screen_width;