Re: [Intel-gfx] [PATCH 1/3] drm/i915: Add struct to hold IP version

2021-11-02 Thread Lucas De Marchi
On Tue, Oct 19, 2021 at 05:23:51PM -0700, Jose Souza wrote: Adding a structure to standardize access to IP versioning as future platforms will have this information populated at runtime. The constant platform display version is not using this new struct but the runtime variant will definitely us

Re: [Intel-gfx] [PATCH 1/3] drm/i915: Add struct to hold IP version

2021-11-01 Thread Souza, Jose
On Mon, 2021-10-25 at 12:04 +0300, Jani Nikula wrote: > On Fri, 22 Oct 2021, Lucas De Marchi wrote: > > On Thu, Oct 21, 2021 at 04:11:26PM +0300, Jani Nikula wrote: > > > On Wed, 20 Oct 2021, "Souza, Jose" wrote: > > > > On Wed, 2021-10-20 at 12:47 +0300, Jani Nikula wrote: > > > > > On Tue, 19 O

Re: [Intel-gfx] [PATCH 1/3] drm/i915: Add struct to hold IP version

2021-11-01 Thread Yokoyama, Caz
Reviewed-by: Caz Yokoyama -caz On Thu, 2021-10-28 at 21:08 +, Souza, Jose wrote: > Reviewed-by: Caz Yokoyama

Re: [Intel-gfx] [PATCH 1/3] drm/i915: Add struct to hold IP version

2021-10-28 Thread Souza, Jose
On Fri, 2021-10-22 at 21:26 +, Yokoyama, Caz wrote: > On Wed, 2021-10-20 at 19:19 +, Souza, Jose wrote: > > On Wed, 2021-10-20 at 15:00 +, Yokoyama, Caz wrote: > > > On Tue, 2021-10-19 at 17:23 -0700, José Roberto de Souza wrote: > > > > Adding a structure to standardize access to IP ve

Re: [Intel-gfx] [PATCH 1/3] drm/i915: Add struct to hold IP version

2021-10-25 Thread Jani Nikula
On Fri, 22 Oct 2021, Lucas De Marchi wrote: > On Thu, Oct 21, 2021 at 04:11:26PM +0300, Jani Nikula wrote: >>On Wed, 20 Oct 2021, "Souza, Jose" wrote: >>> On Wed, 2021-10-20 at 12:47 +0300, Jani Nikula wrote: On Tue, 19 Oct 2021, José Roberto de Souza wrote: > The constant platform dis

Re: [Intel-gfx] [PATCH 1/3] drm/i915: Add struct to hold IP version

2021-10-22 Thread Yokoyama, Caz
On Wed, 2021-10-20 at 19:19 +, Souza, Jose wrote: > On Wed, 2021-10-20 at 15:00 +, Yokoyama, Caz wrote: > > On Tue, 2021-10-19 at 17:23 -0700, José Roberto de Souza wrote: > > > Adding a structure to standardize access to IP versioning as > > > future > > > platforms will have this informat

Re: [Intel-gfx] [PATCH 1/3] drm/i915: Add struct to hold IP version

2021-10-22 Thread Lucas De Marchi
On Thu, Oct 21, 2021 at 04:11:26PM +0300, Jani Nikula wrote: On Wed, 20 Oct 2021, "Souza, Jose" wrote: On Wed, 2021-10-20 at 12:47 +0300, Jani Nikula wrote: On Tue, 19 Oct 2021, José Roberto de Souza wrote: > The constant platform display version is not using this new struct but > the runtime

Re: [Intel-gfx] [PATCH 1/3] drm/i915: Add struct to hold IP version

2021-10-21 Thread Jani Nikula
On Wed, 20 Oct 2021, "Souza, Jose" wrote: > On Wed, 2021-10-20 at 12:47 +0300, Jani Nikula wrote: >> On Tue, 19 Oct 2021, José Roberto de Souza wrote: >> > The constant platform display version is not using this new struct but >> > the runtime variant will definitely use it. >> >> Cc: Some more

Re: [Intel-gfx] [PATCH 1/3] drm/i915: Add struct to hold IP version

2021-10-20 Thread Souza, Jose
On Wed, 2021-10-20 at 12:47 +0300, Jani Nikula wrote: > On Tue, 19 Oct 2021, José Roberto de Souza wrote: > > The constant platform display version is not using this new struct but > > the runtime variant will definitely use it. > > Cc: Some more folks to hijack this thread. Sorry! ;) > > We add

Re: [Intel-gfx] [PATCH 1/3] drm/i915: Add struct to hold IP version

2021-10-20 Thread Souza, Jose
On Wed, 2021-10-20 at 15:00 +, Yokoyama, Caz wrote: > On Tue, 2021-10-19 at 17:23 -0700, José Roberto de Souza wrote: > > Adding a structure to standardize access to IP versioning as future > > platforms will have this information populated at runtime. > > > > The constant platform display ver

Re: [Intel-gfx] [PATCH 1/3] drm/i915: Add struct to hold IP version

2021-10-20 Thread Yokoyama, Caz
On Tue, 2021-10-19 at 17:23 -0700, José Roberto de Souza wrote: > Adding a structure to standardize access to IP versioning as future > platforms will have this information populated at runtime. > > The constant platform display version is not using this new struct > but > the runtime variant will

Re: [Intel-gfx] [PATCH 1/3] drm/i915: Add struct to hold IP version

2021-10-20 Thread Jani Nikula
On Tue, 19 Oct 2021, José Roberto de Souza wrote: > The constant platform display version is not using this new struct but > the runtime variant will definitely use it. Cc: Some more folks to hijack this thread. Sorry! ;) We added runtime info to i915, because we had this idea and goal of turnin

[Intel-gfx] [PATCH 1/3] drm/i915: Add struct to hold IP version

2021-10-19 Thread José Roberto de Souza
Adding a structure to standardize access to IP versioning as future platforms will have this information populated at runtime. The constant platform display version is not using this new struct but the runtime variant will definitely use it. Cc: Radhakrishna Sripada Cc: Matt Atwood Signed-off-b