NV services: Difference between revisions
Masagrator (talk | contribs) No edit summary |
Masagrator (talk | contribs) No edit summary |
||
Line 620: | Line 620: | ||
=== NVDISP_CTRL_GET_DISPLAY_PROPERTIES === | === NVDISP_CTRL_GET_DISPLAY_PROPERTIES === | ||
Get the properties for a given output. | Get the properties for a given output. Almost identical to Linux driver. | ||
struct { | struct { | ||
__in u32 num_output; | __in u32 num_output; | ||
__in u32 unk; | |||
__out u32 output_type; // 0 - DSI, 1 - LVDS, 3 - HDMI, 5 - DP | __out u32 output_type; // 0 - DSI, 1 - LVDS, 3 - HDMI, 5 - DP | ||
__out u32 connected; | __out u32 connected; |