Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openeuler
qemu
提交
362f8117
Q
qemu
项目概览
openeuler
/
qemu
通知
10
Star
0
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
Q
qemu
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
362f8117
编写于
10月 10, 2017
作者:
G
Gerd Hoffmann
1
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
vga: drop line_offset variable
Signed-off-by:
N
Gerd Hoffmann
<
kraxel@redhat.com
>
上级
c5bbcaa4
变更
1
隐藏空白更改
内联
并排
Showing
1 changed file
with
3 addition
and
4 deletion
+3
-4
hw/display/vga.c
hw/display/vga.c
+3
-4
未找到文件。
hw/display/vga.c
浏览文件 @
362f8117
...
...
@@ -1464,7 +1464,7 @@ static void vga_draw_graphic(VGACommonState *s, int full_update)
{
DisplaySurface
*
surface
=
qemu_console_surface
(
s
->
con
);
int
y1
,
y
,
update
,
linesize
,
y_start
,
double_scan
,
mask
,
depth
;
int
width
,
height
,
shift_control
,
line_offset
,
bwidth
,
bits
;
int
width
,
height
,
shift_control
,
bwidth
,
bits
;
ram_addr_t
page0
,
page1
;
DirtyBitmapSnapshot
*
snap
=
NULL
;
int
disp_width
,
multi_scan
,
multi_run
;
...
...
@@ -1614,7 +1614,6 @@ static void vga_draw_graphic(VGACommonState *s, int full_update)
s
->
cursor_invalidate
(
s
);
}
line_offset
=
s
->
line_offset
;
#if 0
printf("w=%d h=%d v=%d line_offset=%d cr[0x09]=0x%02x cr[0x17]=0x%02x linecmp=%d sr[0x01]=0x%02x\n",
width, height, v, line_offset, s->cr[9], s->cr[VGA_CRTC_MODE],
...
...
@@ -1629,7 +1628,7 @@ static void vga_draw_graphic(VGACommonState *s, int full_update)
if
(
!
full_update
)
{
ram_addr_t
region_start
=
addr1
;
ram_addr_t
region_end
=
addr1
+
line_offset
*
height
;
ram_addr_t
region_end
=
addr1
+
s
->
line_offset
*
height
;
vga_sync_dirty_bitmap
(
s
);
if
(
s
->
line_compare
<
height
)
{
/* split screen mode */
...
...
@@ -1681,7 +1680,7 @@ static void vga_draw_graphic(VGACommonState *s, int full_update)
if
(
!
multi_run
)
{
mask
=
(
s
->
cr
[
VGA_CRTC_MODE
]
&
3
)
^
3
;
if
((
y1
&
mask
)
==
mask
)
addr1
+=
line_offset
;
addr1
+=
s
->
line_offset
;
y1
++
;
multi_run
=
multi_scan
;
}
else
{
...
...
tester丶
🤺
@ssszwink
mentioned in commit
a0ad8119
·
9月 10, 2020
mentioned in commit
a0ad8119
mentioned in commit a0ad811956908b699e87d8b8304910ca5979179a
开关提交列表
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录