Searched refs:hborder (Results 1 – 9 of 9) sorted by relevance
| /linux-6.15/drivers/gpu/drm/ast/ |
| H A D | ast_mode.c | 687 unsigned int hborder = 0; in ast_crtc_helper_atomic_check() local 752 hborder = 8; in ast_crtc_helper_atomic_check() 757 adjusted_mode->crtc_hblank_start = vmode->hde + hborder; in ast_crtc_helper_atomic_check() 758 adjusted_mode->crtc_hblank_end = vmode->ht - hborder; in ast_crtc_helper_atomic_check() 759 adjusted_mode->crtc_hsync_start = vmode->hde + hborder + vmode->hfp; in ast_crtc_helper_atomic_check() 760 adjusted_mode->crtc_hsync_end = vmode->hde + hborder + vmode->hfp + vmode->hsync; in ast_crtc_helper_atomic_check()
|
| /linux-6.15/drivers/gpu/drm/nouveau/ |
| H A D | nouveau_connector.h | 99 u32 hborder; member
|
| H A D | nouveau_connector.c | 110 *val = asyc->scaler.underscan.hborder; in nouveau_conn_atomic_get_property() 180 if (asyc->scaler.underscan.hborder != val) { in nouveau_conn_atomic_set_property() 181 asyc->scaler.underscan.hborder = val; in nouveau_conn_atomic_set_property()
|
| /linux-6.15/include/linux/ |
| H A D | svga.h | 120 …*tm, struct fb_var_screeninfo *var, u32 hmul, u32 hdiv, u32 vmul, u32 vdiv, u32 hborder, int node);
|
| /linux-6.15/drivers/gpu/drm/gma500/ |
| H A D | oaktrail.h | 34 u8 hborder; member
|
| /linux-6.15/Documentation/gpu/ |
| H A D | kms-properties.csv | 84 ,,“underscan hborder”,RANGE,"Min=0, Max=128",Connector,TBD 95 ,,"""underscan hborder""",RANGE,"Min=0, Max=128",Connector,TBD
|
| /linux-6.15/drivers/video/fbdev/core/ |
| H A D | svgalib.c | 514 u32 hmul, u32 hdiv, u32 vmul, u32 vdiv, u32 hborder, int node) in svga_set_timings() argument 532 svga_wcrt_multi(regbase, tm->h_blank_start_regs, (value / 8) - 1 + hborder); in svga_set_timings() 537 svga_wcrt_multi(regbase, tm->h_blank_end_regs, (value / 8) - 1 - hborder); in svga_set_timings()
|
| /linux-6.15/include/drm/ |
| H A D | drm_edid.h | 89 u8 hborder; member
|
| /linux-6.15/drivers/gpu/drm/nouveau/dispnv50/ |
| H A D | head.c | 160 u32 bX = asyc->scaler.underscan.hborder; in nv50_head_atomic_check_view()
|