commit | 021ba10055697adb8b5e3e91852f290234597a75 | [log] [tgz] |
---|---|---|
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | Mon Nov 18 18:44:21 2019 +0200 |
committer | Ville Syrjälä <ville.syrjala@linux.intel.com> | Wed Nov 20 17:43:47 2019 +0200 |
tree | 575a28bd769acb98516a0985a854bd49e97f7d6c | |
parent | 41dec75740111e381385078b57a5568b606b6a59 [diff] |
drm/i915: Change intel_encoders_<hook>() calling convention Just pass the atomic state and the crtc to intel_encoders_enable() & co. Make life simpler when you don't have to think which state (old vs. new) you have to pass in. Also constify the states while at it. Reviewed-by: Manasi Navare <manasi.d.navare@intel.com> Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20191118164430.27265-2-ville.syrjala@linux.intel.com