On Mon, Nov 27, 2017 at 09:57:44PM +0100, Jernej Skrabec wrote: > Calculate scaling parameters and call appropriate scaler set up > function. > > Signed-off-by: Jernej Skrabec <[email protected]>
I'm not sure there's been something wrong, but I didn't receive your
patch 10. I guess this one could be folded in patch 9.
> @@ -194,29 +195,34 @@ int sun8i_mixer_update_ui_layer_coord(struct
> sun8i_mixer *mixer,
> int layer, struct drm_plane *plane)
> {
> struct drm_plane_state *state = plane->state;
> - u32 width, height, size;
> + u32 src_w, src_h, dst_w, dst_h;
> + u32 outsize, insize;
> + u32 hphase, vphase;
>
> - DRM_DEBUG_DRIVER("Updating layer %d\n", layer);
> + DRM_DEBUG_DRIVER("Updating UI layer %d\n", layer);
And this would be part of the VI support patch
Thanks!
Maxime
--
Maxime Ripard, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com
signature.asc
Description: PGP signature

