Searched refs:blanks (Results 1 – 12 of 12) sorted by relevance
/linux/scripts/ |
H A D | cleanfile | 135 @blanks = (); 146 push(@blanks, $line); 149 push(@lines, @blanks); 153 @blanks = ();
|
/linux/drivers/gpu/drm/nouveau/dispnv50/ |
H A D | atom.h | 42 u16 blanks; member 48 u16 blanks; member
|
H A D | headc57d.c | 225 NVVAL(NVC57D, HEAD_SET_RASTER_BLANK_START, X, m->h.blanks) | in headc57d_mode() 226 NVVAL(NVC57D, HEAD_SET_RASTER_BLANK_START, Y, m->v.blanks)); in headc57d_mode()
|
H A D | headc37d.c | 233 NVVAL(NVC37D, HEAD_SET_RASTER_BLANK_START, X, m->h.blanks) | in headc37d_mode() 234 NVVAL(NVC37D, HEAD_SET_RASTER_BLANK_START, Y, m->v.blanks)); in headc37d_mode()
|
H A D | head907d.c | 351 NVVAL(NV907D, HEAD_SET_RASTER_BLANK_START, X, m->h.blanks) | in head907d_mode() 352 NVVAL(NV907D, HEAD_SET_RASTER_BLANK_START, Y, m->v.blanks), in head907d_mode()
|
H A D | head507d.c | 383 NVVAL(NV507D, HEAD_SET_RASTER_BLANK_START, X, m->h.blanks) | in head507d_mode() 384 NVVAL(NV507D, HEAD_SET_RASTER_BLANK_START, Y, m->v.blanks), in head507d_mode()
|
H A D | head.c | 296 m->h.blanks = m->h.blanke + mode->crtc_hdisplay; in nv50_head_atomic_check_mode() 301 m->v.blanks = m->v.blanke + mode->crtc_vdisplay; in nv50_head_atomic_check_mode()
|
H A D | disp.c | 1617 unsigned surfaceWidth = asyh->mode.h.blanks - asyh->mode.h.blanke; in nv50_sor_dp_watermark_sst()
|
/linux/drivers/gpu/drm/nouveau/ |
H A D | nouveau_display.c | 70 calc(int blanks, int blanke, int total, int line) in calc() argument 72 if (blanke >= blanks) { in calc() 73 if (line >= blanks) in calc() 76 if (line >= blanks) in calc()
|
/linux/Documentation/admin-guide/ |
H A D | tainted-kernels.rst | 37 either letters or blanks. In the example above it looks like this::
|
/linux/Documentation/driver-api/usb/ |
H A D | power-management.rst | 796 ports when the screen blanks, and re-power them when the screen becomes
|
/linux/arch/x86/ |
H A D | Kconfig | 2879 virtual console blanks the screen. Note that this is only used by
|