projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
edd43ed
)
drm/i915/skl: Drop the preliminary_hw_support flag
author
Damien Lespiau
<
[email protected]
>
Thu, 16 Jul 2015 16:08:09 +0000
(17:08 +0100)
committer
Daniel Vetter
<
[email protected]
>
Fri, 17 Jul 2015 07:09:49 +0000
(09:09 +0200)
Time to light a candle and remove the preliminary_hw_support flag.
Signed-off-by: Damien Lespiau <
[email protected]
>
Signed-off-by: Daniel Vetter <
[email protected]
>
drivers/gpu/drm/i915/i915_drv.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/i915/i915_drv.c
b/drivers/gpu/drm/i915/i915_drv.c
index f13ed1ef664106efb78cf14301d183148eba4098..0d6775a3e88c3e09254874b3a99d0d950d5f0f5c 100644
(file)
--- a/
drivers/gpu/drm/i915/i915_drv.c
+++ b/
drivers/gpu/drm/i915/i915_drv.c
@@
-356,7
+356,6
@@
static const struct intel_device_info intel_cherryview_info = {
};
static const struct intel_device_info intel_skylake_info = {
- .is_preliminary = 1,
.is_skylake = 1,
.gen = 9, .num_pipes = 3,
.need_gfx_hws = 1, .has_hotplug = 1,
@@
-369,7
+368,6
@@
static const struct intel_device_info intel_skylake_info = {
};
static const struct intel_device_info intel_skylake_gt3_info = {
- .is_preliminary = 1,
.is_skylake = 1,
.gen = 9, .num_pipes = 3,
.need_gfx_hws = 1, .has_hotplug = 1,