RE: [PATCH 01/11] drm/amdgpu:use MACRO like other places

2017-02-08 Thread Deucher, Alexander
> -Original Message- > From: amd-gfx [mailto:amd-gfx-boun...@lists.freedesktop.org] On Behalf > Of Monk Liu > Sent: Wednesday, February 08, 2017 4:27 AM > To: amd-gfx@lists.freedesktop.org > Cc: Liu, Monk > Subject: [PATCH 01/11] drm/amdgpu:use MACRO like other places > > Change-Id:

Re: [PATCH 01/11] drm/amdgpu:use MACRO like other places

2017-02-08 Thread Michel Dänzer
On 08/02/17 06:26 PM, Monk Liu wrote: > > + WREG32(temp + i, > + unique_indices[i] & 0x3); > + WREG32(data + i, > + unique_indices[i] >> 20); Use a single line in both cases (or