Re: [Intel-gfx] [PATCH] drm/i915/icl: Fix DSS_CTL register names

2018-11-02 Thread Jani Nikula
On Thu, 01 Nov 2018, Manasi Navare wrote: > On Thu, Nov 01, 2018 at 02:06:43PM -0700, Anusha Srivatsa wrote: >> This patch fixes the naming of the registers: >> >> s/PIPE_DSS_CTL/ICL_PIPE_DSS_CTL >> >> And also fix the hex values to lower case, to match >> rest of the definitions. >> >> Manasi

Re: [Intel-gfx] [PATCH] drm/i915/icl: Fix DSS_CTL register names

2018-11-02 Thread Jani Nikula
On Thu, 01 Nov 2018, Manasi Navare wrote: > Pushed to the dinq, thanks for the patch. Thanks, sorry for the trouble. BR, Jani. > > Manasi > > On Thu, Nov 01, 2018 at 02:55:18PM -0700, Manasi Navare wrote: >> On Thu, Nov 01, 2018 at 02:42:16PM -0700, Anusha Srivatsa wrote: >> > This patch fixes

Re: [Intel-gfx] [PATCH] drm/i915/icl: Fix DSS_CTL register names

2018-11-01 Thread Manasi Navare
Pushed to the dinq, thanks for the patch. Manasi On Thu, Nov 01, 2018 at 02:55:18PM -0700, Manasi Navare wrote: > On Thu, Nov 01, 2018 at 02:42:16PM -0700, Anusha Srivatsa wrote: > > This patch fixes the naming of the registers: > > > > s/PIPE_DSS_CTL/ICL_PIPE_DSS_CTL > > > > And also fix the

Re: [Intel-gfx] [PATCH] drm/i915/icl: Fix DSS_CTL register names

2018-11-01 Thread Manasi Navare
On Thu, Nov 01, 2018 at 02:42:16PM -0700, Anusha Srivatsa wrote: > This patch fixes the naming of the registers: > > s/PIPE_DSS_CTL/ICL_PIPE_DSS_CTL > > And also fix the hex values to lower case, to match > rest of the definitions. > > Manasi noticed this with the patch that was merged. > >

[Intel-gfx] [PATCH] drm/i915/icl: Fix DSS_CTL register names

2018-11-01 Thread Anusha Srivatsa
This patch fixes the naming of the registers: s/PIPE_DSS_CTL/ICL_PIPE_DSS_CTL And also fix the hex values to lower case, to match rest of the definitions. Manasi noticed this with the patch that was merged. v2: fix "Fixes" tag. Fixes: 8b1b558d690a ("drm/i915/icl: Add DSS_CTL Registers")

Re: [Intel-gfx] [PATCH] drm/i915/icl: Fix DSS_CTL register names

2018-11-01 Thread Manasi Navare
On Thu, Nov 01, 2018 at 02:06:43PM -0700, Anusha Srivatsa wrote: > This patch fixes the naming of the registers: > > s/PIPE_DSS_CTL/ICL_PIPE_DSS_CTL > > And also fix the hex values to lower case, to match > rest of the definitions. > > Manasi noticed this with the patch that was merged. > >

[Intel-gfx] [PATCH] drm/i915/icl: Fix DSS_CTL register names

2018-11-01 Thread Anusha Srivatsa
This patch fixes the naming of the registers: s/PIPE_DSS_CTL/ICL_PIPE_DSS_CTL And also fix the hex values to lower case, to match rest of the definitions. Manasi noticed this with the patch that was merged. Fixes - 8b1b558d690aa (drm/i915/icl: Add DSS_CTL Registers) Suggested-by: Manasi Navare