From mboxrd@z Thu Jan 1 00:00:00 1970 From: YoungJun Cho Subject: Re: [RFC v3 PATCH 08/16] drm/exynos: fimd: support I80 interface Date: Wed, 30 Apr 2014 09:36:28 +0900 Message-ID: <5360458C.6010500@samsung.com> References: <1398563412-21781-1-git-send-email-yj44.cho@samsung.com> <1398563412-21781-9-git-send-email-yj44.cho@samsung.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailout3.samsung.com ([203.254.224.33]:57316 "EHLO mailout3.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752171AbaD3Agd (ORCPT ); Tue, 29 Apr 2014 20:36:33 -0400 In-reply-to: Sender: linux-samsung-soc-owner@vger.kernel.org List-Id: linux-samsung-soc@vger.kernel.org To: Sachin Kamat Cc: Dave Airlie , "dri-devel@lists.freedesktop.org" , "devicetree@vger.kernel.org" , "robh+dt@kernel.org" , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , linux-samsung-soc , Thierry Reding , Kyungmin Park , Inki Dae , Kukjin Kim , Joonyoung Shim , Seung-Woo Kim , Andrzej Hajda , Laurent Pinchart Hi Sachin, Thank you for comment. I'll fix. Thank you. Best regards YJ On 04/30/2014 12:35 AM, Sachin Kamat wrote: > Hi YoungJun, > > On 27 April 2014 07:20, YoungJun Cho wrote: >> To support MIPI DSI command mode interface, FIMD should do followings: >> - Sets LCD block configuration for I80 interface. >> - Uses "lcd_sys" as an IRQ resource and sets relevant IRQ configuration. >> - Implements trigger feature which transfers image date if there is >> page flip request, and implements TE handler to call trigger function. >> - Sets CPU mode timings configuration. >> - Sets ideal(pixel) clock is 2 times faster than the original one to >> generate frame done IRQ prior to the next TE signal. > > <...> >> + >> + reg = readl(timing_base + TRIGCON); >> + reg |= 1 << 0 | 1 << 1; > > What does this signify? Can't this be OR'd directly with 3? >