Re: [Intel-gfx] [PATCH] drm/i915/regs: split out intel audio register definitions

2022-06-03 Thread Jani Nikula
On Thu, 02 Jun 2022, Matt Roper wrote: > On Thu, Jun 02, 2022 at 12:45:42PM +0300, Jani Nikula wrote: >> Split out audio registers to a header of its own to reduce the size of >> i915_reg.h. >> >> TODO: Remove direct audio register access from intel_ddi.c. However, >> unification of audio get con

Re: [Intel-gfx] [PATCH] drm/i915/regs: split out intel audio register definitions

2022-06-02 Thread Matt Roper
On Thu, Jun 02, 2022 at 12:45:42PM +0300, Jani Nikula wrote: > Split out audio registers to a header of its own to reduce the size of > i915_reg.h. > > TODO: Remove direct audio register access from intel_ddi.c. However, > unification of audio get config is cumbersome due to the audio enable > bit

[Intel-gfx] [PATCH] drm/i915/regs: split out intel audio register definitions

2022-06-02 Thread Jani Nikula
Split out audio registers to a header of its own to reduce the size of i915_reg.h. TODO: Remove direct audio register access from intel_ddi.c. However, unification of audio get config is cumbersome due to the audio enable bit being in the DP or HDMI registers on older platforms. Signed-off-by: Ja