Re: [v8,09/12] drm/msm/a6xx: Add traces for preemption

2024-10-08 Thread Kees Bakker
Op 03-10-2024 om 18:12 schreef Antonino Maniscalco: Add trace points corresponding to preemption being triggered and being completed for latency measurement purposes. Reviewed-by: Akhil P Oommen Tested-by: Rob Clark Tested-by: Neil Armstrong # on SM8650-QRD Tested-by: Neil Armstrong # on SM8

Re: [v2,06/10] drm/bochs: Allocate DRM device in struct bochs_device

2024-10-02 Thread Kees Bakker
Op 02-09-2024 om 12:53 schreef Thomas Zimmermann: Allocate an instance of struct drm_device in struct bochs_device. Also remove all uses of dev_private from bochs and upcast from the embedded instance if necessary. Signed-off-by: Thomas Zimmermann Acked-by: Gerd Hoffmann --- drivers/gpu/drm/

Re: [PATCH v2 20/28] fbdev: clps711x-fb: Replace check_fb in favor of struct fb_info.lcd_dev

2024-10-03 Thread Kees Bakker
, because there is a return 0 in front. Please check again. -- Kees Bakker

Re: [v9,1/6] drm/panic: Move drawing functions to drm_draw

2024-12-11 Thread Kees Bakker
Op 04-12-2024 om 16:45 schreef Jocelyn Falempe: Move the color conversions, blit and fill functions to drm_draw.c, so that they can be re-used by drm_log. drm_draw is internal to the drm subsystem, and shouldn't be used by gpu drivers. Signed-off-by: Jocelyn Falempe Reviewed-by: Thomas Zimmerma

Re: [PATCH RESEND RFC v4 3/6] drm/display: dp: use new DCPD access helpers

2025-04-09 Thread Kees Bakker
Op 24-03-2025 om 12:51 schreef Dmitry Baryshkov: From: Dmitry Baryshkov Switch drm_dp_helper.c to use new set of DPCD read / write helpers. Reviewed-by: Lyude Paul Acked-by: Jani Nikula Signed-off-by: Dmitry Baryshkov --- drivers/gpu/drm/display/drm_dp_helper.c | 296 +