Re: [Intel-gfx] [PATCH v3 00/11] Start cleaning up register definitions

2022-01-13 Thread Rodrigo Vivi
On Thu, Jan 13, 2022 at 06:58:47PM +0200, Jani Nikula wrote: > On Wed, 12 Jan 2022, Rodrigo Vivi wrote: > > I understand that I'm late to the fun here, but I got myself wondering if > > we couldn't separated the registers in a "regs" directory > > and find some way to organize them in IP blocks

Re: [Intel-gfx] [PATCH v3 00/11] Start cleaning up register definitions

2022-01-13 Thread Jani Nikula
On Wed, 12 Jan 2022, Rodrigo Vivi wrote: > I understand that I'm late to the fun here, but I got myself wondering if > we couldn't separated the registers in a "regs" directory > and find some way to organize them in IP blocks matching the hw... > > mainly thinking about 2 cases: > > 1. searching

Re: [Intel-gfx] [PATCH v3 00/11] Start cleaning up register definitions

2022-01-12 Thread Rodrigo Vivi
On Mon, Jan 10, 2022 at 09:15:49PM -0800, Matt Roper wrote: > Let's start splitting up and cleaning up parts of i915_reg.h. Rather > than starting with dead code removal as we did in v1, this time we'll > switch a few macros to parameterized style, and then move a few types of > registers (engine

[Intel-gfx] [PATCH v3 00/11] Start cleaning up register definitions

2022-01-10 Thread Matt Roper
Let's start splitting up and cleaning up parts of i915_reg.h. Rather than starting with dead code removal as we did in v1, this time we'll switch a few macros to parameterized style, and then move a few types of registers (engine registers, SNPS PHY registers) off to their own header files. v3: