Re: [PATCH v3] drm/ssd130x: Store the HW buffer in the driver-private CRTC state

2023-09-12 Thread kernel test robot
m/drm-misc drm-misc-next patch link: https://lore.kernel.org/r/20230912110946.944791-1-javierm%40redhat.com patch subject: [PATCH v3] drm/ssd130x: Store the HW buffer in the driver-private CRTC state config: i386-randconfig-063-20230913 (https://download.01.org/0day-ci/archiv

[PATCH v3] drm/ssd130x: Store the HW buffer in the driver-private CRTC state

2023-09-12 Thread Javier Martinez Canillas
The commit 45b58669e532 ("drm/ssd130x: Allocate buffer in the plane's .atomic_check() callback") moved the allocation of the intermediate and HW buffers from the encoder's .atomic_enable callback, to the plane's .atomic_check callback. This was suggested by Maxime Ripard, because drivers aren't al