OSDN Git Service

drm/i915: Call MG_DP_MODE() macro with the right parameters order
authorJosé Roberto de Souza <jose.souza@intel.com>
Fri, 22 Feb 2019 20:24:37 +0000 (12:24 -0800)
committerJani Nikula <jani.nikula@intel.com>
Mon, 25 Feb 2019 10:22:31 +0000 (12:22 +0200)
commit37fc7845df7b6ab9b2885b42e8de8ebcf33bee7a
tree5d4c3df686ab8c4e942156f58ee66f90521a0887
parentd0aa694b923960351ab79df021de7bbd7728d5cc
drm/i915: Call MG_DP_MODE() macro with the right parameters order

The commit that this patch fixes changed the order of the parameters
of MG_DP_MODE() but din't update the callers, breaking type-c on ICL.

Fixes: 58106b7d816e ("drm/i915: Make MG PHY macros semantically consistent")
Cc: Clint Taylor <clinton.a.taylor@intel.com>
Cc: Imre Deak <imre.deak@intel.com>
Cc: Jani Nikula <jani.nikula@linux.intel.com>
Cc: Aditya Swarup <aditya.swarup@intel.com>
Cc: Manasi navare <manasi.d.navare@intel.com>
Cc: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: José Roberto de Souza <jose.souza@intel.com>
Reviewed-by: Lucas De Marchi <lucas.demarchi@intel.com>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190222202437.6575-1-jose.souza@intel.com
drivers/gpu/drm/i915/intel_ddi.c