blob: 64addb4eb812fa043655132d91ff998e6e8c9720 [file] [log] [blame]
e6663dd42a79 ("drm/ssd130x: Add a controller family id to the device info data")
ec5dceb8180f ("drm/ssd130x: Replace .page_height field in device info with a constant")
d51f9fbd98b6 ("drm/ssd130x: Store the HW buffer in the driver-private CRTC state")
15d30b46573d ("drm/ssd130x: Use bool for ssd130x_deviceinfo flags")
4dbce3d6fea5 ("drm/ssd130x: Fix screen clearing")
45b58669e532 ("drm/ssd130x: Allocate buffer in the plane's .atomic_check() callback")
4cd179a312c6 ("drm/ssd130x: Inline the ssd130x_buf_{alloc, free}() function helpers")
7dae503584a1 ("drm/ssd130x: Change pixel format used to compute the buffer size")
e254b584dbc0 ("drm/ssd130x: Remove hardcoded bits-per-pixel in ssd130x_buf_alloc()")
49d7d581ceaf ("drm/ssd130x: Don't allocate buffers on each plane update")
179a790aaf2a ("drm/ssd130x: Set the page height value in the device info data")
f1f288d07afb ("drm/ssd130x: Make default width and height to be controller dependent")
343c70048098 ("drm/ssd130x: Init display before the SSD130X_DISPLAY_ON command")
7fed7fa34069 ("drm/crtc-helper: Add a drm_crtc_helper_atomic_check() helper")
6c3d9cf400dc ("drm/ssd130x: Do not call drm_atomic_add_affected_planes()")
3339aa186cc1 ("drm/simpledrm: Do not call drm_atomic_add_affected_planes()")
8f2fd57d834d ("drm/atomic-helper: Replace drm_atomic_helper_check_crtc_state()")
dbbf933d365d ("drm/atomic-helper: Don't allocate new plane state in CRTC check")
72d73dd3a95c ("drm/udl: Convert to atomic-modesetting helpers")
efaa418fd75e ("drm/udl: Remove udl_simple_display_pipe_mode_valid()")