| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Should've known about this given the TTM bit, but kind of forgot.
Keep it optional, like the rest of the DRM bits a system can work
without these if you know what you're doing (e.g. disabled KMS_HELPER
needs modeset=0 and a custom Xorg.conf). TTM on the other hand is
required *if* FBDEV is enabled else it results in a build failure
on recent kernels.
Plans is mostly to make most people enable it before we do the switch
"eventually".
For what it's worth, only check in 570+ given there's no plans to ever
enable fbdev=1 by default in old branches, legacy ones did not even
support it.
Bug: https://bugs.gentoo.org/949097
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Previous use of fbdev=1 had issues ranging from problems
switching between X/wayland and the console, graphical
corruption, failing to resume from sleep, and also straight
up failure like bug #949097.
Some of these issues may be resolved in 570.x, but real status is
unknown, and still getting new bug reports about it.
This may work properly for some configurations (probably simpledrm
+ wayland, aka Fedora's case where fbdev=1 is needed), but still
seem too volatile to be a default on a wide variety of configurations
like with Gentoo.
Already had a postinst elog out of worry, but having potentially
several users deal with this manually is unwanted.
Will likely revisit after issues been ironed out as it is needed
if we want to get rid of deprecated efifb in favour of simpledrm
on gentoo-kernel's defaults eventually.
Closes: https://bugs.gentoo.org/949097
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
|
|
|
|
|
|
|
|
|
| |
Adding keyworded despite beta due for being needed
for several reasons (on top of the two bugs).
Bug: https://bugs.gentoo.org/948212
Closes: https://bugs.gentoo.org/948478
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
|
|
|
|
|
|
|
|
| |
Shouldn't be overly needed anymore, plus want to avoid
the warning that can get wrongly repeated when switching
branches.
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
|
|
|
|
| |
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
|
|
|
|
|
|
|
|
| |
Affected 565.77 is still in tree due to still lacking a fixed
version for that branch or newer.
Bug: https://bugs.gentoo.org/948212
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
|
|
|
|
|
| |
Bug: https://bugs.gentoo.org/948212
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
|
|
|
|
|
| |
Bug: https://bugs.gentoo.org/948212
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
|
| |
Still early (not released yet, albeit being on rc7 it is unlikely to
break at this point), but this these versions received extra care for
6.13 and fbdev issue seem resolved.
565.77(NFB) users will have to stick to <6.13 on manually patch still.
Unknown if that branch will even get new releases anymore, nor how long
left until the next branch. Drop the comment in advance though.
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
|
|
|
|
| |
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
|
|
|
|
| |
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
|
|
|
|
| |
Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
|
|
|
|
| |
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
|
|
|
|
| |
Signed-off-by: Matt Turner <mattst88@gentoo.org>
|
|
|
|
| |
Signed-off-by: Matt Turner <mattst88@gentoo.org>
|
|
|
|
| |
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
NVIDIA has fixed 550.142 to build with 6.13-rc3 (565.77 fails), but
has not addressed/noticed that fbdev=1 is broken. So keep a reminder
to not add =6.13 even if it builds when 6.13 releases.
Also note in 565.77 in case a new version releases that only fixed
the build failure and not fbdev=1.
Patches exists, but would rather not use these, hard to tell if
they're correct. Users should stick to 6.12 or older until proper
fixes.
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
|
|
|
|
| |
Signed-off-by: Matt Turner <mattst88@gentoo.org>
|
|
|
|
| |
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Was announced that LTS kernel 6.1 will get an extra year of
support, so this may give an extra year in the tree to these
drivers (still depends on if Gentoo's kernel maintainers are
going to keep these in the tree for that long, or if these
drivers will still be in a usable state by then).
Given 6.6.x hasn't been extended, 470 users may need to go
back to 6.1.x for that extra year (without patching anyway).
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
|
|
|
|
| |
Signed-off-by: Matt Turner <mattst88@gentoo.org>
|
|
|
|
| |
Signed-off-by: Matt Turner <mattst88@gentoo.org>
|
|
|
|
| |
Signed-off-by: Matt Turner <mattst88@gentoo.org>
|
|
|
|
| |
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
|
|
| |
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
I915 now selects TTM in newer kernels making it usable, however
the text is unaware of changes and versions, so just drop the
mention that I915 is not usable and suggest checking the kernel's
help.
Also list QXL example first, it's smaller to build. Still keep
AMDGPU listed mostly because it's more recognizable by users.
Leaving 535 as-is, last I know of TTM_HELPERS doesn't matter for
it and it likely does not have that long of support.
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
|
|
|
|
| |
Signed-off-by: Matt Turner <mattst88@gentoo.org>
|
|
|
|
| |
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
|
|
|
|
| |
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
|
|
|
|
| |
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
| |
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
|
|
|
| |
Not interesting to show pipestatus -v when the 2nd command
is an ebuild internal and will die on its own if failed.
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
|
|
|
|
| |
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
| |
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
| |
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
| |
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
| |
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
| |
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
|
|
|
| |
Closes: https://bugs.gentoo.org/924715
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
|
|
|
| |
Bug: https://bugs.gentoo.org/875233
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
|
|
|
|
| |
No longer a beta, considered a new feature branch instead (NFB).
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
|
|
|
|
|
|
|
|
|
| |
Doesn't seem to have received 550.135 fixes for ttm and kernel 6.12
still, maybe these won't get updated till the next branch. May still
be affected by the last security vulnerability too.. but it's masked,
use as your own risks. Did gain Vulkan 1.4 support though.
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
|
|
|
|
| |
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
|
|
|
|
| |
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
| |
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
|
|
|
| |
Happened to glance over that comment I wrote and was
wondering what I was reading.
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
|
|
|
|
| |
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
| |
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
| |
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
| |
Signed-off-by: Sam James <sam@gentoo.org>
|