mirror of
https://github.com/torvalds/linux.git
synced 2026-04-18 14:53:58 -04:00
drm/i915/plane: rename intel_atomic_check_planes() to intel_plane_atomic_check()
Align with all the other atomic check functions. Reviewed-by: Gustavo Sousa <gustavo.sousa@intel.com> Link: https://lore.kernel.org/r/57c59e33e31fbea564f61c2ffaa81e979e33f106.1750147992.git.jani.nikula@intel.com Signed-off-by: Jani Nikula <jani.nikula@intel.com>
This commit is contained in:
@@ -1529,7 +1529,7 @@ static int intel_add_affected_planes(struct intel_atomic_state *state)
|
||||
return 0;
|
||||
}
|
||||
|
||||
int intel_atomic_check_planes(struct intel_atomic_state *state)
|
||||
int intel_plane_atomic_check(struct intel_atomic_state *state)
|
||||
{
|
||||
struct intel_display *display = to_intel_display(state);
|
||||
struct intel_crtc_state *old_crtc_state, *new_crtc_state;
|
||||
|
||||
Reference in New Issue
Block a user