mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-23 05:56:14 -04:00
drm/i915: Rename all bigjoiner to joiner
Lets unify both bigjoiner and ultrajoiner under simple "joiner" name, because in future we might have multiple configurations, involving multiple bigjoiners, ultrajoiner, however it is possible to use same api for handling both. v2: - Renamed back some bigjoiner specific parts for now(Ville) Signed-off-by: Stanislav Lisovskiy <stanislav.lisovskiy@intel.com> [vsyrjala: Catch a few more cases] Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20240607075457.15700-1-stanislav.lisovskiy@intel.com
This commit is contained in:
committed by
Ville Syrjälä
parent
ca8a170f73
commit
fb4943574f
@@ -336,7 +336,7 @@ void intel_plane_copy_uapi_to_hw_state(struct intel_plane_state *plane_state,
|
||||
intel_plane_clear_hw_state(plane_state);
|
||||
|
||||
/*
|
||||
* For the bigjoiner slave uapi.crtc will point at
|
||||
* For the joiner slave uapi.crtc will point at
|
||||
* the master crtc. So we explicitly assign the right
|
||||
* slave crtc to hw.crtc. uapi.crtc!=NULL simply indicates
|
||||
* the plane is logically enabled on the uapi level.
|
||||
@@ -721,7 +721,7 @@ int intel_plane_atomic_check(struct intel_atomic_state *state,
|
||||
struct intel_crtc_state *new_crtc_state =
|
||||
intel_atomic_get_new_crtc_state(state, crtc);
|
||||
|
||||
if (new_crtc_state && intel_crtc_is_bigjoiner_slave(new_crtc_state)) {
|
||||
if (new_crtc_state && intel_crtc_is_joiner_slave(new_crtc_state)) {
|
||||
struct intel_crtc *master_crtc =
|
||||
intel_master_crtc(new_crtc_state);
|
||||
struct intel_plane *master_plane =
|
||||
|
||||
Reference in New Issue
Block a user