Displaying 10 results from an estimated 10 matches for "i810_drv".
Did you mean:
i810_drm
2020 Feb 25
1
[PATCH 1/3] drm: Add separate state structure for legacy, non-KMS drivers
...being declared with
> 'static const' qualifiers. Moving the non-KMS state into a separate
> data structure resolves this.
>
> Signed-off-by: Thomas Zimmermann <tzimmermann at suse.de>
> ---
> drivers/gpu/drm/drm_drv.c | 4 ++++
> drivers/gpu/drm/i810/i810_drv.c | 4 ++++
> drivers/gpu/drm/mga/mga_drv.c | 4 ++++
> drivers/gpu/drm/nouveau/nouveau_drm.c | 8 ++++++++
> drivers/gpu/drm/r128/r128_drv.c | 4 ++++
> drivers/gpu/drm/savage/savage_drv.c | 4 ++++
> drivers/gpu/drm/sis/sis_drv.c | 4 ++++
> drivers...
2020 Feb 25
0
[PATCH 1/3] drm: Add separate state structure for legacy, non-KMS drivers
...r KMS drivers and prevents it from being declared with
'static const' qualifiers. Moving the non-KMS state into a separate
data structure resolves this.
Signed-off-by: Thomas Zimmermann <tzimmermann at suse.de>
---
drivers/gpu/drm/drm_drv.c | 4 ++++
drivers/gpu/drm/i810/i810_drv.c | 4 ++++
drivers/gpu/drm/mga/mga_drv.c | 4 ++++
drivers/gpu/drm/nouveau/nouveau_drm.c | 8 ++++++++
drivers/gpu/drm/r128/r128_drv.c | 4 ++++
drivers/gpu/drm/savage/savage_drv.c | 4 ++++
drivers/gpu/drm/sis/sis_drv.c | 4 ++++
drivers/gpu/drm/tdfx/tdfx_drv.c...
2020 Feb 25
7
[PATCH 0/3] Add separate non-KMS state; constify struct drm_driver
...++++----
drivers/gpu/drm/drm_file.c | 4 ++--
drivers/gpu/drm/drm_legacy_misc.c | 6 +++---
drivers/gpu/drm/drm_lock.c | 7 ++++---
drivers/gpu/drm/drm_pci.c | 16 ++++++++++------
drivers/gpu/drm/drm_vblank.c | 11 ++++++-----
drivers/gpu/drm/i810/i810_drv.c | 10 +++++++---
drivers/gpu/drm/mga/mga_drv.c | 16 ++++++++++------
drivers/gpu/drm/nouveau/nouveau_drm.c | 8 ++++++++
drivers/gpu/drm/r128/r128_drv.c | 16 ++++++++++------
drivers/gpu/drm/savage/savage_drv.c | 12 ++++++++----
drivers/gpu/drm/sis/sis_drv.c | 8...
2020 Feb 25
0
[PATCH 2/3] drm: Move non-kms driver state into struct drm_legacy_state
....c | 8 ++++----
drivers/gpu/drm/drm_file.c | 4 ++--
drivers/gpu/drm/drm_legacy_misc.c | 6 +++---
drivers/gpu/drm/drm_lock.c | 7 ++++---
drivers/gpu/drm/drm_pci.c | 8 +++++---
drivers/gpu/drm/drm_vblank.c | 11 ++++++-----
drivers/gpu/drm/i810/i810_drv.c | 8 ++++----
drivers/gpu/drm/mga/mga_drv.c | 14 +++++++-------
drivers/gpu/drm/r128/r128_drv.c | 14 +++++++-------
drivers/gpu/drm/savage/savage_drv.c | 10 +++++-----
drivers/gpu/drm/sis/sis_drv.c | 6 +++---
drivers/gpu/drm/tdfx/tdfx_drv.c | 2 +-
drivers/gpu/drm/v...
2020 Feb 26
1
[PATCH 0/3] Add separate non-KMS state; constify struct drm_driver
...| 4 ++--
>> drivers/gpu/drm/drm_legacy_misc.c | 6 +++---
>> drivers/gpu/drm/drm_lock.c | 7 ++++---
>> drivers/gpu/drm/drm_pci.c | 16 ++++++++++------
>> drivers/gpu/drm/drm_vblank.c | 11 ++++++-----
>> drivers/gpu/drm/i810/i810_drv.c | 10 +++++++---
>> drivers/gpu/drm/mga/mga_drv.c | 16 ++++++++++------
>> drivers/gpu/drm/nouveau/nouveau_drm.c | 8 ++++++++
>> drivers/gpu/drm/r128/r128_drv.c | 16 ++++++++++------
>> drivers/gpu/drm/savage/savage_drv.c | 12 ++++++++----
>>...
2020 Feb 25
0
[PATCH 0/3] Add separate non-KMS state; constify struct drm_driver
.../drm_file.c | 4 ++--
> drivers/gpu/drm/drm_legacy_misc.c | 6 +++---
> drivers/gpu/drm/drm_lock.c | 7 ++++---
> drivers/gpu/drm/drm_pci.c | 16 ++++++++++------
> drivers/gpu/drm/drm_vblank.c | 11 ++++++-----
> drivers/gpu/drm/i810/i810_drv.c | 10 +++++++---
> drivers/gpu/drm/mga/mga_drv.c | 16 ++++++++++------
> drivers/gpu/drm/nouveau/nouveau_drm.c | 8 ++++++++
> drivers/gpu/drm/r128/r128_drv.c | 16 ++++++++++------
> drivers/gpu/drm/savage/savage_drv.c | 12 ++++++++----
> drivers/gpu/drm/s...
2009 Feb 18
1
[PATCH] Add in-kernel backlight control support
...e controlled via existing userspace tools.
Signed-off-by: Matthew Garrett <mjg at redhat.com>
diff --git a/linux-core/Makefile.kernel b/linux-core/Makefile.kernel
index 1e03347..0bea35d 100644
--- a/linux-core/Makefile.kernel
+++ b/linux-core/Makefile.kernel
@@ -22,6 +22,7 @@ i810-objs := i810_drv.o i810_dma.o
nouveau-objs := nouveau_drv.o nouveau_state.o nouveau_fifo.o nouveau_mem.o \
nouveau_object.o nouveau_irq.o nouveau_notifier.o nouveau_swmthd.o \
nouveau_sgdma.o nouveau_dma.o nouveau_bo.o nouveau_fence.o \
+ nouveau_backlight.o \
nv04_timer.o \
nv04_mc.o nv40_mc.o nv50_m...
2008 Jun 12
0
Very slow 3D in DX6 app with DRI enabled
...sr/lib/xorg/modules//extensions/libdri.so
(II) Module dri: vendor="X.Org Foundation"
compiled for 7.2.0, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension XFree86-DRI
(II) LoadModule: "i810"
(II) Loading /usr/lib/xorg/modules//drivers/i810_drv.so
(II) Module i810: vendor="X.Org Foundation"
compiled for 7.2.0, module version = 1.7.4
Module class: X.Org Video Driver
ABI class: X.Org Video Driver, version 1.2
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules//input/kbd_drv.so
(II) Module kbd: vendor="X.Or...
2008 Jun 12
2
Very slow 3D in DX6 app with DRI enabled]
...sr/lib/xorg/modules//extensions/libdri.so
(II) Module dri: vendor="X.Org Foundation"
compiled for 7.2.0, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension XFree86-DRI
(II) LoadModule: "i810"
(II) Loading /usr/lib/xorg/modules//drivers/i810_drv.so
(II) Module i810: vendor="X.Org Foundation"
compiled for 7.2.0, module version = 1.7.4
Module class: X.Org Video Driver
ABI class: X.Org Video Driver, version 1.2
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules//input/kbd_drv.so
(II) Module kbd: vendor="X.Or...
2009 May 17
1
X Windows has quit working
...ding /usr/lib/xorg/modules/linux/libdrm.so
(II) Module drm: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension XFree86-DRI
(II) LoadModule: "i810"
(II) Loading /usr/lib/xorg/modules/drivers/i810_drv.so
(II) Module i810: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.6.5
Module class: X.Org Video Driver
ABI class: X.Org Video Driver, version 1.0
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
(II) Module mouse: vendor="...