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