Home
last modified time | relevance | path

Searched refs:y_start (Results 1 – 12 of 12) sorted by relevance

/linux/drivers/staging/fbtft/
H A Dfb_uc1611.c222 int y_start = offset / line_length; in write_vmem() local
232 i = y_start * line_length; in write_vmem()
233 for (y = y_start; y <= y_end; y++) { in write_vmem()
244 y_start &= 0xFE; in write_vmem()
245 i = y_start * line_length; in write_vmem()
246 for (y = y_start; y <= y_end; y += 2) { in write_vmem()
266 i = y_start * line_length; in write_vmem()
267 for (y = y_start; y <= y_end; y++) { in write_vmem()
279 y_start &= 0xFE; in write_vmem()
280 i = y_start * line_length; in write_vmem()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/inc/
H A Ddml_top_display_cfg_types.h213 unsigned long y_start; member
220 unsigned long y_start; member
/linux/drivers/staging/media/ipu3/
H A Dipu3-tables.c9386 .y_start = 0,
9555 .y_start = 2 | IPU3_UAPI_GRID_Y_START_EN,
9570 .y_start = 0,
9593 .y_start = 2 | IPU3_UAPI_GRID_Y_START_EN,
9607 .y_start = 0,
H A Dipu3-abi.h698 s32 y_start:13; member
872 u16 y_start; member
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_crc.h45 uint16_t y_start; member
H A Damdgpu_dm_crc.c96 acrtc->dm_irq_params.window_param.y_start = 0; in amdgpu_dm_set_crc_window_default()
512 secure_display_ctx->rect.y = acrtc->dm_irq_params.window_param.y_start; in amdgpu_dm_crtc_handle_crc_window_irq()
516 acrtc->dm_irq_params.window_param.y_start; in amdgpu_dm_crtc_handle_crc_window_irq()
H A Damdgpu_dm_debugfs.c3497 acrtc->dm_irq_params.window_param.y_start = (uint16_t) val; in crc_win_y_start_set()
3514 *val = acrtc->dm_irq_params.window_param.y_start; in crc_win_y_start_get()
/linux/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_dmcu.c938 int x_start, y_start, x_end, y_end; in dcn10_forward_crc_window() local
953 y_start = rect->y; in dcn10_forward_crc_window()
955 y_end = y_start + rect->height; in dcn10_forward_crc_window()
958 crc_start = (((unsigned int) x_start) << 16) | y_start; in dcn10_forward_crc_window()
/linux/drivers/video/fbdev/omap/
H A Dhwa742.c153 static void set_window_regs(int x_start, int y_start, int x_end, int y_end) in set_window_regs() argument
162 tmp[2] = y_start; in set_window_regs()
163 tmp[3] = y_start >> 8; in set_window_regs()
/linux/drivers/staging/media/ipu3/include/uapi/
H A Dintel-ipu3.h65 __u16 y_start; member
204 __u16 y_start; member
1144 __s16 y_start; member
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_shared.c1682 …rameters[k].ViewportYStart = display_cfg->plane_descriptors[k].composition.viewport.plane0.y_start; in dml2_core_shared_mode_support()
1683 …ameters[k].ViewportXStartC = display_cfg->plane_descriptors[k].composition.viewport.plane1.y_start; in dml2_core_shared_mode_support()
1684 …ameters[k].ViewportYStartC = display_cfg->plane_descriptors[k].composition.viewport.plane1.y_start; in dml2_core_shared_mode_support()
2077 …tting_params->vp_start_y_l = display_cfg->plane_descriptors[k].composition.viewport.plane0.y_start; in dml2_core_shared_mode_support()
2088 …tting_params->vp_start_y_c = display_cfg->plane_descriptors[k].composition.viewport.plane1.y_start; in dml2_core_shared_mode_support()
3631 ….y_start + SwathWidthC[k] + req_width_horz_c - 1, req_width_horz_c) - math_floor2(display_cfg->pla… in CalculateSwathWidth()
3644y_start + SwathWidthY[k] + Read256BytesBlockHeightY[k] - 1, Read256BytesBlockHeightY[k]) - math_fl… in CalculateSwathWidth()
3651y_start + SwathWidthC[k] + Read256BytesBlockHeightC[k] - 1, Read256BytesBlockHeightC[k]) - math_fl… in CalculateSwathWidth()
7025 …math_floor2((double)composition->viewport.plane0.y_start + composition->viewport.plane0.height + R… in CalculateSurfaceSizeInMall()
7026 …math_floor2((double)composition->viewport.plane0.y_start, ReadBlockHeightY[k])) * BytesPerPixelY[k… in CalculateSurfaceSizeInMall()
[all …]
/linux/drivers/gpu/drm/amd/display/dmub/inc/
H A Ddmub_cmd.h5223 uint16_t y_start; member
5232 uint16_t y_start; member