On Wed, Jun 04, 2025 at 02:02:25PM +0300, Jani Nikula wrote:
This is a scripted split of the display related register macros from i915_reg.h to display/intel_display_regs.h. As a starting point, move all the macros that are only used in display code (or GVT). If there are users in core i915 code or soc/, or no users anywhere, keep the macros in i915_reg.h. This is done in groups of macros separated by blank lines, moving the comments along with the groups.
I wonder if with this we couldn't end up moving wrong registers. Maybe we should double check the address range too? Lucas De Marchi
