projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27cbdc6
)
drm/i915_drm.h: fix a typo
author
Sui Jingfeng
<suijingfeng@loongson.cn>
Mon, 29 May 2023 11:29:56 +0000
(19:29 +0800)
committer
Jani Nikula
<jani.nikula@intel.com>
Fri, 2 Jun 2023 17:05:45 +0000
(20:05 +0300)
'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
include/drm/i915_drm.h
patch
|
blob
|
history
diff --git
a/include/drm/i915_drm.h
b/include/drm/i915_drm.h
index 7adce327c1c2886a7be5b89386b1976a591a6551..adff68538484405edb37666ed1272d1cb10dfb6a 100644
(file)
--- 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
a
rbiter.
*/
#define INTEL_GMCH_CTRL 0x52
#define INTEL_GMCH_VGA_DISABLE (1 << 1)