Searched refs:sync_width (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/arch/powerpc/include/asm/ |
D | ps3gpu.h | 59 u64 ioif_offset, u64 sync_width, u64 pitch) in lv1_gpu_fb_blit() argument 63 ddr_offset, ioif_offset, sync_width, in lv1_gpu_fb_blit()
|
/linux-6.1.9/drivers/gpu/drm/i915/display/ |
D | intel_panel.c | 401 u32 border, sync_pos, blank_width, sync_width; in centre_horizontally() local 404 sync_width = adjusted_mode->crtc_hsync_end - adjusted_mode->crtc_hsync_start; in centre_horizontally() 406 sync_pos = (blank_width - sync_width + 1) / 2; in centre_horizontally() 416 adjusted_mode->crtc_hsync_end = adjusted_mode->crtc_hsync_start + sync_width; in centre_horizontally() 423 u32 border, sync_pos, blank_width, sync_width; in centre_vertically() local 426 sync_width = adjusted_mode->crtc_vsync_end - adjusted_mode->crtc_vsync_start; in centre_vertically() 428 sync_pos = (blank_width - sync_width + 1) / 2; in centre_vertically() 437 adjusted_mode->crtc_vsync_end = adjusted_mode->crtc_vsync_start + sync_width; in centre_vertically()
|
/linux-6.1.9/drivers/gpu/drm/mediatek/ |
D | mtk_dpi.c | 104 u32 sync_width; member 183 mtk_dpi_mask(dpi, DPI_TGEN_HWIDTH, sync->sync_width << HPW, in mtk_dpi_config_hsync() 199 sync->sync_width << VSYNC_WIDTH_SHIFT, in mtk_dpi_config_vsync() 553 hsync.sync_width = vm.hsync_len / dpi->conf->pixels_per_iter; in mtk_dpi_set_display_mode() 558 vsync_lodd.sync_width = vm.vsync_len; in mtk_dpi_set_display_mode()
|