Re: [PATCH 1/2] drm: mali-dp: add malidp_crtc_state struct

2017-02-01 Thread Brian Starkey
I'd be fine with you squashing these two together, but either way both are: Reviewed-by: Brian Starkey (two nitpicks below, but take them or leave them.) On Wed, Feb 01, 2017 at 10:16:57AM +, Mihail Atanassov wrote: Add a custom CRTC state struct to enable storing driver-private per-CRTC

[PATCH 1/2] drm: mali-dp: add malidp_crtc_state struct

2017-02-01 Thread Mihail Atanassov
Add a custom CRTC state struct to enable storing driver-private per-CRTC state. This patch only adds the base drm_crtc_state struct. Signed-off-by: Mihail Atanassov --- drivers/gpu/drm/arm/malidp_crtc.c | 39 +-- drivers/gpu/drm/arm/malidp_drv.h | 6 ++