1<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>drm_atomic_get_connector_state</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="drm-mode-setting.html#idp1123612996" title="Atomic Mode Setting Function Reference"><link rel="prev" href="API-drm-atomic-plane-set-property.html" title="drm_atomic_plane_set_property"><link rel="next" href="API-drm-atomic-connector-set-property.html" title="drm_atomic_connector_set_property"></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_atomic_get_connector_state</span></th></tr><tr><td width="20%" align="left"><a accesskey="p" href="API-drm-atomic-plane-set-property.html">Prev</a> </td><th width="60%" align="center">Atomic Mode Setting Function Reference</th><td width="20%" align="right"> <a accesskey="n" href="API-drm-atomic-connector-set-property.html">Next</a></td></tr></table><hr></div><div class="refentry"><a name="API-drm-atomic-get-connector-state"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>drm_atomic_get_connector_state — 2 get connector state 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">struct drm_connector_state * <b class="fsfunc">drm_atomic_get_connector_state </b>(</code></td><td>struct drm_atomic_state * <var class="pdparam">state</var>, </td></tr><tr><td> </td><td>struct drm_connector * <var class="pdparam">connector</var><code>)</code>;</td></tr></table><div class="funcprototype-spacer"> </div></div></div><div class="refsect1"><a name="idp1123686292"></a><h2>Arguments</h2><div class="variablelist"><dl class="variablelist"><dt><span class="term"><em class="parameter"><code>state</code></em></span></dt><dd><p> 4 global atomic state object 5 </p></dd><dt><span class="term"><em class="parameter"><code>connector</code></em></span></dt><dd><p> 6 connector to get state object for 7 </p></dd></dl></div></div><div class="refsect1"><a name="idp1123688956"></a><h2>Description</h2><p> 8 This function returns the connector state for the given connector, 9 allocating it if needed. It will also grab the relevant connector lock to 10 make sure that the state is consistent. 11</p></div><div class="refsect1"><a name="idp1123689748"></a><h2>Returns</h2><p> 12 </p><p> 13 14 Either the allocated state or the error code encoded into the pointer. When 15 the error is EDEADLK then the w/w mutex code has detected a deadlock and the 16 entire atomic sequence must be restarted. All other errors are fatal. 17</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-atomic-plane-set-property.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="drm-mode-setting.html#idp1123612996">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="API-drm-atomic-connector-set-property.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span class="phrase">drm_atomic_plane_set_property</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_atomic_connector_set_property</span></td></tr></table></div></body></html> 18