Re: [PATCH 2/3] drm/komeda: Add split support for scaler

2019-06-10 Thread james qian wang (Arm Technology China)
On Fri, Jun 07, 2019 at 05:46:36PM +0800, Liviu Dudau wrote: > Hi James, > > On Mon, May 20, 2019 at 11:44:47AM +0100, james qian wang (Arm Technology > China) wrote: > > To achieve same caling effect compare with none split, the texel > > calculation need to use the same scaling ratio before spl

Re: [PATCH 2/3] drm/komeda: Add split support for scaler

2019-06-07 Thread Liviu Dudau
Hi James, On Mon, May 20, 2019 at 11:44:47AM +0100, james qian wang (Arm Technology China) wrote: > To achieve same caling effect compare with none split, the texel > calculation need to use the same scaling ratio before split, so add > "total_xxx" to pipeline to describe the hsize/vsize before s

[PATCH 2/3] drm/komeda: Add split support for scaler

2019-05-20 Thread james qian wang (Arm Technology China)
To achieve same caling effect compare with none split, the texel calculation need to use the same scaling ratio before split, so add "total_xxx" to pipeline to describe the hsize/vsize before split. Update pipeline and d71_scaler_update accordingly. Signed-off-by: James Qian Wang (Arm Technology C