mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 16:44:58 +02: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:
parent
51c2590d2b
commit
b603034fb1
|
|
@ -6447,7 +6447,7 @@ int intel_atomic_check(struct drm_device *dev,
|
|||
goto fail;
|
||||
}
|
||||
|
||||
ret = intel_atomic_check_planes(state);
|
||||
ret = intel_plane_atomic_check(state);
|
||||
if (ret)
|
||||
goto fail;
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -85,7 +85,7 @@ void intel_plane_init_cursor_vblank_work(struct intel_plane_state *old_plane_sta
|
|||
struct intel_plane_state *new_plane_state);
|
||||
int intel_atomic_add_affected_planes(struct intel_atomic_state *state,
|
||||
struct intel_crtc *crtc);
|
||||
int intel_atomic_check_planes(struct intel_atomic_state *state);
|
||||
int intel_plane_atomic_check(struct intel_atomic_state *state);
|
||||
|
||||
u32 intel_plane_ggtt_offset(const struct intel_plane_state *plane_state);
|
||||
bool intel_plane_format_mod_supported_async(struct drm_plane *plane,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user