Displaying 13 results from an estimated 13 matches for "nouveau_sysf".
Did you mean:
nouveau_sysfs
2015 Nov 09
5
[PATCH v2 0/5] move pstate interface to debugfs
...fs
sysfs: remove pstate sysfs interface
drm/nouveau/Kbuild | 1 -
drm/nouveau/nouveau_debugfs.c | 230 +++++++++++++++++++++++++++++++++++++++++-
drm/nouveau/nouveau_debugfs.h | 35 ++++++-
drm/nouveau/nouveau_drm.c | 10 +-
drm/nouveau/nouveau_drm.h | 2 +-
drm/nouveau/nouveau_sysfs.c | 197 ------------------------------------
drm/nouveau/nouveau_sysfs.h | 21 ----
7 files changed, 262 insertions(+), 234 deletions(-)
delete mode 100644 drm/nouveau/nouveau_sysfs.c
delete mode 100644 drm/nouveau/nouveau_sysfs.h
--
2.6.3
2014 Aug 18
0
[PATCH] drm: Display Nouveau boot options at launch
...u <pierre.morrow at free.fr>
---
drm/nouveau_chan.c | 2 +-
drm/nouveau_chan.h | 2 ++
drm/nouveau_connector.c | 6 +++---
drm/nouveau_connector.h | 4 ++++
drm/nouveau_drm.c | 20 ++++++++++++++++++++
drm/nouveau_fbcon.c | 2 +-
drm/nouveau_fbcon.h | 3 +++
drm/nouveau_sysfs.c | 2 +-
drm/nouveau_sysfs.h | 2 ++
9 files changed, 37 insertions(+), 6 deletions(-)
diff --git a/drm/nouveau_chan.c b/drm/nouveau_chan.c
index 99cd9e4..9a362dd 100644
--- a/drm/nouveau_chan.c
+++ b/drm/nouveau_chan.c
@@ -36,7 +36,7 @@
#include "nouveau_abi16.h"
MODULE_...
2014 Feb 01
0
[RFC 02/16] drm/nouveau: basic support for platform devices
...| 1 +
drivers/gpu/drm/nouveau/nouveau_abi16.c | 13 ++++-
drivers/gpu/drm/nouveau/nouveau_bo.c | 22 ++++----
drivers/gpu/drm/nouveau/nouveau_display.c | 3 +-
drivers/gpu/drm/nouveau/nouveau_drm.c | 53 ++++++++++++++------
drivers/gpu/drm/nouveau/nouveau_sysfs.c | 8 +--
drivers/gpu/drm/nouveau/nouveau_ttm.c | 31 +++++++-----
9 files changed, 170 insertions(+), 46 deletions(-)
diff --git a/drivers/gpu/drm/nouveau/core/engine/device/base.c b/drivers/gpu/drm/nouveau/core/engine/device/base.c
index dd01c6c..a6abb51 100644
--- a/d...
2014 Feb 12
0
[PATCH v2] drm/nouveau: support for platform devices
...| 4 ++
drivers/gpu/drm/nouveau/nouveau_bo.c | 22 +++---
drivers/gpu/drm/nouveau/nouveau_chan.c | 2 +-
drivers/gpu/drm/nouveau/nouveau_display.c | 3 +-
drivers/gpu/drm/nouveau/nouveau_drm.c | 59 ++++++++++++---
drivers/gpu/drm/nouveau/nouveau_sysfs.c | 8 ++-
drivers/gpu/drm/nouveau/nouveau_ttm.c | 31 ++++----
drivers/gpu/drm/nouveau/nouveau_vga.c | 5 ++
35 files changed, 297 insertions(+), 109 deletions(-)
diff --git a/drivers/gpu/drm/nouveau/core/engine/device/base.c b/drivers/gpu/drm/nouveau/core/...
2014 Feb 12
2
[PATCH v2] drm/nouveau: support for platform devices
...rivers/gpu/drm/nouveau/nouveau_bo.c | 22 +++---
> drivers/gpu/drm/nouveau/nouveau_chan.c | 2 +-
> drivers/gpu/drm/nouveau/nouveau_display.c | 3 +-
> drivers/gpu/drm/nouveau/nouveau_drm.c | 59 ++++++++++++---
> drivers/gpu/drm/nouveau/nouveau_sysfs.c | 8 ++-
> drivers/gpu/drm/nouveau/nouveau_ttm.c | 31 ++++----
> drivers/gpu/drm/nouveau/nouveau_vga.c | 5 ++
> 35 files changed, 297 insertions(+), 109 deletions(-)
>
[snip]
> diff --git a/drivers/gpu/drm/nouveau/core/subdev/mc/base.c b/d...
2014 Feb 11
2
[PATCH] drm/nouveau: support for platform devices
On Mon, Feb 10, 2014 at 8:50 PM, Thierry Reding
<thierry.reding at gmail.com> wrote:
> On Mon, Feb 10, 2014 at 02:53:00PM +0900, Alexandre Courbot wrote:
> [...]
>> diff --git a/drivers/gpu/drm/nouveau/core/engine/device/base.c b/drivers/gpu/drm/nouveau/core/engine/device/base.c
> [...]
>> +resource_size_t
>> +nv_device_resource_start(struct nouveau_device *device,
2014 Feb 10
2
[PATCH] drm/nouveau: support for platform devices
...| 13 ++-
drivers/gpu/drm/nouveau/nouveau_bo.c | 22 +++--
drivers/gpu/drm/nouveau/nouveau_chan.c | 2 +-
drivers/gpu/drm/nouveau/nouveau_display.c | 3 +-
drivers/gpu/drm/nouveau/nouveau_drm.c | 75 ++++++++++++---
drivers/gpu/drm/nouveau/nouveau_sysfs.c | 8 +-
drivers/gpu/drm/nouveau/nouveau_ttm.c | 31 +++---
32 files changed, 318 insertions(+), 107 deletions(-)
diff --git a/drivers/gpu/drm/nouveau/core/engine/device/base.c b/drivers/gpu/drm/nouveau/core/engine/device/base.c
index dd01c6c435d6..b9f4873dcb23 100644...
2014 Feb 01
28
[RFC 00/16] drm/nouveau: initial support for GK20A (Tegra K1)
...| 13 ++-
drivers/gpu/drm/nouveau/nouveau_bo.c | 22 ++--
drivers/gpu/drm/nouveau/nouveau_connector.c | 2 +-
drivers/gpu/drm/nouveau/nouveau_display.c | 3 +-
drivers/gpu/drm/nouveau/nouveau_drm.c | 86 ++++++++++++---
drivers/gpu/drm/nouveau/nouveau_sysfs.c | 8 +-
drivers/gpu/drm/nouveau/nouveau_ttm.c | 31 +++---
32 files changed, 622 insertions(+), 139 deletions(-)
create mode 100644 drivers/gpu/drm/nouveau/core/engine/fifo/nvea.c
create mode 100644 drivers/gpu/drm/nouveau/core/subdev/fb/nvea.c
create mode 100644 dr...
2014 Feb 13
0
[PATCH v2] drm/nouveau: support for platform devices
...au/nouveau_bo.c | 22 +++---
>> drivers/gpu/drm/nouveau/nouveau_chan.c | 2 +-
>> drivers/gpu/drm/nouveau/nouveau_display.c | 3 +-
>> drivers/gpu/drm/nouveau/nouveau_drm.c | 59 ++++++++++++---
>> drivers/gpu/drm/nouveau/nouveau_sysfs.c | 8 ++-
>> drivers/gpu/drm/nouveau/nouveau_ttm.c | 31 ++++----
>> drivers/gpu/drm/nouveau/nouveau_vga.c | 5 ++
>> 35 files changed, 297 insertions(+), 109 deletions(-)
>>
> [snip]
>> diff --git a/drivers/gpu/drm/nouvea...
2014 Feb 04
0
[RFC 00/16] drm/nouveau: initial support for GK20A (Tegra K1)
...vers/gpu/drm/nouveau/nouveau_bo.c | 22 ++--
> drivers/gpu/drm/nouveau/nouveau_connector.c | 2 +-
> drivers/gpu/drm/nouveau/nouveau_display.c | 3 +-
> drivers/gpu/drm/nouveau/nouveau_drm.c | 86 ++++++++++++---
> drivers/gpu/drm/nouveau/nouveau_sysfs.c | 8 +-
> drivers/gpu/drm/nouveau/nouveau_ttm.c | 31 +++---
> 32 files changed, 622 insertions(+), 139 deletions(-)
> create mode 100644 drivers/gpu/drm/nouveau/core/engine/fifo/nvea.c
> create mode 100644 drivers/gpu/drm/nouveau/core/subdev/fb/nvea.c
&g...
2014 May 19
10
[PATCH 0/5] drm/nouveau: platform devices and GK20A probing
This patch series is the final (?) step towards the initial support of GK20A,
allowing it to be probed and used (currently at a very slow speed, and for
offscreen rendering only) on the Jetson TK1 and Venice 2 boards.
The main piece if the first patch which adds platform devices probing support
to Nouveau. There are probably lots of things that need to be discussed about
it, e.g.:
* The way the
2014 Mar 23
0
[PATCH] drm/nouveau: allow nv04/nv50/nvc0+ parts of the driver to be separated
...bcon.o
+ifdef CONFIG_DRM_NOUVEAU_NV04
# drm/kms/nv04:nv50
include $(src)/dispnv04/Makefile
+endif
# drm/kms/nv50-
-nouveau-y += nv50_display.o
+nouveau-$(CONFIG_DRM_NOUVEAU_NV50) += nv50_display.o
+nouveau-$(CONFIG_DRM_NOUVEAU_NVC0) += nv50_display.o
# drm/pm
nouveau-y += nouveau_hwmon.o nouveau_sysfs.o
@@ -323,4 +358,4 @@ endif
nouveau-$(CONFIG_DRM_NOUVEAU_BACKLIGHT) += nouveau_backlight.o
nouveau-$(CONFIG_DEBUG_FS) += nouveau_debugfs.o
-obj-$(CONFIG_DRM_NOUVEAU)+= nouveau.o
+obj-$(CONFIG_DRM_NOUVEAU) += nouveau.o
diff --git a/drivers/gpu/drm/nouveau/core/engine/device/base.c b/drivers/gpu...
2014 Jul 04
57
[Bug 80901] New: [NVCF] PWM fan speed too high under kernel 3.15
https://bugs.freedesktop.org/show_bug.cgi?id=80901
Priority: medium
Bug ID: 80901
Assignee: nouveau at lists.freedesktop.org
Summary: [NVCF] PWM fan speed too high under kernel 3.15
Severity: normal
Classification: Unclassified
OS: Linux (All)
Reporter: gianni at rootcube.net
Hardware: x86-64 (AMD64)