Re: [PATCH 2/7] OMAPDSS: DISPC: Move DISPC specific dss_reg_fields to dispc_features

2012-12-04 Thread Tomi Valkeinen
On 2012-12-03 08:29, Chandrabhanu Mahapatra wrote: > On Thursday 29 November 2012 05:48 PM, Tomi Valkeinen wrote: >> On 2012-11-28 12:41, Chandrabhanu Mahapatra wrote: >>> The register fields in dss_reg_fields specific to DISPC are moved from >>> struct >>> omap_dss_features to corresponding dispc

Re: [PATCH 2/7] OMAPDSS: DISPC: Move DISPC specific dss_reg_fields to dispc_features

2012-12-02 Thread Chandrabhanu Mahapatra
On Thursday 29 November 2012 05:48 PM, Tomi Valkeinen wrote: > On 2012-11-28 12:41, Chandrabhanu Mahapatra wrote: >> The register fields in dss_reg_fields specific to DISPC are moved from struct >> omap_dss_features to corresponding dispc_reg_fields, initialized in struct >> dispc_features, thereby

Re: [PATCH 2/7] OMAPDSS: DISPC: Move DISPC specific dss_reg_fields to dispc_features

2012-11-30 Thread Tomi Valkeinen
On 2012-11-30 12:02, Chandrabhanu Mahapatra wrote: > On Thursday 29 November 2012 05:35 PM, Tomi Valkeinen wrote: >>> diff --git a/drivers/video/omap2/dss/dss.h b/drivers/video/omap2/dss/dss.h >>> index 84a7f6a..aa273d8 100644 >>> --- a/drivers/video/omap2/dss/dss.h >>> +++ b/drivers/video/omap2/d

Re: [PATCH 2/7] OMAPDSS: DISPC: Move DISPC specific dss_reg_fields to dispc_features

2012-11-30 Thread Chandrabhanu Mahapatra
On Thursday 29 November 2012 05:35 PM, Tomi Valkeinen wrote: > On 2012-11-28 12:41, Chandrabhanu Mahapatra wrote: >> The register fields in dss_reg_fields specific to DISPC are moved from struct >> omap_dss_features to corresponding dispc_reg_fields, initialized in struct >> dispc_features, thereby

Re: [PATCH 2/7] OMAPDSS: DISPC: Move DISPC specific dss_reg_fields to dispc_features

2012-11-29 Thread Tomi Valkeinen
On 2012-11-28 12:41, Chandrabhanu Mahapatra wrote: > The register fields in dss_reg_fields specific to DISPC are moved from struct > omap_dss_features to corresponding dispc_reg_fields, initialized in struct > dispc_features, thereby enabling local access. > > Signed-off-by: Chandrabhanu Mahapatra

Re: [PATCH 2/7] OMAPDSS: DISPC: Move DISPC specific dss_reg_fields to dispc_features

2012-11-29 Thread Tomi Valkeinen
On 2012-11-28 12:41, Chandrabhanu Mahapatra wrote: > The register fields in dss_reg_fields specific to DISPC are moved from struct > omap_dss_features to corresponding dispc_reg_fields, initialized in struct > dispc_features, thereby enabling local access. > > Signed-off-by: Chandrabhanu Mahapatra

[PATCH 2/7] OMAPDSS: DISPC: Move DISPC specific dss_reg_fields to dispc_features

2012-11-28 Thread Chandrabhanu Mahapatra
The register fields in dss_reg_fields specific to DISPC are moved from struct omap_dss_features to corresponding dispc_reg_fields, initialized in struct dispc_features, thereby enabling local access. Signed-off-by: Chandrabhanu Mahapatra --- drivers/video/omap2/dss/dispc.c| 87