Re: [PATCH 02/11] drm/modes: Add DRM_SIMPLE_MODE()

2019-01-20 Thread Noralf Trønnes
Den 20.01.2019 17.37, skrev Ilia Mirkin: > You don't appear to set the mm in the new macro. Not sure if it's on > purpose. > Not intentional, that was a slip. I copied the DRM_MODE macro and forgot about setting the size. Thanks, Noralf. > On Sun, Jan 20, 2019, 06:43 Noralf Trønnes

Re: [PATCH 02/11] drm/modes: Add DRM_SIMPLE_MODE()

2019-01-20 Thread Ilia Mirkin
You don't appear to set the mm in the new macro. Not sure if it's on purpose. On Sun, Jan 20, 2019, 06:43 Noralf Trønnes This adds a helper macro to specify modes that only contain info about > resolution. > > Signed-off-by: Noralf Trønnes > --- > drivers/gpu/drm/tinydrm/hx8357d.c | 2 +- > d

[PATCH 02/11] drm/modes: Add DRM_SIMPLE_MODE()

2019-01-20 Thread Noralf Trønnes
This adds a helper macro to specify modes that only contain info about resolution. Signed-off-by: Noralf Trønnes --- drivers/gpu/drm/tinydrm/hx8357d.c | 2 +- drivers/gpu/drm/tinydrm/ili9225.c | 2 +- drivers/gpu/drm/tinydrm/ili9341.c | 2 +- drivers/gpu/drm/tinydrm/mi0283qt.c | 2 +- dri