Re: [Intel-gfx] [PATCH 1/3] drm/i915/cnl; Add macro to get PORT_TX register

2018-03-12 Thread Kumar, Mahesh
Hi, On 3/10/2018 2:21 AM, Lucas De Marchi wrote: On Fri, Mar 09, 2018 at 11:55:47AM -0800, Rodrigo Vivi wrote: On Fri, Mar 09, 2018 at 06:28:56PM +0530, Mahesh Kumar wrote: This patch creates a new macro to get PORT_TX register for any given DW. This will remove the need of defining register

Re: [Intel-gfx] [PATCH 1/3] drm/i915/cnl; Add macro to get PORT_TX register

2018-03-09 Thread Lucas De Marchi
On Fri, Mar 09, 2018 at 11:55:47AM -0800, Rodrigo Vivi wrote: > On Fri, Mar 09, 2018 at 06:28:56PM +0530, Mahesh Kumar wrote: > > This patch creates a new macro to get PORT_TX register for any given DW. > > This will remove the need of defining register address for each port & DW. > > please

Re: [Intel-gfx] [PATCH 1/3] drm/i915/cnl; Add macro to get PORT_TX register

2018-03-09 Thread Rodrigo Vivi
On Fri, Mar 09, 2018 at 06:28:56PM +0530, Mahesh Kumar wrote: > This patch creates a new macro to get PORT_TX register for any given DW. > This will remove the need of defining register address for each port & DW. please squash patches 1 and 2. I had to open both simultaneously to review it what

[Intel-gfx] [PATCH 1/3] drm/i915/cnl; Add macro to get PORT_TX register

2018-03-09 Thread Mahesh Kumar
This patch creates a new macro to get PORT_TX register for any given DW. This will remove the need of defining register address for each port & DW. Signed-off-by: Mahesh Kumar --- drivers/gpu/drm/i915/i915_reg.h | 28 1 file changed, 28