drm: drop _mode_ from remaining connector functions
Since there's very few callers of these I've decided to do them all in one patch. With this the unecessarily long drm_mode_connector_ prefix is gone from the codebase! The only exception being struct drm_mode_connector_set_property, which is part of the uapi so can't be renamed. Again done with sed+some manual fixups for indent issues. Reviewed-by: Sean Paul <seanpaul@chromium.org> Signed-off-by: Daniel Vetter <daniel.vetter@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20180709084016.23750-8-daniel.vetter@ffwll.ch
This commit is contained in:
@@ -2867,7 +2867,7 @@ static int update_output_state(struct drm_atomic_state *state,
|
||||
* resets the "link-status" property to GOOD, to force any link
|
||||
* re-training. The SETCRTC ioctl does not define whether an update does
|
||||
* need a full modeset or just a plane update, hence we're allowed to do
|
||||
* that. See also drm_mode_connector_set_link_status_property().
|
||||
* that. See also drm_connector_set_link_status_property().
|
||||
*
|
||||
* Returns:
|
||||
* Returns 0 on success, negative errno numbers on failure.
|
||||
|
Reference in New Issue
Block a user