Re: [Intel-gfx] [PATCH v2 4/9] drm/i915: fix register naming

2017-11-10 Thread Lionel Landwerlin
On 10/11/17 11:11, Matthew Auld wrote: On 2 November 2017 at 16:29, Lionel Landwerlin wrote: This name was added with the whitelisting of registers for building up OA configs. It is contained in a range gen8 whitelist : addr >= RPM_CONFIG0.reg && addr <= NOA_CONFIG(8).reg Hence why the na

Re: [Intel-gfx] [PATCH v2 4/9] drm/i915: fix register naming

2017-11-10 Thread Matthew Auld
On 2 November 2017 at 16:29, Lionel Landwerlin wrote: > This name was added with the whitelisting of registers for building up OA > configs. It is contained in a range gen8 whitelist : > >addr >= RPM_CONFIG0.reg && addr <= NOA_CONFIG(8).reg > > Hence why the name isn't used anywhere. > > Signe

[Intel-gfx] [PATCH v2 4/9] drm/i915: fix register naming

2017-11-02 Thread Lionel Landwerlin
This name was added with the whitelisting of registers for building up OA configs. It is contained in a range gen8 whitelist : addr >= RPM_CONFIG0.reg && addr <= NOA_CONFIG(8).reg Hence why the name isn't used anywhere. Signed-off-by: Lionel Landwerlin --- drivers/gpu/drm/i915/i915_reg.h |