Searched refs:y_start (Results 1 – 12 of 12) sorted by relevance
/linux/drivers/staging/fbtft/ |
H A D | fb_uc1611.c | 222 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 D | dml_top_display_cfg_types.h | 213 unsigned long y_start; member 220 unsigned long y_start; member
|
/linux/drivers/staging/media/ipu3/ |
H A D | ipu3-tables.c | 9386 .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 D | ipu3-abi.h | 698 s32 y_start:13; member 872 u16 y_start; member
|
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/ |
H A D | amdgpu_dm_crc.h | 45 uint16_t y_start; member
|
H A D | amdgpu_dm_crc.c | 96 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 D | amdgpu_dm_debugfs.c | 3497 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 D | dce_dmcu.c | 938 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 D | hwa742.c | 153 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 D | intel-ipu3.h | 65 __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 D | dml2_core_shared.c | 1682 …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() 3644 …y_start + SwathWidthY[k] + Read256BytesBlockHeightY[k] - 1, Read256BytesBlockHeightY[k]) - math_fl… in CalculateSwathWidth() 3651 …y_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 D | dmub_cmd.h | 5223 uint16_t y_start; member 5232 uint16_t y_start; member
|