lp:~pali/nouveau/trunk
- Get this branch:
- bzr branch lp:~pali/nouveau/trunk
Branch merges
Branch information
Import details
This branch is an import of the HEAD branch of the Git repository at git://anongit.freedesktop.org/nouveau/xf86-video-nouveau.
Last successful import was 4 hours ago.
Recent revisions
- 2500. By Dave Airlie <email address hidden> on 2021-02-20
-
nouveau: fixup driver for new X server ABI
- 2499. By Ilia Mirkin on 2021-01-23
-
Bump version to 1.0.17
Signed-off-by: Ilia Mirkin <email address hidden>
- 2498. By Ilia Mirkin on 2020-08-29
-
present: fix handling of drmWaitVBlank failures
When drmWaitVBlank fails, make sure to remove the event from the queue.
Signed-off-by: Ilia Mirkin <email address hidden>
- 2497. By Ilia Mirkin on 2020-08-16
-
drmmode: make event handler leave a note that there are stuck events
We don't really expect to have too many events in the queue. If there
are, then the algorithm we use isn't appropriate. Add a warning when the
queue gets very long, as it's an indication of something having gone
wrong.Signed-off-by: Ilia Mirkin <email address hidden>
- 2496. By Ilia Mirkin on 2020-08-08
-
present: don't enable if there's no acceleration
All the present logic relies on EXA being used to wrap everything.
Unclear if present could even be used without the other things EXA
enables, but better be safe.Signed-off-by: Ilia Mirkin <email address hidden>
- 2495. By Ilia Mirkin on 2020-08-08
-
drmmode: fix screen resize without acceleration
This got broken with commit 86024cee back in 2014!
drmmode_pixmap/ nouveau_ pixmap expect there to be EXA wrapping around the
pixmap now, which is not there without accel.Signed-off-by: Ilia Mirkin <email address hidden>
- 2494. By Ilia Mirkin on 2019-10-26
-
make error when failing to allocate surface more descriptive
Signed-off-by: Ilia Mirkin <email address hidden>
- 2493. By Ilia Mirkin on 2019-10-13
-
dri2,present: move in pixmap before getting addresses
First of all, we were not forcing the pixmap to be moved in before
attempting to present it. Secondly, in certain configurations, we avoid
ever backing pixmaps with vram (in GPUs with 32MB of VRAM or less).This fixes the observed cases where we ended up assuming that a bo was
backing a pixmap without doing the explicit move-in.Signed-off-by: Ilia Mirkin <email address hidden>
- 2492. By Ilia Mirkin on 2019-10-13
-
nv4/exa: tiling is unsupported pre-nv10, reduce alignment requirements
Commit 8c8f15c9d3 added increased pitch alignment requirements to handle
nv10-nv40 tiling (which must have a small number * PoT pitch). While
NV4/NV5 do have tiling, this was never supported in nouveau.This change enables 1920x1200 resolutions since the maximum surface
pitch has to be strictly less than 8192. The current logic will align
1920*4 up to 8192 unnecessarily.Signed-off-by: Ilia Mirkin <email address hidden>
Cc: Marcin KoĆcielnicki <koriakin@0x04.net>
Cc: Francisco Jerez <email address hidden> - 2491. By Carlo Caione <email address hidden> on 2019-10-13
-
Don't advertise any PRIME offloading capabilities without acceleration
Acceleration is required even for display offloading. Trying to enable
display offloading without acceleration resulted in a crash.https:/
/bugs.freedeskt op.org/ show_bug. cgi?id= 101220 Signed-off-by: Carlo Caione <email address hidden>
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)