OSDN Git Service

drm/i915/gvt: use well wrapped set_mask_bits() instead of defining new one
authorDu, Changbin <changbin.du@intel.com>
Mon, 24 Oct 2016 07:57:47 +0000 (15:57 +0800)
committerZhenyu Wang <zhenyuw@linux.intel.com>
Tue, 25 Oct 2016 02:37:42 +0000 (10:37 +0800)
commit99c79fd4dfdaeb8874d5f3f14a9cd6ce7a436e1d
tree616fa73490b054d8886f2d69b47a7419f2ca61b5
parent2cce9b2894661fbc08d8aa67881c616dd8e669b5
drm/i915/gvt: use well wrapped set_mask_bits() instead of defining new one

Macro set_mask_bits() is ready for us, just invoke it and remove
our write_bits().

Signed-off-by: Du, Changbin <changbin.du@intel.com>
Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com>
drivers/gpu/drm/i915/gvt/cmd_parser.c