projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef426c1
)
drm/i915: fix INTEL_BDW_IDS definition
author
Paulo Zanoni
<paulo.r.zanoni@intel.com>
Tue, 3 Jan 2017 20:04:18 +0000
(18:04 -0200)
committer
Paulo Zanoni
<paulo.r.zanoni@intel.com>
Wed, 4 Jan 2017 16:37:33 +0000
(14:37 -0200)
Remove duplicated IDs from the list. Currently, this definition is
only used by early-quirks.c. From my understanding of the code, having
duplicated IDs shouldn't be causing any bugs.
Fixes:
8d9c20e1d1e3
("drm/i915: Remove .is_mobile field from platform struct")
Cc: Carlos Santa <carlos.santa@intel.com>
Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Link:
http://patchwork.freedesktop.org/patch/msgid/1483473860-17644-1-git-send-email-paulo.r.zanoni@intel.com
include/drm/i915_pciids.h
patch
|
blob
|
blame
|
history
diff --git
a/include/drm/i915_pciids.h
b/include/drm/i915_pciids.h
index aeb36cb0854fdbea9ef2ac9c5205320a5f370667..6588dd1d88c5b14682343893e44b181c613bb5cf 100644
(file)
--- a/
include/drm/i915_pciids.h
+++ b/
include/drm/i915_pciids.h
@@
-240,8
+240,6
@@
INTEL_BDW_GT12_IDS(info), \
INTEL_BDW_GT3_IDS(info), \
INTEL_BDW_RSVDM_IDS(info), \
- INTEL_BDW_GT12_IDS(info), \
- INTEL_BDW_GT3_IDS(info), \
INTEL_BDW_RSVDD_IDS(info)
#define INTEL_CHV_IDS(info) \