Re: [PATCH v2 04/12] drm/modes: Add DRM_SIMPLE_MODE()

2019-02-10 Thread Sam Ravnborg
On Sun, Feb 10, 2019 at 02:10:31PM +0100, Noralf Trønnes wrote: > This adds a helper macro to specify modes that only contain info about > resolution. > > v2: Actually set the width and height (Ilia Mirkin) > > Cc: Ilia Mirkin > Signed-off-by: Noralf Trønnes Reviewed-by: Sam Ravnborg _

[PATCH v2 04/12] drm/modes: Add DRM_SIMPLE_MODE()

2019-02-10 Thread Noralf Trønnes
This adds a helper macro to specify modes that only contain info about resolution. v2: Actually set the width and height (Ilia Mirkin) Cc: Ilia Mirkin Signed-off-by: Noralf Trønnes --- drivers/gpu/drm/tinydrm/hx8357d.c | 2 +- drivers/gpu/drm/tinydrm/ili9225.c | 2 +- drivers/gpu/drm/tinyd