All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Massimo B." <massimo.b@gmx.net>
To: dri-devel@lists.freedesktop.org
Subject: [drm] Reducing the compressed framebuffer size
Date: Tue, 12 May 2020 15:36:01 +0200	[thread overview]
Message-ID: <56fb2eaf4241f80799f25733c242489e00c6021a.camel@gmx.net> (raw)

Hello everybody,

since Kernel 5.6.5 I encounter many syslog lines like

[kernel] [drm] Reducing the compressed framebuffer size. This may lead to less power savings than a non-reduced-size. Try to increase stolen memory size if available in BIOS.
                - Last output repeated 4 times -

I found some explanation at:
https://wiki.archlinux.org/index.php/intel_graphics#Framebuffer_compression_(enable_fbc)
But why do I get this with a i7-4790 Haswell, which is not pre-Sandy?

Anyway I followed the hint and set

# cat /etc/modprobe.d/i915.conf
options i915 enable_fbc=0

After reboot the setting seems active:

# cat /sys/module/i915/parameters/enable_fbc
0

But I still get the same logs. Which BIOS setting is responsible, how can I fix
that? Is there a better place to ask?

# lspci |grep VGA
00:02.0 VGA compatible controller: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics Controller (rev 06)

# grep name /proc/cpuinfo |tail -n1
model name	: Intel(R) Core(TM) i7-4790 CPU @ 3.60GHz

Best regards,
Massimo

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

             reply	other threads:[~2020-05-13  9:10 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-12 13:36 Massimo B. [this message]
2020-05-13 12:29 ` [drm] Reducing the compressed framebuffer size Ville Syrjälä

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=56fb2eaf4241f80799f25733c242489e00c6021a.camel@gmx.net \
    --to=massimo.b@gmx.net \
    --cc=dri-devel@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.