On Thu, Apr 10, 2014 at 02:18:06PM -0700, Matt Roper wrote:
> The src_w / src_h parameters to update_plane include a subpixel offset;
> we need to shift off the subpixel bits before comparing to CRTC size
> when checking for primary plane scaling.
>
> Signed-off-by: Matt Roper
Reviewed-by: Danie
The src_w / src_h parameters to update_plane include a subpixel offset;
we need to shift off the subpixel bits before comparing to CRTC size
when checking for primary plane scaling.
Signed-off-by: Matt Roper
---
drivers/gpu/drm/drm_plane_helper.c | 2 ++
1 file changed, 2 insertions(+)
diff --g