Home
last modified time | relevance | path

Searched refs:y_offset (Results 1 – 15 of 15) sorted by relevance

/linux/drivers/gpu/drm/i915/gvt/
H A Dfb_decoder.h115 u32 y_offset; /* in lines */ member
132 u32 y_offset; /* in lines */ member
H A Dfb_decoder.c280 plane->y_offset = (val & _PRI_PLANE_Y_OFF_MASK) >> in intel_vgpu_decode_primary_plane()
510 plane->y_offset = (val & _SPRITE_OFFSET_START_Y_MASK) >> in intel_vgpu_decode_sprite_plane()
/linux/drivers/media/test-drivers/vimc/
H A Dvimc-scaler.c345 unsigned int snk_y, y_offset; in vimc_scaler_fill_src_frame() local
348 y_offset = snk_y * sink_fmt->width * vscaler->hw.bpp; in vimc_scaler_fill_src_frame()
355 index = y_offset + x_offset; in vimc_scaler_fill_src_frame()
/linux/drivers/staging/vc04_services/vchiq-mmal/
H A Dmmal-msg-format.h47 u32 y_offset; member
/linux/drivers/video/fbdev/
H A Dsh_mobile_lcdcfb.c1369 unsigned long y_offset; in sh_mobile_lcdc_overlay_pan() local
1373 y_offset = (var->yoffset * ovl->xres_virtual + var->xoffset) in sh_mobile_lcdc_overlay_pan()
1380 y_offset = var->yoffset * ovl->xres_virtual + var->xoffset; in sh_mobile_lcdc_overlay_pan()
1388 if (y_offset == ovl->pan_y_offset) in sh_mobile_lcdc_overlay_pan()
1392 base_addr_y = ovl->dma_handle + y_offset; in sh_mobile_lcdc_overlay_pan()
1398 ovl->pan_y_offset = y_offset; in sh_mobile_lcdc_overlay_pan()
1685 unsigned long y_offset; in sh_mobile_lcdc_pan() local
1689 y_offset = (var->yoffset * ch->xres_virtual + var->xoffset) in sh_mobile_lcdc_pan()
1696 y_offset = var->yoffset * ch->xres_virtual + var->xoffset; in sh_mobile_lcdc_pan()
1704 if (y_offset == ch->pan_y_offset) in sh_mobile_lcdc_pan()
[all …]
/linux/drivers/media/common/v4l2-tpg/
H A Dv4l2-tpg-core.c651 int y_offset, int *y, int *cb, int *cr) in rgb2ycbcr() argument
653 *y = ((m[0][0] * r + m[0][1] * g + m[0][2] * b) >> 16) + (y_offset << 4); in rgb2ycbcr()
713 unsigned y_offset = full ? 0 : 16; in color_to_ycbcr() local
718 rgb2ycbcr(full ? bt601_full : bt601, r, g, b, y_offset, y, cb, cr); in color_to_ycbcr()
731 rgb2ycbcr(full ? bt2020_full : bt2020, r, g, b, y_offset, y, cb, cr); in color_to_ycbcr()
749 rgb2ycbcr(full ? smpte240m_full : smpte240m, r, g, b, y_offset, y, cb, cr); in color_to_ycbcr()
753 rgb2ycbcr(full ? rec709_full : rec709, r, g, b, y_offset, y, cb, cr); in color_to_ycbcr()
759 int y_offset, int *r, int *g, int *b) in ycbcr2rgb() argument
761 y -= y_offset << 4; in ycbcr2rgb()
827 unsigned y_offset = full ? 0 : 16; in ycbcr_to_color() local
[all …]
/linux/include/linux/platform_data/
H A Dcros_ec_sensorhub.h82 s64 x_offset, y_offset; member
/linux/drivers/gpu/drm/ast/
H A Dast_mode.c839 u8 x_offset, u8 y_offset) in ast_set_cursor_location() argument
847 ast_set_index_reg(ast, AST_IO_VGACRI, 0xc3, y_offset); in ast_set_cursor_location()
912 u8 x_offset, y_offset; in ast_cursor_plane_helper_atomic_update() local
942 y_offset = (-plane_state->crtc_y) + offset_y; in ast_cursor_plane_helper_atomic_update()
945 y_offset = offset_y; in ast_cursor_plane_helper_atomic_update()
949 ast_set_cursor_location(ast, x, y, x_offset, y_offset); in ast_cursor_plane_helper_atomic_update()
/linux/drivers/platform/chrome/
H A Dcros_ec_sensorhub_trace.h99 __entry->y = state->y_offset;
H A Dcros_ec_sensorhub_ring.c272 dy = (state->y_history[0] + state->y_offset) - y; in cros_ec_sensor_ring_ts_filter_update()
294 state->y_offset = y; in cros_ec_sensor_ring_ts_filter_update()
358 + state->median_error + state->y_offset + x * 1000; in cros_ec_sensor_ring_ts_filter()
/linux/drivers/gpu/drm/vboxvideo/
H A Dvbox_mode.c42 s32 x_offset, y_offset; in vbox_do_modeset() local
50 y_offset = vbox->single_framebuffer ? vbox_crtc->y : vbox_crtc->y_hint; in vbox_do_modeset()
76 x_offset, y_offset, in vbox_do_modeset()
/linux/drivers/gpu/drm/omapdrm/
H A Dtcm.h60 unsigned int y_offset; /* offset to use for y coordinates */ member
H A Domap_dmm_tiler.c363 pat->area.y0 += engine->tcm->y_offset; in dmm_txn_append()
364 pat->area.y1 += engine->tcm->y_offset; in dmm_txn_append()
941 omap_dmm->tcm[1]->y_offset = OMAP5_LUT_OFFSET; in omap_dmm_probe()
/linux/drivers/media/test-drivers/vivid/
H A Dvivid-kthread-cap.c80 static void blend_line(struct vivid_dev *dev, unsigned y_offset, unsigned x_offset, in blend_line() argument
87 copy_pix(dev, y_offset, x_offset + x, in blend_line()
/linux/drivers/hid/
H A Dwacom_wac.c1562 int y_offset = 2; in wacom_24hdt_irq() local
1571 y_offset = 0; in wacom_24hdt_irq()
1595 int t_y = get_unaligned_le16(&data[offset + 4 + y_offset]); in wacom_24hdt_irq()