On Wed, 19 Feb 2020 at 20:36, Ville Syrjala ville.syrjala@linux.intel.com wrote:
From: Ville Syrjälä ville.syrjala@linux.intel.com
The drrs code dereferences mode->vrefresh via some really long chain of structures/pointers. Couldn't get coccinelle to see through all that so let's add some local variables to help it.
There's a limit to the madness that coccinelle can take :-P Other drrs functions already use intel_dp, so might as well be consistent.
Reviewed-by: Emil Velikov emil.velikov@collabora.com
-Emil