NV services: Difference between revisions
Masagrator (talk | contribs) mNo edit summary |
Masagrator (talk | contribs) mNo edit summary |
||
Line 758: | Line 758: | ||
__out struct mode[201]; | __out struct mode[201]; | ||
__out u32 num_modes; | __out u32 num_modes; | ||
}; | |||
=== NVDISP_PANEL_GET_VENDOR_ID === | |||
Returns display panel's informations. | |||
struct { | |||
__out u8 vendor; //0x10 - JDI, 0x20 - InnoLux, 0x30 - AUO, 0x40 - Sharp, 0x50 - Samsung | |||
__out u8 model; | |||
__out u8 board; //0xF - 6.2", 0x10 - 5.5", 0x20 - 7.0". JDI panels have nonstandard values | |||
}; | }; | ||
Line 843: | Line 853: | ||
__out struct mode2[201]; | __out struct mode2[201]; | ||
__out u32 num_modes; | __out u32 num_modes; | ||
}; | }; | ||