提交 6b8ca4cf 编写于 作者: R Rob Clark 提交者: Greg Kroah-Hartman

staging: drm/omap: fix minimum width/height

Fix minimum width/height so planes could be used to implement
hw mouse cursor.
Signed-off-by: NRob Clark <rob@ti.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 2f53700d
......@@ -390,8 +390,8 @@ static int omap_modeset_init(struct drm_device *dev)
dump_video_chains();
dev->mode_config.min_width = 256;
dev->mode_config.min_height = 256;
dev->mode_config.min_width = 32;
dev->mode_config.min_height = 32;
/* note: eventually will need some cpu_is_omapXYZ() type stuff here
* to fill in these limits properly on different OMAP generations..
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册