提交 d7292a07 编写于 作者: D Dave Airlie 提交者: Dave Airlie

qxl: drop unused variable.

this boolean isn't used anymore so drop it.
Signed-off-by: NDave Airlie <airlied@redhat.com>
上级 a6ac1bc3
...@@ -604,7 +604,6 @@ static int qxl_crtc_mode_set(struct drm_crtc *crtc, ...@@ -604,7 +604,6 @@ static int qxl_crtc_mode_set(struct drm_crtc *crtc,
mode->hdisplay, mode->hdisplay,
mode->vdisplay); mode->vdisplay);
} }
qdev->mode_set = true;
return 0; return 0;
} }
......
...@@ -270,7 +270,6 @@ struct qxl_device { ...@@ -270,7 +270,6 @@ struct qxl_device {
struct qxl_ring *cursor_ring; struct qxl_ring *cursor_ring;
struct qxl_ram_header *ram_header; struct qxl_ram_header *ram_header;
bool mode_set;
bool primary_created; bool primary_created;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册