]> git.karo-electronics.de Git - linux-beck.git/commit
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)
commitcf4b0de6a3f6e1814c45206a8b175d09b265bb16
treeddf60ce0be1046c41ed64da8d802f9813a035ced
parent98533251b0bbfa5f24c502b9ab2f01ccb25c26b8
drm/i915: Invert the mask and val arguments in wa_add() and WA_REG()

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