Searched refs:max_dim (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/sys/boot/efi/boot1/
H A Dboot1.c570 UINTN i, max_dim, best_mode, cols, rows, hsize, nhandles; local
588 max_dim = best_mode = 0;
593 if (cols * rows > max_dim) {
594 max_dim = cols * rows;
598 if (max_dim > 0)
/freebsd-10-stable/sys/dev/drm2/radeon/
H A Dr600_blit_kms.c488 rdev->r600_blit.max_dim = 8192;
587 int *width, int *height, int max_dim)
605 if (h >= max_dim) {
606 h = max_dim;
610 max_pages = (max_dim * h) / (RECT_UNIT_W * RECT_UNIT_H);
646 rdev->r600_blit.max_dim);
721 rdev->r600_blit.max_dim);
586 r600_blit_create_rect(unsigned num_gpu_pages, int *width, int *height, int max_dim) argument
H A Devergreen_blit_kms.c638 rdev->r600_blit.max_dim = 16384;
H A Dradeon.h763 int max_dim; member in struct:r600_blit

Completed in 78 milliseconds