| /drivers/gpu/drm/ast/ |
| A D | ast_cursor.c | 123 u8 x_offset, u8 y_offset) in ast_set_cursor_location() argument 131 ast_set_index_reg(ast, AST_IO_VGACRI, 0xc3, y_offset); in ast_set_cursor_location() 200 u8 x_offset, y_offset; in ast_cursor_plane_helper_atomic_update() local 252 y_offset = (-plane_state->crtc_y) + offset_y; in ast_cursor_plane_helper_atomic_update() 255 y_offset = offset_y; in ast_cursor_plane_helper_atomic_update() 259 ast_set_cursor_location(ast, x, y, x_offset, y_offset); in ast_cursor_plane_helper_atomic_update()
|
| /drivers/gpu/drm/vkms/ |
| A D | vkms_formats.c | 269 fp_y = drm_int2fixp(((int)y - matrix->y_offset) * 257); in argb_u16_from_yuv888() 777 .y_offset = 0, 786 .y_offset = 0, 800 .y_offset = 16, 814 .y_offset = 0, 828 .y_offset = 16, 842 .y_offset = 0, 856 .y_offset = 16,
|
| A D | vkms_drv.h | 135 int y_offset; member
|
| /drivers/media/platform/samsung/s5p-jpeg/ |
| A D | jpeg-hw-exynos3250.c | 364 unsigned int y_offset) in exynos3250_jpeg_offset() argument 368 reg = (y_offset << EXYNOS3250_LUMA_YY_OFFSET_SHIFT) & in exynos3250_jpeg_offset() 375 reg = (y_offset << EXYNOS3250_CHROMA_YY_OFFSET_SHIFT) & in exynos3250_jpeg_offset() 382 reg = (y_offset << EXYNOS3250_CHROMA_CR_YY_OFFSET_SHIFT) & in exynos3250_jpeg_offset()
|
| A D | jpeg-hw-exynos3250.h | 41 unsigned int y_offset);
|
| /drivers/gpu/drm/i915/gvt/ |
| A D | fb_decoder.h | 115 u32 y_offset; /* in lines */ member 132 u32 y_offset; /* in lines */ member
|
| A D | fb_decoder.c | 284 plane->y_offset = (val & _PRI_PLANE_Y_OFF_MASK) >> in intel_vgpu_decode_primary_plane()
|
| /drivers/media/test-drivers/vimc/ |
| A D | vimc-scaler.c | 345 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()
|
| /drivers/video/fbdev/ |
| A D | sh_mobile_lcdcfb.c | 1372 unsigned long y_offset; in sh_mobile_lcdc_overlay_pan() local 1383 y_offset = var->yoffset * ovl->xres_virtual + var->xoffset; in sh_mobile_lcdc_overlay_pan() 1391 if (y_offset == ovl->pan_y_offset) in sh_mobile_lcdc_overlay_pan() 1395 base_addr_y = ovl->dma_handle + y_offset; in sh_mobile_lcdc_overlay_pan() 1401 ovl->pan_y_offset = y_offset; in sh_mobile_lcdc_overlay_pan() 1681 unsigned long y_offset; in sh_mobile_lcdc_pan() local 1685 y_offset = (var->yoffset * ch->xres_virtual + var->xoffset) in sh_mobile_lcdc_pan() 1692 y_offset = var->yoffset * ch->xres_virtual + var->xoffset; in sh_mobile_lcdc_pan() 1700 if (y_offset == ch->pan_y_offset) in sh_mobile_lcdc_pan() 1704 base_addr_y = ch->dma_handle + y_offset; in sh_mobile_lcdc_pan() [all …]
|
| /drivers/staging/vc04_services/vchiq-mmal/ |
| A D | mmal-msg-format.h | 47 u32 y_offset; member
|
| /drivers/media/common/v4l2-tpg/ |
| A D | v4l2-tpg-core.c | 651 int y_offset, int *y, int *cb, int *cr) in rgb2ycbcr() argument 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() 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 833 ycbcr2rgb(full ? bt601_full : bt601, y, cb, cr, y_offset, r, g, b); in ycbcr_to_color() 846 ycbcr2rgb(full ? bt2020_full : bt2020, y, cb, cr, y_offset, r, g, b); in ycbcr_to_color() [all …]
|
| /drivers/gpu/drm/i915/gt/ |
| A D | gen7_renderclear.c | 313 unsigned int y_offset = (media_object_index / 16) * 16; in gen7_emit_media_object() local 333 *cs++ = y_offset << 16 | x_offset; in gen7_emit_media_object()
|
| /drivers/platform/chrome/ |
| A D | cros_ec_sensorhub_ring.c | 272 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()
|
| A D | cros_ec_sensorhub_trace.h | 99 __entry->y = state->y_offset;
|
| /drivers/gpu/drm/vboxvideo/ |
| A D | vbox_mode.c | 42 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()
|
| /drivers/gpu/drm/omapdrm/ |
| A D | tcm.h | 60 unsigned int y_offset; /* offset to use for y coordinates */ member
|
| A D | omap_dmm_tiler.c | 363 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()
|
| /drivers/media/test-drivers/vivid/ |
| A D | vivid-kthread-cap.c | 80 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()
|
| /drivers/gpu/drm/i915/display/ |
| A D | intel_fbc.c | 1381 int y_offset = plane_state->view.color_plane[0].y; in __intel_fbc_prepare_dirty_rect() local 1395 *fbc_dirty_rect = DRM_RECT_INIT(0, y_offset, width, 1); in __intel_fbc_prepare_dirty_rect()
|
| /drivers/hid/ |
| A D | wacom_wac.c | 1562 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()
|