提交 b0a007dc 编写于 作者: B Ben Skeggs 提交者: Dave Airlie

drm/kms: fix fb cmap allocation to use modeset->crtc not crtc

crtc may be undefined at this point.
Signed-off-by: NDave Airlie <airlied@redhat.com>
上级 447aeb90
......@@ -908,7 +908,7 @@ int drm_fb_helper_single_fb_probe(struct drm_device *dev,
if (new_fb) {
info->var.pixclock = 0;
ret = fb_alloc_cmap(&info->cmap, crtc->gamma_size, 0);
ret = fb_alloc_cmap(&info->cmap, modeset->crtc->gamma_size, 0);
if (ret)
return ret;
if (register_framebuffer(info) < 0) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册