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

2022-01-18 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 2/2] drm/i915/dg2: Tile 4 plane format support

2021-12-09 Thread Chery, Nanley G
> -Original Message- > From: Lisovskiy, Stanislav > Sent: Thursday, December 9, 2021 5:47 AM > To: intel-gfx@lists.freedesktop.org > Cc: dri-de...@lists.freedesktop.org; Lisovskiy, Stanislav > ; Saarinen, Jani ; C, > Ramalingam ; ville.syrj...@linux.intel.com; Deak, > Imre ; Chery, Nanle

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

2021-12-09 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