Home
last modified time | relevance | path

Searched refs:max_x (Results 1 – 5 of 5) sorted by relevance

/dragonfly/sys/dev/drm/amd/display/dc/dce110/
H A Ddce110_compressor.c451 unsigned int max_x = FBC_MAX_X, max_y = FBC_MAX_Y;
453 get_max_support_fbc_buffersize(&max_x, &max_y);
460 …size.preferred_size = size.min_size = align_to_chunks_number_per_line(max_x) * max_y * 4; /* (For…
476 void get_max_support_fbc_buffersize(unsigned int *max_x, unsigned int *max_y) in get_max_support_fbc_buffersize() argument
478 *max_x = FBC_MAX_X; in get_max_support_fbc_buffersize()
H A Ddce110_compressor.h78 void get_max_support_fbc_buffersize(unsigned int *max_x, unsigned int *max_y);
/dragonfly/contrib/dialog/
H A Dutil.c1030 int max_x = 2; in justify_text() local
1072 max_x = MAX(max_x, x); in justify_text()
1082 *wide = max_x; in justify_text()
1266 int max_x = SCOLS - 2; in auto_size_preformatted() local
1267 int max_width = max_x; in auto_size_preformatted()
1271 justify_text((WINDOW *) 0, prompt, max_y, max_x, &high, &wide); in auto_size_preformatted()
1280 max_x = (int) ((float) wide / diff + 4); in auto_size_preformatted()
1281 justify_text((WINDOW *) 0, prompt, max_y, max_x, &high, &wide); in auto_size_preformatted()
1290 while (car < ar && max_x < max_width) { in auto_size_preformatted()
1291 max_x += 4; in auto_size_preformatted()
[all …]
/dragonfly/games/cgram/
H A Dcgram.c320 int max_x = imin(COLS - 1, len - offset_x); in redraw() local
324 for (int x = 0; x < max_x; x++) { in redraw()
/dragonfly/sys/dev/misc/psm/
H A Dpsm.c241 int max_x; member
3821 int max_x, max_y; local
3835 max_x = sc->syninfo.max_x;
3848 else if (x0 >= max_x - margin_right)
3849 x0 = max_x - margin_right;
3992 max_x + vscroll_ver_area))
4169 int max_x, max_y; local
4194 max_x = sc->syninfo.max_x;
4211 x0 = max_x - margin_right;
5882 sc->syninfo.max_x = 6143;
[all …]