Re: [Intel-gfx] [PATCH] drm/i915/mtl: Add support of Tile4 to MTL

2022-12-20 Thread Juha-Pekka Heikkila
On 20.12.2022 18.29, Stanislav Lisovskiy wrote: We have some Tile4 tests now skipping, which were supposed to be working. So lets make them work, by adding display_ver 14 as supported. v2: - Remove "14" for Tile 4 CCS formats, as they seem to be not supported by DG2(Juha-Pekka Heikkila)

[Intel-gfx] [PATCH] drm/i915/mtl: Add support of Tile4 to MTL

2022-12-20 Thread Stanislav Lisovskiy
We have some Tile4 tests now skipping, which were supposed to be working. So lets make them work, by adding display_ver 14 as supported. v2: - Remove "14" for Tile 4 CCS formats, as they seem to be not supported by DG2(Juha-Pekka Heikkila) - For generic Tile 4, the opposite - lets use

Re: [Intel-gfx] [PATCH] drm/i915/mtl: Add support of Tile4 to MTL

2022-12-20 Thread Lisovskiy, Stanislav
On Mon, Dec 19, 2022 at 08:27:30PM +0200, Juha-Pekka Heikkila wrote: > Hi Stan, > > On 19.12.2022 15.50, Stanislav Lisovskiy wrote: > > We have some Tile4 tests now skipping, which were > > supposed to be working. So lets make them work, by > > adding display_ver 14 as supported. > > > >

Re: [Intel-gfx] [PATCH] drm/i915/mtl: Add support of Tile4 to MTL

2022-12-19 Thread Juha-Pekka Heikkila
Hi Stan, On 19.12.2022 15.50, Stanislav Lisovskiy wrote: We have some Tile4 tests now skipping, which were supposed to be working. So lets make them work, by adding display_ver 14 as supported. Signed-off-by: Stanislav Lisovskiy --- drivers/gpu/drm/i915/display/intel_fb.c | 8 1

[Intel-gfx] [PATCH] drm/i915/mtl: Add support of Tile4 to MTL

2022-12-19 Thread Stanislav Lisovskiy
We have some Tile4 tests now skipping, which were supposed to be working. So lets make them work, by adding display_ver 14 as supported. Signed-off-by: Stanislav Lisovskiy --- drivers/gpu/drm/i915/display/intel_fb.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git