[PATCH v2 13/15] drm/mgag200: Use simple-display data structures
Emil Velikov
emil.l.velikov at gmail.com
Tue May 12 10:16:24 UTC 2020
Hi Thomas,
On Tue, 12 May 2020 at 09:43, Thomas Zimmermann <tzimmermann at 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
More information about the dri-devel
mailing list