Re: [PATCH RFC v2 2/6] drm/sprd: add Unisoc's drm kms master

2020-01-23 Thread Thomas Zimmermann
Hi, thank you for replacing for GEM code with the generic CMA implementation. Once it's needed, we can add specialized memory management to you driver. I've looked throught your submission and think you may want to reconsider the current design. AFAICT, you have some a driver with generic code an

[PATCH RFC v2 2/6] drm/sprd: add Unisoc's drm kms master

2020-01-22 Thread Kevin Tang
From: Kevin Tang Adds drm support for the Unisoc's display subsystem. This is drm device and gem driver. This driver provides support for the Direct Rendering Infrastructure (DRI) in XFree86 4.1.0 and higher. Cc: Orson Zhai Cc: Baolin Wang Cc: Chunyan Zhang Signed-off-by: Kevin Tang --- dr