Re: [Intel-gfx] [PATCH 0/3] Add _PICK_EVEN_RANGES

2022-11-11 Thread Jani Nikula
On Fri, 21 Oct 2022, Lucas De Marchi wrote: > On Wed, Oct 12, 2022 at 12:05:31PM -0700, Lucas De Marchi wrote: >>On Wed, Oct 12, 2022 at 11:51:48AM +0300, Jani Nikula wrote: >>>On Tue, 11 Oct 2022, Lucas De Marchi wrote: Add a new macro, _PICK_EVEN_RANGES, that supports using 2 address ra

Re: [Intel-gfx] [PATCH 0/3] Add _PICK_EVEN_RANGES

2022-10-21 Thread Lucas De Marchi
On Wed, Oct 12, 2022 at 12:05:31PM -0700, Lucas De Marchi wrote: On Wed, Oct 12, 2022 at 11:51:48AM +0300, Jani Nikula wrote: On Tue, 11 Oct 2022, Lucas De Marchi wrote: Add a new macro, _PICK_EVEN_RANGES, that supports using 2 address ranges. This should cover most of our needs for _MMIO_PLL3

Re: [PATCH 0/3] Add _PICK_EVEN_RANGES

2022-10-12 Thread Lucas De Marchi
On Wed, Oct 12, 2022 at 11:51:48AM +0300, Jani Nikula wrote: On Tue, 11 Oct 2022, Lucas De Marchi wrote: Add a new macro, _PICK_EVEN_RANGES, that supports using 2 address ranges. This should cover most of our needs for _MMIO_PLL3 and such. To show what is achieved with the new macro, convert so

Re: [PATCH 0/3] Add _PICK_EVEN_RANGES

2022-10-12 Thread Jani Nikula
On Tue, 11 Oct 2022, Lucas De Marchi wrote: > Add a new macro, _PICK_EVEN_RANGES, that supports using 2 address > ranges. This should cover most of our needs for _MMIO_PLL3 and such. > To show what is achieved with the new macro, convert some PLL-related > macros to use it instead of _MMIO_PLL3.

[PATCH 0/3] Add _PICK_EVEN_RANGES

2022-10-11 Thread Lucas De Marchi
Add a new macro, _PICK_EVEN_RANGES, that supports using 2 address ranges. This should cover most of our needs for _MMIO_PLL3 and such. To show what is achieved with the new macro, convert some PLL-related macros to use it instead of _MMIO_PLL3. Signed-off-by: Lucas De Marchi --- Lucas De Marchi (