summaryrefslogtreecommitdiffstats
path: root/Documentation/DocBook
diff options
context:
space:
mode:
authorJani Nikula2016-03-16 11:43:35 +0100
committerJani Nikula2016-03-17 10:58:57 +0100
commit72341af4285ae1337c0dfdfa3e68318b52b8757c (patch)
tree5426a2d7bb23a8d227ce8f2a86b57fb7534f7300 /Documentation/DocBook
parentdrm/i915: fix sparse warning for using false as NULL (diff)
downloadkernel-qcow2-linux-72341af4285ae1337c0dfdfa3e68318b52b8757c.tar.gz
kernel-qcow2-linux-72341af4285ae1337c0dfdfa3e68318b52b8757c.tar.xz
kernel-qcow2-linux-72341af4285ae1337c0dfdfa3e68318b52b8757c.zip
drm/i915: hide away VBT private data in a separate header
We've been accumulating code across the driver that depends on the VBT specific structures and defines. The VBT is an uncontrollable beast. Encourage encapsulation of the VBT data by hiding the structures and defines in a private header only to be included from intel_bios.c. Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch> Signed-off-by: Jani Nikula <jani.nikula@intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/1458125015-7931-7-git-send-email-jani.nikula@intel.com
Diffstat (limited to 'Documentation/DocBook')
-rw-r--r--Documentation/DocBook/gpu.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/DocBook/gpu.tmpl b/Documentation/DocBook/gpu.tmpl
index 1692c4dd5487..ab7ffebf4b95 100644
--- a/Documentation/DocBook/gpu.tmpl
+++ b/Documentation/DocBook/gpu.tmpl
@@ -3334,7 +3334,7 @@ int num_ioctls;</synopsis>
<title>Video BIOS Table (VBT)</title>
!Pdrivers/gpu/drm/i915/intel_bios.c Video BIOS Table (VBT)
!Idrivers/gpu/drm/i915/intel_bios.c
-!Idrivers/gpu/drm/i915/intel_bios.h
+!Idrivers/gpu/drm/i915/intel_vbt_defs.h
</sect2>
</sect1>