[PATCH v3 6/6] drm/rockchip: vop: support plane scale

2015-07-22 Thread Heiko Stübner
Am Dienstag, 21. Juli 2015, 16:28:52 schrieb Mark Yao: > Win_full support 1/8 to 8 scale down/up engine, support > all format scale. > > Signed-off-by: Mark Yao > --- > Changes in v3: > Adviced by Tomasz Figa > - remove unused code and unnecessary scale path. > - use static inline funcion instead

[PATCH v3 6/6] drm/rockchip: vop: support plane scale

2015-07-21 Thread Mark Yao
Win_full support 1/8 to 8 scale down/up engine, support all format scale. Signed-off-by: Mark Yao --- Changes in v3: Adviced by Tomasz Figa - remove unused code and unnecessary scale path. - use static inline funcion instead "#define", let gcc check the cast - move same call into helper, make cod