Re: [Intel-gfx] [PATCH] drm/i915/dmc: Use RUNTIME_INFO->stp for DMC

2021-07-05 Thread Jani Nikula
On Sat, 03 Jul 2021, Lucas De Marchi wrote: > On Fri, Jul 02, 2021 at 10:49:05AM +0300, Jani Nikula wrote: >>Frankly, I think all of this should be incorporated to intel_step.[ch] >>instead of having a semi-overlapping handling here. Just look at the >>amount of duplication already. > > I guess yo

Re: [Intel-gfx] [PATCH] drm/i915/dmc: Use RUNTIME_INFO->stp for DMC

2021-07-03 Thread Lucas De Marchi
On Fri, Jul 02, 2021 at 10:49:05AM +0300, Jani Nikula wrote: On Wed, 30 Jun 2021, Lucas De Marchi wrote: Typo: RUNTIME_INFO->stp On Wed, Jun 30, 2021 at 04:06:24PM -0700, Anusha Srivatsa wrote: On the dmc side,we maintain a lookup table with different display stepping-substepping combinations

Re: [Intel-gfx] [PATCH] drm/i915/dmc: Use RUNTIME_INFO->stp for DMC

2021-07-02 Thread Jani Nikula
On Wed, 30 Jun 2021, Lucas De Marchi wrote: > Typo: RUNTIME_INFO->stp > > On Wed, Jun 30, 2021 at 04:06:24PM -0700, Anusha Srivatsa wrote: >>On the dmc side,we maintain a lookup table with different display >>stepping-substepping combinations. >> >>Instead of adding new table for every new platfor

Re: [Intel-gfx] [PATCH] drm/i915/dmc: Use RUNTIME_INFO->stp for DMC

2021-07-01 Thread Lucas De Marchi
On Wed, Jun 30, 2021 at 05:17:52PM -0700, Lucas De Marchi wrote: On Wed, Jun 30, 2021 at 05:15:00PM -0700, Jose Souza wrote: On Wed, 2021-06-30 at 17:01 -0700, Lucas De Marchi wrote: Typo: RUNTIME_INFO->stp On Wed, Jun 30, 2021 at 04:06:24PM -0700, Anusha Srivatsa wrote: On the dmc side,we ma

Re: [Intel-gfx] [PATCH] drm/i915/dmc: Use RUNTIME_INFO->stp for DMC

2021-06-30 Thread Lucas De Marchi
On Wed, Jun 30, 2021 at 05:15:00PM -0700, Jose Souza wrote: On Wed, 2021-06-30 at 17:01 -0700, Lucas De Marchi wrote: Typo: RUNTIME_INFO->stp On Wed, Jun 30, 2021 at 04:06:24PM -0700, Anusha Srivatsa wrote: > On the dmc side,we maintain a lookup table with different display > stepping-substeppi

Re: [Intel-gfx] [PATCH] drm/i915/dmc: Use RUNTIME_INFO->stp for DMC

2021-06-30 Thread Souza, Jose
On Wed, 2021-06-30 at 17:01 -0700, Lucas De Marchi wrote: > Typo: RUNTIME_INFO->stp > > On Wed, Jun 30, 2021 at 04:06:24PM -0700, Anusha Srivatsa wrote: > > On the dmc side,we maintain a lookup table with different display > > stepping-substepping combinations. > > > > Instead of adding new table

Re: [Intel-gfx] [PATCH] drm/i915/dmc: Use RUNTIME_INFO->stp for DMC

2021-06-30 Thread Lucas De Marchi
Typo: RUNTIME_INFO->stp On Wed, Jun 30, 2021 at 04:06:24PM -0700, Anusha Srivatsa wrote: On the dmc side,we maintain a lookup table with different display stepping-substepping combinations. Instead of adding new table for every new platform, lets ues the stepping info from RUNTIME_INFO(dev_priv

[Intel-gfx] [PATCH] drm/i915/dmc: Use RUNTIME_INFO->stp for DMC

2021-06-30 Thread Anusha Srivatsa
On the dmc side,we maintain a lookup table with different display stepping-substepping combinations. Instead of adding new table for every new platform, lets ues the stepping info from RUNTIME_INFO(dev_priv)->step Adding the helper intel_get_display_step(). Cc: Lucas De Marchi Signed-off-by: Anu