Skip to content

Commit e788ff7

Browse files
Sui Jingfengjnikula
authored andcommitted
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
1 parent 27cbdc6 commit e788ff7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/drm/i915_drm.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ extern struct resource intel_graphics_stolen_res;
4242
* The Bridge device's PCI config space has information about the
4343
* fb aperture size and the amount of pre-reserved memory.
4444
* This is all handled in the intel-gtt.ko module. i915.ko only
45-
* cares about the vga bit for the vga rbiter.
45+
* cares about the vga bit for the vga arbiter.
4646
*/
4747
#define INTEL_GMCH_CTRL 0x52
4848
#define INTEL_GMCH_VGA_DISABLE (1 << 1)

0 commit comments

Comments
 (0)