Re: [Intel-gfx] [PATCH 01/39] drm/i915: add display sub-struct to drm_i915_private

2022-08-18 Thread Lucas De Marchi
On Wed, Aug 17, 2022 at 11:07:46AM +0300, Jani Nikula wrote: On Wed, 17 Aug 2022, Jani Nikula wrote: On Tue, 16 Aug 2022, Lucas De Marchi wrote: On Thu, Aug 11, 2022 at 06:07:12PM +0300, Jani Nikula wrote: In another long-overdue cleanup, add a display sub-struct to drm_i915_private, and

Re: [Intel-gfx] [PATCH 01/39] drm/i915: add display sub-struct to drm_i915_private

2022-08-17 Thread Jani Nikula
On Wed, 17 Aug 2022, Jani Nikula wrote: > On Tue, 16 Aug 2022, Lucas De Marchi wrote: >> On Thu, Aug 11, 2022 at 06:07:12PM +0300, Jani Nikula wrote: >>>In another long-overdue cleanup, add a display sub-struct to >>>drm_i915_private, and start moving display related members there. Start >>>with

Re: [Intel-gfx] [PATCH 01/39] drm/i915: add display sub-struct to drm_i915_private

2022-08-17 Thread Jani Nikula
On Tue, 16 Aug 2022, Lucas De Marchi wrote: > On Thu, Aug 11, 2022 at 06:07:12PM +0300, Jani Nikula wrote: >>In another long-overdue cleanup, add a display sub-struct to >>drm_i915_private, and start moving display related members there. Start >>with display funcs that need a rename anyway to not

Re: [Intel-gfx] [PATCH 01/39] drm/i915: add display sub-struct to drm_i915_private

2022-08-16 Thread Lucas De Marchi
On Thu, Aug 11, 2022 at 06:07:12PM +0300, Jani Nikula wrote: In another long-overdue cleanup, add a display sub-struct to drm_i915_private, and start moving display related members there. Start with display funcs that need a rename anyway to not collide with the new display member. Add a new

Re: [Intel-gfx] [PATCH 01/39] drm/i915: add display sub-struct to drm_i915_private

2022-08-16 Thread Murthy, Arun R
> -Original Message- > From: Nikula, Jani > Sent: Tuesday, August 16, 2022 1:07 PM > To: Murthy, Arun R ; intel- > g...@lists.freedesktop.org > Cc: De Marchi, Lucas > Subject: RE: [Intel-gfx] [PATCH 01/39] drm/i915: add display sub-struct to > drm_i915_private

Re: [Intel-gfx] [PATCH 01/39] drm/i915: add display sub-struct to drm_i915_private

2022-08-16 Thread Jani Nikula
On Tue, 16 Aug 2022, "Murthy, Arun R" wrote: >> -Original Message- >> From: Nikula, Jani >> Sent: Friday, August 12, 2022 12:10 PM >> To: Murthy, Arun R ; intel- >> g...@lists.freedesktop.org >> Cc: De Marchi, Lucas >> Subject: RE:

Re: [Intel-gfx] [PATCH 01/39] drm/i915: add display sub-struct to drm_i915_private

2022-08-15 Thread Murthy, Arun R
> -Original Message- > From: Nikula, Jani > Sent: Friday, August 12, 2022 12:10 PM > To: Murthy, Arun R ; intel- > g...@lists.freedesktop.org > Cc: De Marchi, Lucas > Subject: RE: [Intel-gfx] [PATCH 01/39] drm/i915: add display sub-struct to > drm_i915_private

Re: [Intel-gfx] [PATCH 01/39] drm/i915: add display sub-struct to drm_i915_private

2022-08-12 Thread Jani Nikula
On Fri, 12 Aug 2022, "Murthy, Arun R" wrote: >> +++ b/drivers/gpu/drm/i915/display/intel_display_core.h >> @@ -0,0 +1,38 @@ >> +/* SPDX-License-Identifier: MIT */ >> +/* >> + * Copyright © 2022 Intel Corporation >> + */ >> + >> +#ifndef __INTEL_DISPLAY_CORE_H__ >> +#define

Re: [Intel-gfx] [PATCH 01/39] drm/i915: add display sub-struct to drm_i915_private

2022-08-11 Thread Murthy, Arun R
> -Original Message- > From: Intel-gfx On Behalf Of Jani > Nikula > Sent: Thursday, August 11, 2022 8:37 PM > To: intel-gfx@lists.freedesktop.org > Cc: Nikula, Jani ; De Marchi, Lucas > > Subject: [Intel-gfx] [PATCH 01/39] drm/i915: add display sub-stru

[Intel-gfx] [PATCH 01/39] drm/i915: add display sub-struct to drm_i915_private

2022-08-11 Thread Jani Nikula
In another long-overdue cleanup, add a display sub-struct to drm_i915_private, and start moving display related members there. Start with display funcs that need a rename anyway to not collide with the new display member. Add a new header under display/ for defining struct intel_display. Rename