Hi Thomas,
On Tue, 12 May 2020 at 09:43, Thomas Zimmermann tzimmermann@suse.de wrote:
static void mga_crtc_init(struct mga_device *mdev) { struct drm_device *dev = mdev->dev;
struct mga_crtc *mga_crtc;
mga_crtc = kzalloc(sizeof(struct mga_crtc) +
(MGAG200FB_CONN_LIMIT * sizeof(struct drm_connector *)),
The #define MGAG200FB_CONN_LIMIT in mgag200_drv.h is no longer used, correct?
-Emil