OSDN Git Service

drm/i915: s/pipe_config/new_crtc_state/ intel_{pre,post}_plane_update()
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Wed, 27 Nov 2019 19:05:52 +0000 (21:05 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Wed, 4 Dec 2019 13:37:30 +0000 (15:37 +0200)
commit0e75fb8c03aa430e88f1393ea089b881c7b86f5f
treed8ddb60484c01934c873c1e6f715d8289397d27d
parent60aca5741a695666218f8eefcd436e7dcc508552
drm/i915: s/pipe_config/new_crtc_state/ intel_{pre,post}_plane_update()

Replace the old world 'pipe_config' variable name with the new thing.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20191127190556.1574-4-ville.syrjala@linux.intel.com
Reviewed-by: José Roberto de Souza <jose.souza@intel.com>
drivers/gpu/drm/i915/display/intel_display.c