Searched refs:max_crtc_width (Results 1 - 6 of 6) sorted by relevance

/haiku/src/add-ons/accelerants/neomagic/engine/
H A Dnm_info.c25 si->ps.max_crtc_width = 1024;
44 si->ps.max_crtc_width = 1024;
63 si->ps.max_crtc_width = 1024;
82 si->ps.max_crtc_width = 1024;
101 si->ps.max_crtc_width = 1280;
120 si->ps.max_crtc_width = 1280;
139 si->ps.max_crtc_width = 1280;
158 si->ps.max_crtc_width = 1280;
251 LOG(2,("card max_crtc_width: %d\n", si->ps.max_crtc_width));
[all...]
H A Dnm_crtc.c32 if (*hd_e > si->ps.max_crtc_width) *hd_e = si->ps.max_crtc_width;
/haiku/src/add-ons/accelerants/skeleton/engine/
H A Dgeneral.c582 uint32 max_crtc_width, max_acc_width; local
743 case B_CMAP8: max_crtc_width = 16368; break; /* 16376 */
744 case B_RGB15: max_crtc_width = 8184; break; /* 8188 */
745 case B_RGB16: max_crtc_width = 8184; break; /* 8188 */
746 case B_RGB24: max_crtc_width = 5456; break; /* 5456 */
747 case B_RGB32: max_crtc_width = 4092; break; /* 4094 */
759 case B_CMAP8: max_crtc_width = 16352; break;
760 case B_RGB15: max_crtc_width = 8176; break;
761 case B_RGB16: max_crtc_width = 8176; break;
762 case B_RGB24: max_crtc_width
[all...]
/haiku/src/add-ons/accelerants/via/engine/
H A Dgeneral.c541 uint32 max_crtc_width, max_acc_width; local
646 case B_CMAP8: max_crtc_width = 16376; break;
647 case B_RGB15: max_crtc_width = 8188; break;
648 case B_RGB16: max_crtc_width = 8188; break;
649 case B_RGB24: max_crtc_width = 5456; break;
650 case B_RGB32: max_crtc_width = 4094; break;
659 if (max_acc_width <= max_crtc_width)
673 if (target->virtual_width > max_crtc_width) target->virtual_width = max_crtc_width;
693 else /* max_acc_width > max_crtc_width */
[all...]
/haiku/headers/private/graphics/neomagic/
H A DDriverInterface.h204 uint16 max_crtc_width; /* CRTC max constraints */ member in struct:__anon799::__anon803
/haiku/src/add-ons/accelerants/nvidia/engine/
H A Dnv_general.c1920 uint32 max_crtc_width, max_acc_width; local
2082 case B_CMAP8: max_crtc_width = 16368; break; /* 16376 */
2083 case B_RGB15: max_crtc_width = 8184; break; /* 8188 */
2084 case B_RGB16: max_crtc_width = 8184; break; /* 8188 */
2085 case B_RGB24: max_crtc_width = 5456; break; /* 5456 */
2086 case B_RGB32: max_crtc_width = 4092; break; /* 4094 */
2098 case B_CMAP8: max_crtc_width = 16352; break;
2099 case B_RGB15: max_crtc_width = 8176; break;
2100 case B_RGB16: max_crtc_width = 8176; break;
2101 case B_RGB24: max_crtc_width
[all...]

Completed in 52 milliseconds