Hey, Op 15-07-15 om 14:15 schreef Daniel Vetter: > Currently we both set mode->private_flags to some value and also use > the pipe_config quirk. But since the pipe_config quirk isn't tied to > the lifetime of the mode object we need to check both. > > Simplify this by only using mode.private_flags and stop using the > INHERITED_MODE quirk. Also for clarity add an explicit #define for > that driver priavete mode flag. > > By using crtc_state->mode_changed we can also remove the recalc local > variable. Those 3 changes look good to me. Reviewed-by: Maarten Lankhorst <maarten.lankhorst@xxxxxxxxxxxxxxx> Any objections against this followup patch? Or should I wait until I made intel_update_pipe_size atomic? diff --git a/drivers/gpu/drm/i915/intel_fbdev.c b/drivers/gpu/drm/i915/intel_fbdev.c index 7eff33ff84f6..914679ceb200 100644 --- a/drivers/gpu/drm/i915/intel_fbdev.c +++ b/drivers/gpu/drm/i915/intel_fbdev.c @@ -578,9 +578,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 = _______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/intel-gfx