commit | 7451a074bf2f263ed7c92f6d9d21aa9c2beef601 | [log] [tgz] |
---|---|---|
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | Mon Nov 18 18:44:30 2019 +0200 |
committer | Ville Syrjälä <ville.syrjala@linux.intel.com> | Wed Nov 20 17:43:47 2019 +0200 |
tree | 02d7bed472bcf0415d0679798989a74efc6a37c8 | |
parent | 502d871459d25e52358ddbafbc8cf9125fb12e1a [diff] |
drm/i915: Change .crtc_enable/disable() calling convention Just pass the atomic state+crtc to the .crtc_enable() .crtc_disable(). Life is easier when you don't have to think whether to pass the old or the new crtc state. 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-11-ville.syrjala@linux.intel.com