Displaying 6 results from an estimated 6 matches for "drm_modules".
2024 Aug 23
1
[PATCH v2 11/86] drm/atmel-hdlcd: Run DRM default client setup
On Wed, Aug 21, 2024 at 02:59:08PM +0200, Thomas Zimmermann wrote:
> Call drm_client_setup_with_fourcc() to run the kernel's default client
> setup for DRM. Set fbdev_probe in struct drm_driver, so that the client
> setup can start the common fbdev client.
>
> v2:
> - use drm_client_setup_with_fourcc()
>
> Signed-off-by: Thomas Zimmermann <tzimmermann at
2024 Aug 21
1
[PATCH v2 56/86] drm/mgag200: Run DRM default client setup
Call drm_client_setup_with_fourcc() to run the kernel's default client
setup for DRM. Set fbdev_probe in struct drm_driver, so that the client
setup can start the common fbdev client.
v2:
- use drm_client_setup_with_fourcc()
Signed-off-by: Thomas Zimmermann <tzimmermann at suse.de>
Cc: Dave Airlie <airlied at redhat.com>
Cc: Thomas Zimmermann <tzimmermann at suse.de>
Cc:
2008 Jul 19
1
Cannot compile nouveau.o in drm with kernel 2.6.26
...g to compile nouveau.o in drm/linux-core on linux kernel 2.6.26. Drm itself
compiles and installs correctly. I am using the latest drm git. I cannot access bugzilla from the nouveau page because it says
it has an invalid security certificate.
root at default:~/drm/linux-core# make nouveau.o
make DRM_MODULES=nouveau.o modules
make[1]: Entering directory `/root/drm/linux-core'
make -C /lib/modules/2.6.26/source SUBDIRS=`pwd` DRMSRCDIR=`pwd` modules
make[2]: Entering directory `/usr/src/linux-2.6.26'
CC [M] /root/drm/linux-core/drm_auth.o
In file included from include/linux/gfp.h:4,...
2007 May 17
2
[Bug 10980] New: "Nouveau" kernel modules even built when not requested
...omponent: Drivers/DRI/nouveau
AssignedTo: nouveau at lists.freedesktop.org
ReportedBy: jfrieben at hotmail.com
After checking out "mesa/drm" from the "fdo" development tree, I change the
working directory to "drm/linux-core". After executing 'make
DRM_MODULES=savage' not only "drm.ko" and "savage.ko" get built but also
"nouveau.ko" which had not been requested. A simple mistake in the Makefile, I
guess.
--
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail becau...
2007 Jul 30
0
Nouveau and Debian Unstable
...kdir -p "/usr/lib/pkgconfig"
/usr/bin/install -c -m 644 'libdrm.pc' '/usr/lib/pkgconfig/libdrm.pc'
make[2]: Leaving directory `/home/michael/drm'
make[1]: Leaving directory `/home/michael/drm'
debian:/home/michael/drm# cd linux-core && make nouveau.o
make DRM_MODULES=nouveau.o modules
make[1]: Entering directory `/home/michael/drm/linux-core'
sh ../scripts/create_linux_pci_lists.sh < ../shared-core/drm_pciids.txt
make -C /lib/modules/2.6.22-1-486/build SUBDIRS=`pwd` DRMSRCDIR=`pwd`
modules
make[2]: Entering directory `/usr/src/linux-headers-2.6.22-1-486...
2023 Feb 15
17
[PATCH 00/17] cirrus: Modernize the cirrus driver
Update the cirrus driver to follow current best practices. While the
driver's hardware is obsolete, the cirrus driver is still one of the
go-to modules to learn about writing a DRM driver. So keep it in good
shape.
Patches 1 to 3 simplify blitting and convert it to the DRM's current
helpers.
Patches 4 to 8 replace simple-KMS helpers with DRM's regular atomic
helpers. The former are