1<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>drm_helper_probe_single_connector_modes</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><link rel="home" href="index.html" title="Linux DRM Developer's Guide"><link rel="up" href="ch02s05.html#idp1125575852" title="Output Probing Helper Functions Reference"><link rel="prev" href="API-drm-helper-crtc-mode-set-base.html" title="drm_helper_crtc_mode_set_base"><link rel="next" href="API-drm-helper-probe-single-connector-modes-nomerge.html" title="drm_helper_probe_single_connector_modes_nomerge"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center"><span class="phrase">drm_helper_probe_single_connector_modes</span></th></tr><tr><td width="20%" align="left"><a accesskey="p" href="API-drm-helper-crtc-mode-set-base.html">Prev</a> </td><th width="60%" align="center">Output Probing Helper Functions Reference</th><td width="20%" align="right"> <a accesskey="n" href="API-drm-helper-probe-single-connector-modes-nomerge.html">Next</a></td></tr></table><hr></div><div class="refentry"><a name="API-drm-helper-probe-single-connector-modes"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>drm_helper_probe_single_connector_modes — 2 get complete set of display modes 3 </p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="funcsynopsis"><table border="0" class="funcprototype-table" summary="Function synopsis" style="cellspacing: 0; cellpadding: 0;"><tr><td><code class="funcdef">int <b class="fsfunc">drm_helper_probe_single_connector_modes </b>(</code></td><td>struct drm_connector * <var class="pdparam">connector</var>, </td></tr><tr><td> </td><td>uint32_t <var class="pdparam">maxX</var>, </td></tr><tr><td> </td><td>uint32_t <var class="pdparam">maxY</var><code>)</code>;</td></tr></table><div class="funcprototype-spacer"> </div></div></div><div class="refsect1"><a name="idp1125583396"></a><h2>Arguments</h2><div class="variablelist"><dl class="variablelist"><dt><span class="term"><em class="parameter"><code>connector</code></em></span></dt><dd><p> 4 connector to probe 5 </p></dd><dt><span class="term"><em class="parameter"><code>maxX</code></em></span></dt><dd><p> 6 max width for modes 7 </p></dd><dt><span class="term"><em class="parameter"><code>maxY</code></em></span></dt><dd><p> 8 max height for modes 9 </p></dd></dl></div></div><div class="refsect1"><a name="idp1125587060"></a><h2>Description</h2><p> 10 Based on the helper callbacks implemented by <em class="parameter"><code>connector</code></em> try to detect all 11 valid modes. Modes will first be added to the connector's probed_modes list, 12 then culled (based on validity and the <em class="parameter"><code>maxX</code></em>, <em class="parameter"><code>maxY</code></em> parameters) and put into 13 the normal modes list. 14 </p><p> 15 16 Intended to be use as a generic implementation of the -><code class="function">fill_modes</code> 17 <em class="parameter"><code>connector</code></em> vfunc for drivers that use the crtc helpers for output mode 18 filtering and detection. 19</p></div><div class="refsect1"><a name="idp1125589996"></a><h2>Returns</h2><p> 20 The number of modes found on <em class="parameter"><code>connector</code></em>. 21</p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="API-drm-helper-crtc-mode-set-base.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ch02s05.html#idp1125575852">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="API-drm-helper-probe-single-connector-modes-nomerge.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span class="phrase">drm_helper_crtc_mode_set_base</span> </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> <span class="phrase">drm_helper_probe_single_connector_modes_nomerge</span></td></tr></table></div></body></html> 22