Re: [PATCH 3/4] drm/xe/xe2: Limit ccs framebuffers to tile4 only

2024-01-31 Thread Ville Syrjälä
On Wed, Jan 31, 2024 at 01:40:30PM +0200, Ville Syrjälä wrote: > On Tue, Jan 30, 2024 at 09:36:51PM +0200, Juha-Pekka Heikkila wrote: > > Display engine support ccs only with tile4, prevent other modifiers > > from using compressed memory. > > > > Signed-off-by: Juha-Pekka Heikkila > > --- > > d

Re: [PATCH 3/4] drm/xe/xe2: Limit ccs framebuffers to tile4 only

2024-01-31 Thread Ville Syrjälä
On Tue, Jan 30, 2024 at 09:36:51PM +0200, Juha-Pekka Heikkila wrote: > Display engine support ccs only with tile4, prevent other modifiers > from using compressed memory. > > Signed-off-by: Juha-Pekka Heikkila > --- > drivers/gpu/drm/xe/display/xe_fb_pin.c | 23 +++ > 1 file

[PATCH 3/4] drm/xe/xe2: Limit ccs framebuffers to tile4 only

2024-01-30 Thread Juha-Pekka Heikkila
Display engine support ccs only with tile4, prevent other modifiers from using compressed memory. Signed-off-by: Juha-Pekka Heikkila --- drivers/gpu/drm/xe/display/xe_fb_pin.c | 23 +++ 1 file changed, 23 insertions(+) diff --git a/drivers/gpu/drm/xe/display/xe_fb_pin.c b/d

Re: [PATCH 3/4] drm/xe/xe2: Limit ccs framebuffers to tile4 only

2024-01-22 Thread Juha-Pekka Heikkila
On 19.1.2024 17.22, Matthew Auld wrote: On 18/01/2024 15:27, Juha-Pekka Heikkila wrote: Display engine support ccs only with tile4, prevent other modifiers from using compressed memory. Signed-off-by: Juha-Pekka Heikkila ---   drivers/gpu/drm/xe/display/xe_fb_pin.c | 17 +   1 f

Re: [PATCH 3/4] drm/xe/xe2: Limit ccs framebuffers to tile4 only

2024-01-19 Thread Matthew Auld
On 18/01/2024 15:27, Juha-Pekka Heikkila wrote: Display engine support ccs only with tile4, prevent other modifiers from using compressed memory. Signed-off-by: Juha-Pekka Heikkila --- drivers/gpu/drm/xe/display/xe_fb_pin.c | 17 + 1 file changed, 17 insertions(+) diff --git

Re: [PATCH 3/4] drm/xe/xe2: Limit ccs framebuffers to tile4 only

2024-01-19 Thread Juha-Pekka Heikkila
On 19.1.2024 13.48, Jani Nikula wrote: On Thu, 18 Jan 2024, Juha-Pekka Heikkila wrote: Display engine support ccs only with tile4, prevent other modifiers from using compressed memory. Signed-off-by: Juha-Pekka Heikkila --- drivers/gpu/drm/xe/display/xe_fb_pin.c | 17 + 1 f

Re: [PATCH 3/4] drm/xe/xe2: Limit ccs framebuffers to tile4 only

2024-01-19 Thread Jani Nikula
On Thu, 18 Jan 2024, Juha-Pekka Heikkila wrote: > Display engine support ccs only with tile4, prevent other modifiers > from using compressed memory. > > Signed-off-by: Juha-Pekka Heikkila > --- > drivers/gpu/drm/xe/display/xe_fb_pin.c | 17 + > 1 file changed, 17 insertions(+) >

[PATCH 3/4] drm/xe/xe2: Limit ccs framebuffers to tile4 only

2024-01-18 Thread Juha-Pekka Heikkila
Display engine support ccs only with tile4, prevent other modifiers from using compressed memory. Signed-off-by: Juha-Pekka Heikkila --- drivers/gpu/drm/xe/display/xe_fb_pin.c | 17 + 1 file changed, 17 insertions(+) diff --git a/drivers/gpu/drm/xe/display/xe_fb_pin.c b/drivers