[Intel-gfx] [PATCH] drm/i915/dg2: Tile 4 plane format support

2021-11-25 Thread Stanislav Lisovskiy
Tile4 in bspec format is 4K tile organized into 64B subtiles with same basic shape as for legacy TileY which will be supported by Display13. v2: - Moved Tile4 assocating struct for modifier/display to the beginning(Imre Deak) - Removed unneeded case I915_FORMAT_MOD_4_TILED modifier

Re: [Intel-gfx] [PATCH] drm/i915/dg2: Tile 4 plane format support

2021-11-23 Thread Imre Deak
On Mon, Nov 22, 2021 at 05:08:31PM -0500, Nanley Chery wrote: > Hi Stanislav, > > Are there IGT tests for this modifier? > > On Mon, Nov 22, 2021 at 4:14 PM Stanislav Lisovskiy > wrote: > > > > TileF(Tile4 in bspec) format is 4K tile organized into > > 64B subtiles with same basic shape as for l

Re: [Intel-gfx] [PATCH] drm/i915/dg2: Tile 4 plane format support

2021-11-23 Thread Chery, Nanley G
> -Original Message- > From: Lisovskiy, Stanislav > Sent: Tuesday, November 23, 2021 10:23 AM > To: Chery, Nanley G > Cc: intel-gfx@lists.freedesktop.org; Deak, Imre > Subject: Re: [Intel-gfx] [PATCH] drm/i915/dg2: Tile 4 plane format support > > On Tue, No

Re: [Intel-gfx] [PATCH] drm/i915/dg2: Tile 4 plane format support

2021-11-23 Thread Lisovskiy, Stanislav
> > > > Sent: Tuesday, November 23, 2021 3:14 AM > > > > To: Nanley Chery > > > > Cc: intel-gfx@lists.freedesktop.org; Chery, Nanley G > > > > > > > > Subject: Re: [Intel-gfx] [PATCH] drm/i915/dg2: Tile 4 plane format > > > >

Re: [Intel-gfx] [PATCH] drm/i915/dg2: Tile 4 plane format support

2021-11-23 Thread Chery, Nanley G
> -Original Message- > From: Lisovskiy, Stanislav > Sent: Tuesday, November 23, 2021 8:37 AM > To: Chery, Nanley G > Cc: Nanley Chery ; intel-gfx@lists.freedesktop.org > Subject: Re: [Intel-gfx] [PATCH] drm/i915/dg2: Tile 4 plane format support > > On Tue, No

Re: [Intel-gfx] [PATCH] drm/i915/dg2: Tile 4 plane format support

2021-11-23 Thread Lisovskiy, Stanislav
> > > Subject: Re: [Intel-gfx] [PATCH] drm/i915/dg2: Tile 4 plane format support > > > > On Mon, Nov 22, 2021 at 05:08:31PM -0500, Nanley Chery wrote: > > > Hi Stanislav, > > > > > > Are there IGT tests for this modifier? > > > >

Re: [Intel-gfx] [PATCH] drm/i915/dg2: Tile 4 plane format support

2021-11-23 Thread Chery, Nanley G
> -Original Message- > From: Lisovskiy, Stanislav > Sent: Tuesday, November 23, 2021 3:14 AM > To: Nanley Chery > Cc: intel-gfx@lists.freedesktop.org; Chery, Nanley G > > Subject: Re: [Intel-gfx] [PATCH] drm/i915/dg2: Tile 4 plane format support > > On

Re: [Intel-gfx] [PATCH] drm/i915/dg2: Tile 4 plane format support

2021-11-23 Thread Lisovskiy, Stanislav
On Mon, Nov 22, 2021 at 05:08:31PM -0500, Nanley Chery wrote: > Hi Stanislav, > > Are there IGT tests for this modifier? Hi Nanley Yes, there should be plenty of those, not sure they are all sent to upstream though. We have a separate team doing this. That modifier should be added to kms_plane_m

Re: [Intel-gfx] [PATCH] drm/i915/dg2: Tile 4 plane format support

2021-11-22 Thread Nanley Chery
Hi Stanislav, Are there IGT tests for this modifier? On Mon, Nov 22, 2021 at 4:14 PM Stanislav Lisovskiy wrote: > > TileF(Tile4 in bspec) format is 4K tile organized into > 64B subtiles with same basic shape as for legacy TileY > which will be supported by Display13. > > v2: - Fixed wrong case c

[Intel-gfx] [PATCH] drm/i915/dg2: Tile 4 plane format support

2021-11-22 Thread Stanislav Lisovskiy
TileF(Tile4 in bspec) format is 4K tile organized into 64B subtiles with same basic shape as for legacy TileY which will be supported by Display13. v2: - Fixed wrong case condition(Jani Nikula) - Increased I915_FORMAT_MOD_F_TILED up to 12(Imre Deak) v3: - s/I915_TILING_F/TILING_4/g - s/I9

[Intel-gfx] [PATCH] drm/i915/dg2: Tile 4 plane format support

2021-11-18 Thread Stanislav Lisovskiy
TileF(Tile4 in bspec) format is 4K tile organized into 64B subtiles with same basic shape as for legacy TileY which will be supported by Display13. v2: - Fixed wrong case condition(Jani Nikula) - Increased I915_FORMAT_MOD_F_TILED up to 12(Imre Deak) v3: - s/I915_TILING_F/TILING_4/g - s/I9

Re: [Intel-gfx] [PATCH] drm/i915/dg2: Tile 4 plane format support

2021-11-17 Thread Imre Deak
On Wed, Nov 17, 2021 at 01:01:00PM +0200, Stanislav Lisovskiy wrote: > TileF(Tile4 in bspec) format is 4K tile organized into > 64B subtiles with same basic shape as for legacy TileY > which will be supported by Display13. > > v2: - Fixed wrong case condition(Jani Nikula) > - Increased I915_FO

[Intel-gfx] [PATCH] drm/i915/dg2: Tile 4 plane format support

2021-11-17 Thread Stanislav Lisovskiy
TileF(Tile4 in bspec) format is 4K tile organized into 64B subtiles with same basic shape as for legacy TileY which will be supported by Display13. v2: - Fixed wrong case condition(Jani Nikula) - Increased I915_FORMAT_MOD_F_TILED up to 12(Imre Deak) v3: - s/I915_TILING_F/TILING_4/g - s/I9

Re: [Intel-gfx] [PATCH] drm/i915/dg2: Tile 4 plane format support

2021-10-28 Thread Lisovskiy, Stanislav
On Thu, Oct 28, 2021 at 10:53:25AM +0300, Imre Deak wrote: > On Thu, Oct 28, 2021 at 10:49:34AM +0300, Lisovskiy, Stanislav wrote: > > On Thu, Oct 28, 2021 at 10:39:42AM +0300, Imre Deak wrote: > > > On Thu, Oct 28, 2021 at 09:58:52AM +0300, Lisovskiy, Stanislav wrote: > > > > On Wed, Oct 27, 2021

Re: [Intel-gfx] [PATCH] drm/i915/dg2: Tile 4 plane format support

2021-10-28 Thread Imre Deak
On Thu, Oct 28, 2021 at 10:49:34AM +0300, Lisovskiy, Stanislav wrote: > On Thu, Oct 28, 2021 at 10:39:42AM +0300, Imre Deak wrote: > > On Thu, Oct 28, 2021 at 09:58:52AM +0300, Lisovskiy, Stanislav wrote: > > > On Wed, Oct 27, 2021 at 07:56:25PM +0300, Imre Deak wrote: > > > > On Wed, Oct 27, 2021

Re: [Intel-gfx] [PATCH] drm/i915/dg2: Tile 4 plane format support

2021-10-28 Thread Lisovskiy, Stanislav
On Thu, Oct 28, 2021 at 10:39:42AM +0300, Imre Deak wrote: > On Thu, Oct 28, 2021 at 09:58:52AM +0300, Lisovskiy, Stanislav wrote: > > On Wed, Oct 27, 2021 at 07:56:25PM +0300, Imre Deak wrote: > > > On Wed, Oct 27, 2021 at 06:46:53PM +0300, Stanislav Lisovskiy wrote: > > > > TileF(Tile4 in bspec)

Re: [Intel-gfx] [PATCH] drm/i915/dg2: Tile 4 plane format support

2021-10-28 Thread Imre Deak
On Thu, Oct 28, 2021 at 09:58:52AM +0300, Lisovskiy, Stanislav wrote: > On Wed, Oct 27, 2021 at 07:56:25PM +0300, Imre Deak wrote: > > On Wed, Oct 27, 2021 at 06:46:53PM +0300, Stanislav Lisovskiy wrote: > > > TileF(Tile4 in bspec) format is 4K tile organized into > > > 64B subtiles with same basic

Re: [Intel-gfx] [PATCH] drm/i915/dg2: Tile 4 plane format support

2021-10-28 Thread Lisovskiy, Stanislav
On Thu, Oct 28, 2021 at 02:03:49AM +0530, Ramalingam C wrote: > On 2021-10-27 at 18:46:53 +0300, Stanislav Lisovskiy wrote: > > TileF(Tile4 in bspec) format is 4K tile organized into > > 64B subtiles with same basic shape as for legacy TileY > > which will be supported by Display13. > > > > v2: -

Re: [Intel-gfx] [PATCH] drm/i915/dg2: Tile 4 plane format support

2021-10-27 Thread Lisovskiy, Stanislav
On Wed, Oct 27, 2021 at 07:56:25PM +0300, Imre Deak wrote: > On Wed, Oct 27, 2021 at 06:46:53PM +0300, Stanislav Lisovskiy wrote: > > TileF(Tile4 in bspec) format is 4K tile organized into > > 64B subtiles with same basic shape as for legacy TileY > > which will be supported by Display13. > > Is i

Re: [Intel-gfx] [PATCH] drm/i915/dg2: Tile 4 plane format support

2021-10-27 Thread Ramalingam C
On 2021-10-27 at 18:46:53 +0300, Stanislav Lisovskiy wrote: > TileF(Tile4 in bspec) format is 4K tile organized into > 64B subtiles with same basic shape as for legacy TileY > which will be supported by Display13. > > v2: - Fixed wrong case condition(Jani Nikula) > - Increased I915_FORMAT_MOD_

Re: [Intel-gfx] [PATCH] drm/i915/dg2: Tile 4 plane format support

2021-10-27 Thread Imre Deak
On Wed, Oct 27, 2021 at 06:46:53PM +0300, Stanislav Lisovskiy wrote: > TileF(Tile4 in bspec) format is 4K tile organized into > 64B subtiles with same basic shape as for legacy TileY > which will be supported by Display13. Is it supported on all D13 or only on DG2? Could you point to the bspec pag

[Intel-gfx] [PATCH] drm/i915/dg2: Tile 4 plane format support

2021-10-27 Thread Stanislav Lisovskiy
TileF(Tile4 in bspec) format is 4K tile organized into 64B subtiles with same basic shape as for legacy TileY which will be supported by Display13. v2: - Fixed wrong case condition(Jani Nikula) - Increased I915_FORMAT_MOD_F_TILED up to 12(Imre Deak) v3: - s/I915_TILING_F/TILING_4/g - s/I9

Re: [Intel-gfx] [PATCH] drm/i915/dg2: Tile 4 plane format support

2021-10-13 Thread Ramalingam C
On 2021-10-12 at 11:28:45 +0300, Stanislav Lisovskiy wrote: > TileF(Tile4 in bspec) format is 4K tile organized into > 64B subtiles with same basic shape as for legacy TileY > which will be supported by Display13. > > v2: - Fixed wrong case condition(Jani Nikula) > - Increased I915_FORMAT_MOD_

[Intel-gfx] [PATCH] drm/i915/dg2: Tile 4 plane format support

2021-10-12 Thread Stanislav Lisovskiy
TileF(Tile4 in bspec) format is 4K tile organized into 64B subtiles with same basic shape as for legacy TileY which will be supported by Display13. v2: - Fixed wrong case condition(Jani Nikula) - Increased I915_FORMAT_MOD_F_TILED up to 12(Imre Deak) v3: - s/I915_TILING_F/TILING_4/g - s/I9