summaryrefslogtreecommitdiffstats
path: root/include/drm/i915_drm.h
diff options
context:
space:
mode:
authorSui Jingfeng <suijingfeng@loongson.cn>2023-05-29 19:29:56 +0800
committerJani Nikula <jani.nikula@intel.com>2023-06-02 20:05:45 +0300
commite788ff7ee3b4b7b8ae534e605154f50dc4443a40 (patch)
tree037222ebf37de0c591eff5cd42d1bc59803e67a1 /include/drm/i915_drm.h
parent27cbdc6bddc28cdc2a91e24d1ae91405e261fc2a (diff)
downloadlinux-e788ff7ee3b4b7b8ae534e605154f50dc4443a40.tar.gz
linux-e788ff7ee3b4b7b8ae534e605154f50dc4443a40.tar.bz2
linux-e788ff7ee3b4b7b8ae534e605154f50dc4443a40.zip
drm/i915_drm.h: fix a typo
'rbiter' -> 'arbiter' Signed-off-by: Sui Jingfeng <suijingfeng@loongson.cn> Signed-off-by: Jani Nikula <jani.nikula@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20230529112956.2083389-1-suijingfeng@loongson.cn
Diffstat (limited to 'include/drm/i915_drm.h')
-rw-r--r--include/drm/i915_drm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drm/i915_drm.h b/include/drm/i915_drm.h
index 7adce327c1c2..adff68538484 100644
--- a/include/drm/i915_drm.h
+++ b/include/drm/i915_drm.h
@@ -42,7 +42,7 @@ extern struct resource intel_graphics_stolen_res;
* The Bridge device's PCI config space has information about the
* fb aperture size and the amount of pre-reserved memory.
* This is all handled in the intel-gtt.ko module. i915.ko only
- * cares about the vga bit for the vga rbiter.
+ * cares about the vga bit for the vga arbiter.
*/
#define INTEL_GMCH_CTRL 0x52
#define INTEL_GMCH_VGA_DISABLE (1 << 1)