From 96e513fc308281ca939e5a38df6ffacd10e68360 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 5 Apr 2014 19:30:55 +0200 Subject: m doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/blueshift_drm.pyx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'src') diff --git a/src/blueshift_drm.pyx b/src/blueshift_drm.pyx index 16ad4a5..f4bfc06 100644 --- a/src/blueshift_drm.pyx +++ b/src/blueshift_drm.pyx @@ -365,15 +365,15 @@ def drm_set_gamma_ramps(int connection, crtc_indices, int gamma_size, r_curve, g ''' Set the gamma ramps of the of a monitor - @param connection The identifier for the connection to the card - @param crtc_index:list The index of the CRTC to read from - @param gamma_size The size a gamma ramp - @param r_curve:list The red gamma ramp - @param g_curve:list The green gamma ramp - @param b_curve:list The blue gamma ramp - @param threadsafe:bool Whether to decrease memory efficiency and performace so - multiple threads can use DRM concurrently - @return :int Zero on success + @param connection The identifier for the connection to the card + @param crtc_indices:list The indices of the CRTC:s to control + @param gamma_size The size a gamma ramp + @param r_curve:list The red gamma ramp + @param g_curve:list The green gamma ramp + @param b_curve:list The blue gamma ramp + @param threadsafe:bool Whether to decrease memory efficiency and performace so + multiple threads can use DRM concurrently + @return :int Zero on success ''' global r_shared, g_shared, b_shared cdef uint16_t* r -- cgit v1.2.3-70-g09d2