Re: [PATCH] drm/gem-framebuffer: log errors when gem size < afbc_size

2025-05-26 Thread Thomas Zimmermann
Hi Am 22.05.25 um 09:54 schrieb Andy Yan: Hello, At 2025-05-08 17:11:01, "Daniel Stone" wrote: Hi Andy, On Thu, 8 May 2025 at 11:49, Andy Yan wrote: Let the user know what went wrong in drm_gem_fb_afbc_init failure paths. Thanks for this, and thanks also for using drm_dbg_kms() to make s

Re:Re: [PATCH] drm/gem-framebuffer: log errors when gem size < afbc_size

2025-05-22 Thread Andy Yan
Hello, At 2025-05-08 17:11:01, "Daniel Stone" wrote: >Hi Andy, > >On Thu, 8 May 2025 at 11:49, Andy Yan wrote: >> Let the user know what went wrong in drm_gem_fb_afbc_init >> failure paths. > >Thanks for this, and thanks also for using drm_dbg_kms() to make sure >that userspace can't flood the

Re: [PATCH] drm/gem-framebuffer: log errors when gem size < afbc_size

2025-05-08 Thread Daniel Stone
Hi Andy, On Thu, 8 May 2025 at 11:49, Andy Yan wrote: > Let the user know what went wrong in drm_gem_fb_afbc_init > failure paths. Thanks for this, and thanks also for using drm_dbg_kms() to make sure that userspace can't flood the log with errors. Reviewed-by: Daniel Stone Cheers, Daniel

[PATCH] drm/gem-framebuffer: log errors when gem size < afbc_size

2025-05-08 Thread Andy Yan
Let the user know what went wrong in drm_gem_fb_afbc_init failure paths. Signed-off-by: Andy Yan --- drivers/gpu/drm/drm_gem_framebuffer_helper.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/drm_gem_framebuffer_helper.c b/drivers/gpu/drm/drm_gem_frame