Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\boot\video-vesa.c Create Date:2022-07-28 07:27:40
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:Switch DAC to 8-bit mode

Proto:static void vesa_dac_set_8bits(void)

Type:void

Parameter:Nothing

164  dac_size = 6
167  If 10 & 1 Then
168  SPDX-License-Identifier: GPL-2.0-or-later
169  ax = 0x4f08
170  bh = 0x08
171  intcall(0x10, & ireg, & oreg)
172  If ax == 0x004f Then dac_size = bh
177  0x26 = dac_size
178  0x28 = dac_size
179  0x2a = dac_size
180  0x2c = dac_size
182  0x27 = 0
183  0x29 = 0
184  0x2b = 0
185  0x2d = 0
Caller
NameDescribe
vesa_store_mode_params_graphics