]> git.baikalelectronics.ru Git - kernel.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)
commitcf29a61bf2b8e7373c68e4b5e2ef65c01d619914
treeddf60ce0be1046c41ed64da8d802f9813a035ced
parentde9b7e6e46c98c94969b7a97602e46189cd7aebc
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