1<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>drm_helper_crtc_mode_set</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#idp1125415036" title="Modeset Helper Functions Reference"><link rel="prev" href="API-drm-helper-resume-force-mode.html" title="drm_helper_resume_force_mode"><link rel="next" href="API-drm-helper-crtc-mode-set-base.html" title="drm_helper_crtc_mode_set_base"></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_crtc_mode_set</span></th></tr><tr><td width="20%" align="left"><a accesskey="p" href="API-drm-helper-resume-force-mode.html">Prev</a>&#160;</td><th width="60%" align="center">Modeset Helper Functions Reference</th><td width="20%" align="right">&#160;<a accesskey="n" href="API-drm-helper-crtc-mode-set-base.html">Next</a></td></tr></table><hr></div><div class="refentry"><a name="API-drm-helper-crtc-mode-set"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>drm_helper_crtc_mode_set &#8212; 
2     mode_set implementation for atomic plane helpers
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_crtc_mode_set </b>(</code></td><td>struct drm_crtc * <var class="pdparam">crtc</var>, </td></tr><tr><td>&#160;</td><td>struct drm_display_mode * <var class="pdparam">mode</var>, </td></tr><tr><td>&#160;</td><td>struct drm_display_mode * <var class="pdparam">adjusted_mode</var>, </td></tr><tr><td>&#160;</td><td>int <var class="pdparam">x</var>, </td></tr><tr><td>&#160;</td><td>int <var class="pdparam">y</var>, </td></tr><tr><td>&#160;</td><td>struct drm_framebuffer * <var class="pdparam">old_fb</var><code>)</code>;</td></tr></table><div class="funcprototype-spacer">&#160;</div></div></div><div class="refsect1"><a name="idp1125552908"></a><h2>Arguments</h2><div class="variablelist"><dl class="variablelist"><dt><span class="term"><em class="parameter"><code>crtc</code></em></span></dt><dd><p>
4     DRM CRTC
5    </p></dd><dt><span class="term"><em class="parameter"><code>mode</code></em></span></dt><dd><p>
6     DRM display mode which userspace requested
7    </p></dd><dt><span class="term"><em class="parameter"><code>adjusted_mode</code></em></span></dt><dd><p>
8     DRM display mode adjusted by -&gt;mode_fixup callbacks
9    </p></dd><dt><span class="term"><em class="parameter"><code>x</code></em></span></dt><dd><p>
10     x offset of the CRTC scanout area on the underlying framebuffer
11    </p></dd><dt><span class="term"><em class="parameter"><code>y</code></em></span></dt><dd><p>
12     y offset of the CRTC scanout area on the underlying framebuffer
13    </p></dd><dt><span class="term"><em class="parameter"><code>old_fb</code></em></span></dt><dd><p>
14     previous framebuffer
15    </p></dd></dl></div></div><div class="refsect1"><a name="idp1125559748"></a><h2>Description</h2><p>
16   This function implements a callback useable as the -&gt;mode_set callback
17   required by the crtc helpers. Besides the atomic plane helper functions for
18   the primary plane the driver must also provide the -&gt;mode_set_nofb callback
19   to set up the crtc.
20   </p><p>
21
22   This is a transitional helper useful for converting drivers to the atomic
23   interfaces.
24</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-resume-force-mode.html">Prev</a>&#160;</td><td width="20%" align="center"><a accesskey="u" href="ch02s05.html#idp1125415036">Up</a></td><td width="40%" align="right">&#160;<a accesskey="n" href="API-drm-helper-crtc-mode-set-base.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span class="phrase">drm_helper_resume_force_mode</span>&#160;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&#160;<span class="phrase">drm_helper_crtc_mode_set_base</span></td></tr></table></div></body></html>
25