On Thu, Dec 11, 2014 at 07:20:57AM -0800, Matt Roper wrote:
> drm_plane_helper_check_update() currently uses crtc before testing whether
> we're disabling the plane (fb == NULL). Move the fb test before the first
> crtc
> usage so that crtc == NULL doesn't have to be handled by the caller.
>
> S
drm_plane_helper_check_update() currently uses crtc before testing whether
we're disabling the plane (fb == NULL). Move the fb test before the first crtc
usage so that crtc == NULL doesn't have to be handled by the caller.
Signed-off-by: Matt Roper
---
drivers/gpu/drm/drm_plane_helper.c | 16 ++
On Tue, Dec 09, 2014 at 11:53:37AM -0800, Matt Roper wrote:
> drm_plane_helper_check_update() currently uses crtc before testing whether
> we're disabling the plane (fb == NULL). Move the fb test before the first
> crtc
> usage so that crtc == NULL doesn't have to be handled by the caller.
>
> S
drm_plane_helper_check_update() currently uses crtc before testing whether
we're disabling the plane (fb == NULL). Move the fb test before the first crtc
usage so that crtc == NULL doesn't have to be handled by the caller.
Signed-off-by: Matt Roper
---
drivers/gpu/drm/drm_plane_helper.c | 16 ++