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:
d551599
)
drm/i915: Always try to inherit the initial fb.
author
Maarten Lankhorst
<
[email protected]
>
Thu, 27 Aug 2015 13:44:04 +0000
(15:44 +0200)
committer
Daniel Vetter
<
[email protected]
>
Mon, 14 Sep 2015 07:58:24 +0000
(09:58 +0200)
The initial state is read out correctly and the state is atomic,
so it's safe to preserve the fb without any hacks if it's suitable.
Signed-off-by: Maarten Lankhorst <
[email protected]
>
Reviewed-by: Jesse Barnes <
[email protected]
>
Signed-off-by: Daniel Vetter <
[email protected]
>
drivers/gpu/drm/i915/intel_fbdev.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/i915/intel_fbdev.c
b/drivers/gpu/drm/i915/intel_fbdev.c
index 0c9291da1d2e596ff6493dd7b9a772475e40f44d..73a14e86a127578b2861425010b059cb6a6175de 100644
(file)
--- a/
drivers/gpu/drm/i915/intel_fbdev.c
+++ b/
drivers/gpu/drm/i915/intel_fbdev.c
@@
-541,9
+541,6
@@
static bool intel_fbdev_init_bios(struct drm_device *dev,
struct intel_crtc *intel_crtc;
unsigned int max_size = 0;
- if (!i915.fastboot)
- return false;
-
/* Find the largest fb */
for_each_crtc(dev, crtc) {
struct drm_i915_gem_object *obj =