xf86-video-geode: Changes to 'master'
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Fri Oct 11 18:49:35 UTC 2024
src/cim/cim_defs.h | 32 ++++++++++++++++----------------
src/cim/cim_parm.h | 5 ++---
src/cim/cim_rtns.h | 2 ++
src/cimarron.c | 6 ++++--
src/durango.c | 40 +++++++++++++++++++++++++++++++++-------
src/geode.h | 5 ++---
src/geode_msr.c | 4 ++--
src/gfx/gfx_defs.h | 10 ++++++----
src/gfx/gfx_type.h | 6 ++++--
src/lx_driver.c | 32 +++++++++++++++++++++++++++++---
10 files changed, 100 insertions(+), 42 deletions(-)
New commits:
commit 8efe8313e45a851fd5cefb91c087b4dd0be47423
Author: Enrico Weigelt, metux IT consult <info at metux.net>
Date: Wed Jun 5 13:43:42 2024 +0200
fix FTBS on 64bit Linux
On 64bit the long int type is 64 bit, but the MSR operations still
are 32bit, thus we need to use uint32_t. Also need slighty modified
versions of the inline asm code, since on 64bit machines, the 32bit
(pseudo-)registers can't be used on push/pop.
This patch is mostly for CI purpose, since there isn't any known version
of this graphics device on a 64 bit machine.
Signed-off-by: Enrico Weigelt, metux IT consult <info at metux.net>
More information about the xorg-commit
mailing list