]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: s/pipe_config/new_crtc_state/ in .crtc_enable()
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Mon, 18 Nov 2019 16:44:29 +0000 (18:44 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Wed, 20 Nov 2019 15:43:47 +0000 (17:43 +0200)
commitd82761e27e14b86dcf40661e4740092424fe8e11
treece3a8ac7ee1d84c17545c6d7a6c6fd6424475c24
parentc2c57ad91ee02a40d5e6ae4cb2aad3c2a5f4ed59
drm/i915: s/pipe_config/new_crtc_state/ in .crtc_enable()

Rename pipe_config to new_crtc_state in the .crtc_enable() hooks.
The 'pipe_config' name is a zombie that we need to finally put down.

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-10-ville.syrjala@linux.intel.com
drivers/gpu/drm/i915/display/intel_display.c