Re: [PATCH 02/10] drm: xlnx: Add xlnx crtc of Xilinx DRM KMS

2018-01-10 Thread Daniel Vetter
; > Cc: dri-devel@lists.freedesktop.org; devicet...@vger.kernel.org; Michal > > Simek > > Subject: Re: [PATCH 02/10] drm: xlnx: Add xlnx crtc of Xilinx DRM KMS > > > > On Thu, Jan 04, 2018 at 06:05:51PM -0800, Hyun Kwon wrote: > > > xlnx_crtc is a part of Xilinx DR

RE: [PATCH 02/10] drm: xlnx: Add xlnx crtc of Xilinx DRM KMS

2018-01-10 Thread Hyun Kwon
t: Re: [PATCH 02/10] drm: xlnx: Add xlnx crtc of Xilinx DRM KMS > > On Thu, Jan 04, 2018 at 06:05:51PM -0800, Hyun Kwon wrote: > > xlnx_crtc is a part of Xilinx DRM KMS and a layer that > > provides some interface between the Xilinx DRM KMS and > > crtc drivers. > > &g

Re: [PATCH 02/10] drm: xlnx: Add xlnx crtc of Xilinx DRM KMS

2018-01-09 Thread Daniel Vetter
On Thu, Jan 04, 2018 at 06:05:51PM -0800, Hyun Kwon wrote: > xlnx_crtc is a part of Xilinx DRM KMS and a layer that > provides some interface between the Xilinx DRM KMS and > crtc drivers. > > Signed-off-by: Hyun Kwon Personal style, but I don't see much value in these small helpers. Splitting t

[PATCH 02/10] drm: xlnx: Add xlnx crtc of Xilinx DRM KMS

2018-01-04 Thread Hyun Kwon
xlnx_crtc is a part of Xilinx DRM KMS and a layer that provides some interface between the Xilinx DRM KMS and crtc drivers. Signed-off-by: Hyun Kwon --- drivers/gpu/drm/xlnx/xlnx_crtc.c | 194 +++ drivers/gpu/drm/xlnx/xlnx_crtc.h | 70 ++ 2 files