[PATCH] drm: initialize default rotation value to DRM_ROTATE_0

2016-01-19 Thread Daniel Vetter
On Tue, Jan 19, 2016 at 09:26:48AM +0100, Marek Szyprowski wrote: > When no console framebuffer is enabled, the default plane state is > defined by plane reset function. If driver uses generic helper, then > rotation property is set to zero. This is not a valid value for that > enum. This patch set

[PATCH] drm: initialize default rotation value to DRM_ROTATE_0

2016-01-19 Thread Marek Szyprowski
When no console framebuffer is enabled, the default plane state is defined by plane reset function. If driver uses generic helper, then rotation property is set to zero. This is not a valid value for that enum. This patch sets default rotation value to DRM_ROTATE_0. Signed-off-by: Marek Szyprowski