drm/i915: Invert the mask and val arguments in wa_add() and WA_REG()
authorDamien Lespiau <damien.lespiau@intel.com>
Mon, 8 Dec 2014 17:35:37 +0000 (17:35 +0000)
committerJani Nikula <jani.nikula@intel.com>
Wed, 10 Dec 2014 14:33:30 +0000 (16:33 +0200)
While trying to unify the order of those arguments throughout the
driver, Daniel noticed what we were inverting them in this part of the
code.

Suggested-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
drivers/gpu/drm/i915/intel_ringbuffer.c