OSDN Git Service

drm/i915/display: Rename pipe_timings to transcoder_timings
authorManasi Navare <manasi.d.navare@intel.com>
Thu, 8 Oct 2020 21:45:26 +0000 (14:45 -0700)
committerManasi Navare <manasi.d.navare@intel.com>
Tue, 20 Oct 2020 23:40:17 +0000 (16:40 -0700)
commite7fc3f902d76f1c5f6e226f951a03a796e6763df
tree492b1dacd15756e1a0bbd0e1b017ea8e5addf3c8
parent605f9c290c1a21e8d9fdab29a5890aba3e482fb7
drm/i915/display: Rename pipe_timings to transcoder_timings

No functional changes in this patch.

With Bigjoiner, there are 2 pipes driving 2 halfs of 1
transcoder. The transcoder_mode has the full timings, and is used
for configuring the transcoder with the intended mode after
joining the 2 halves.
To clear the confusion, we rename intel_set_pipe_timings to
intel_set_transcoder_timings

v2:
* Split the renaming into separate patch (Ville)

Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Manasi Navare <manasi.d.navare@intel.com>
Reviewed-by: Animesh Manna <animesh.manna@intel.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20201008214535.22942-2-manasi.d.navare@intel.com
drivers/gpu/drm/i915/display/intel_display.c