[Intel-gfx] [PATCH 29/43] drm/i915: copy&paste drm_crtc_helper_set_mode

Paulo Zanoni przanoni at gmail.com
Wed Jul 25 23:14:03 CEST 2012


2012/7/3 Daniel Vetter <daniel.vetter at ffwll.ch>:
> Together with the static helpers drm_crtc_prepare_encoders and
> drm_encoder_disable (which will be simplified in the next patch, but
> for now are 1:1 copies). Again, no changes beside new names for these
> functions.
>
> Also call our new set_mode instead of the crtc helper one now in all
> the places we've done so far.
>
> Signed-Off-by: Daniel Vetter <daniel.vetter at ffwll.ch>

Writing also on email since this was requested on IRC.

We now have intel_crtc_set_mode and intel_crtc_mode_set. One calls the
other. Now this happens by using pointers, but later in the patch
series, intel_crtc_set_mode will directly call intel_crtc_mode_set.
Creative function names are always welcome :)

-- 
Paulo Zanoni



More information about the Intel-gfx mailing list