summaryrefslogtreecommitdiff
path: root/man/intel_vbt_decode.rst
blob: 496ea3f1efa2d3163240e7e428db47910998c666 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
================
intel_vbt_decode
================

-----------------------------
Intel Video BIOS Table parser
-----------------------------
.. include:: defs.rst
:Author: IGT Developers <igt-dev@lists.freedesktop.org>
:Date: 2016-03-01
:Version: |PACKAGE_STRING|
:Copyright: 2010,2012,2016 Intel Corporation
:Manual section: |MANUAL_SECTION|
:Manual group: |MANUAL_GROUP|

SYNOPSIS
========

**intel_vbt_decode** [*OPTIONS*]

DESCRIPTION
===========

**intel_vbt_decode** is a tool to parse the Intel Video BIOS Tables (VBT) and
present the information in a human readable format.

The preferred ways of getting the binary VBT to parse are:

1) /sys/kernel/debug/dri/0/i915_vbt (since kernel version 4.5)

2) /sys/kernel/debug/dri/0/i915_opregion

3) Using the **intel_bios_dumper(1)** tool.

The VBT consists of a VBT header, a BIOS Data Block (BDB) header, and a number
of BIOS Data Blocks.

OPTIONS
=======

--file=FILE
    Parse Video BIOS Tables from FILE.

--devid=DEVID
    Pretend to be PCI ID DEVID. Some details can be parsed more accurately if
    the platform is known.

--panel-type=N
    Parse the details for flat panel N. Usually this is retrieved from the Video
    BIOS Tables, but this can be used to override.

--all-panels
    Parse the details for all flat panels present in the Video BIOS Tables.

--hexdump
    Hex dump the blocks.

--block=N
    Dump only the BIOS Data Block number N.

REPORTING BUGS
==============

Report bugs to https://bugs.freedesktop.org.

SEE ALSO
========

**intel_bios_dumper(1)**