Displaying 20 results from an estimated 500 matches similar to: "[nouveau-drm] failed to set mode on crtc"
2010 Nov 28
18
[Bug 31961] New: [drm:drm_crtc_helper_set_config] *ERROR* failed to set mode on [CRTC:6]
https://bugs.freedesktop.org/show_bug.cgi?id=31961
Summary: [drm:drm_crtc_helper_set_config] *ERROR* failed to set
mode on [CRTC:6]
Product: xorg
Version: git
Platform: x86 (IA32)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
2012 Oct 13
0
hang after switcheroo'd...
On my Macbook Retina, when switching to the integrated GPU, we see a
ioread32 issued to the discrete GPU, which hangs as it is in D3 [1]
(drm.debug is set to 14 here).
Full kernel 3.6.2 boot logs with drm.debug=5 are at:
http://quora.org/2012/mbp-i915-panel.txt
What additional information will help debug this?
Thanks,
Daniel
--- [1]
cat /sys/kernel/debug/vgaswitcheroo/switch
2020 Jan 10
0
[PATCH 16/23] drm/nouveau: Convert to CRTC VBLANK callbacks
VBLANK callbacks in struct drm_driver are deprecated in favor of
their equivalents in struct drm_crtc_funcs. Convert nouvean over.
Signed-off-by: Thomas Zimmermann <tzimmermann at suse.de>
---
drivers/gpu/drm/nouveau/dispnv04/crtc.c | 3 +++
drivers/gpu/drm/nouveau/dispnv50/head.c | 4 ++++
drivers/gpu/drm/nouveau/nouveau_display.c | 14 ++------------
2020 Jan 15
0
[PATCH v2 09/21] drm/nouveau: Convert to CRTC VBLANK callbacks
VBLANK callbacks in struct drm_driver are deprecated in favor of
their equivalents in struct drm_crtc_funcs. Convert nouvean over.
Signed-off-by: Thomas Zimmermann <tzimmermann at suse.de>
---
drivers/gpu/drm/nouveau/dispnv04/crtc.c | 3 +++
drivers/gpu/drm/nouveau/dispnv50/head.c | 4 ++++
drivers/gpu/drm/nouveau/nouveau_display.c | 14 ++------------
2020 Jan 23
0
[PATCH v4 09/22] drm/nouveau: Convert to CRTC VBLANK callbacks
VBLANK callbacks in struct drm_driver are deprecated in favor of
their equivalents in struct drm_crtc_funcs. Convert nouvean over.
v4:
* add argument names in function declaration
Signed-off-by: Thomas Zimmermann <tzimmermann at suse.de>
---
drivers/gpu/drm/nouveau/dispnv04/crtc.c | 3 +++
drivers/gpu/drm/nouveau/dispnv50/head.c | 4 ++++
drivers/gpu/drm/nouveau/nouveau_display.c |
2016 Jan 26
3
help with signal from monitor
On 01/26/2016 03:58 PM, Ilia Mirkin wrote:
> On Tue, Jan 26, 2016 at 5:54 PM, don fisher <hdf3 at comcast.net> wrote:
>> On 01/26/2016 03:24 PM, Ilia Mirkin wrote:
>>>
>>> sleep 1 && xset dpms force off
>>
>> Could you confirm exactly how to add the drm.debug=0x1e option. Is it
>> another parameter on the kernel command line?
>
> Yep
2014 Apr 02
1
CH7007A (AKA CH7006) TV OUT Support for NV11 (NVidia GeForce2 Go Dell I8K Laptop)
After analyzing verbose nouveau & drm dmesg, I have found seemingly no more
useful details pertaining to having no TV-1 device. The TV-1 device might be
getting lost within DRM, by setting the TV-1 (SVIDEO, Composite) device into
DPMS mode or Full Power Down mode, and the ch7006 datasheet does say in this
mode, all but the i2c circuits are disabled! Looking at
2010 Apr 25
2
[Bug 27828] New: Changing mode repeatedly locks up card
https://bugs.freedesktop.org/show_bug.cgi?id=27828
Summary: Changing mode repeatedly locks up card
Product: xorg
Version: unspecified
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
AssignedTo: nouveau at lists.freedesktop.org
2019 Aug 07
3
[PATCH v2 0/2] drm/nouveau: CRTC Runtime PM ref tracking fixes
Just some runtime PM fixes for some much less noticeable runtime PM ref
tracking issues that I got reminded of when fixing some unrelated issues
with nouveau.
Changes since v1:
* Don't fix CRTC RPM code in dispnv04, because it's not actually doing
anything in the first place. Just get rid of it. - imirkin
Lyude Paul (2):
drm/nouveau/dispnv04: Remove runtime PM
drm/nouveau/dispnv50:
2011 Feb 02
2
Centos + python + sqlalchemy + mysql
I am trying to use the following set (all from standard repositories):
centos (5.5) + python 2.6 + sqlalchemy + mysql. However while running my script I get:
Traceback (most recent call last):
File "./oraping2.py", line 43, in <module>
main()
File "./oraping2.py", line 23, in main
db = create_engine('mysql:///u1oraping at
2005 Jul 31
1
Kernel Source Divergence, Security (was: booting gbde-encrypted filesystem)
In message <20050731135919.GA43753@afields.ca>, Allan Fields writes:
>Yes, this is all very nice, but when is someone actually going to
>commit it? ;)
I'm (as always) short of time, and GBDE is not the top priority
for me for the time being.
So I am more than happy to see people band together and improve
gbde.
The main work necessary is to polish the userland program and that
2011 May 04
2
Centos under (vmware vs KVM)
Hello,
we are using several centos servers under Vmware. We are having more
and more requests for server space for each business application (let assume
that these business requests are for different type of services:
databases, web apps, application servers etc.
I wonder which solution is better:
1. new CentOS under vmware (having several CentOS servers under Vmware)
or
2. new CentOS under KVM
2016 Oct 04
2
LLVM z80 backend and llvm-dis missing?
Inspired by Jason Turner's talk at CppCon 2016: Jason Turner “Rich Code
for Tiny Computers: A Simple Commodore 64 Game in C++17”
I got interested in writing a Zilog Z80 backend for LLVM. Jason actually
did no such thing, but instead wrote a x86-to-6502 translator (reassembler
he calls it) https://github.com/lefticus/x86-to-6502
So I'm now trying to bootstrap this project.
Goal:
- be
2013 Oct 15
4
[Bug 70511] New: nouveau_bo_name_get segmentation fault while running root tutorials/gl/glbox.C
https://bugs.freedesktop.org/show_bug.cgi?id=70511
Priority: medium
Bug ID: 70511
Assignee: nouveau at lists.freedesktop.org
Summary: nouveau_bo_name_get segmentation fault while running
root tutorials/gl/glbox.C
QA Contact: xorg-team at lists.x.org
Severity: normal
Classification: Unclassified
2010 Jun 17
0
nouveau - artefacts and crash with composite enabled (kwin4)
I am using xorg-git,mesa-git and xf86-nouveau-git. I noticed that when I
turn on compositions (kwin4) there are some problems with screen update,
windows,menus are flashing.When I leave from kde to console I got
crash.Here is xorg.0.log with crash and the end.
[ 4324.923] 1 XSELINUXs still allocated at reset
[ 4324.923] TOTAL: 0 objects, 0 bytes, 0 allocs
[ 4324.924] 1 CLIENTs still
2007 Feb 11
0
unable to mount legacy vol - panic in zfs:space_map_remove - zdb crashes
I have a 100gb SAN lun in a pool, been running ok for about 6 months. panicked the system this morning. system was running S10U2. In the course of troubleshooting I''ve installed the latest recommended bundle including kjp 118833-36 and zfs patch 124204-03
created as:
zpool create zfspool01 /dev/dsk/emcpower0c
zfs create zfspool01/nb60openv
zfs set mountpoint=legacy zfspool01/nb60openv
2012 Apr 18
0
[LLVMdev] [cfe-dev] LLVM Backend for Z80
Hi Peter,
(I'm CC'ing the LLVMdev list as there might be others able to help you)
I don't know this assertion, so can't help you with that particular problem.
But concerning "more debug info": Do you know the following two links?
http://llvm.org/releases/3.0/docs/ProgrammersManual.html#DEBUG
You can find some example debug code e.g. in method Select(SDNode *Node)
in
2013 Jul 27
1
WARN in drm_crtc.c:1992 on 3.11-rc2
Hello,
I've started seeing the following warning in 3.11-rc2. [In the
interest of full disclosure, I do have a patch applied that tries to
implement drm_planes, which I might have done completely incorrectly,
but looking around it doesn't seem related. I'm definitely not
invoking any of the planes functionality right now. See
http://paste.debian.net/hidden/cf8b3a2, plus a call to the
2014 Feb 01
0
[RFC 01/16] drm/nouveau: handle -EACCES runtime PM return code
pm_runtime_get*() may return -EACCESS to indicate a device does not have
runtime PM enabled. This is the case when the nouveau.runpm parameter is
set to 0, and is not an error in that context. Handle this case without
failure.
Signed-off-by: Alexandre Courbot <acourbot at nvidia.com>
---
drivers/gpu/drm/nouveau/dispnv04/crtc.c | 2 +-
drivers/gpu/drm/nouveau/nouveau_connector.c | 2 +-
2014 Feb 12
0
[PATCH v2] drm/nouveau: handle -EACCES runtime PM return code
pm_runtime_get*() may return -EACCES to indicate a device does not have
runtime PM enabled. This is currently the case with platform devices
on Nouveau, and is not an error in that context. Handle this case
without failure.
Signed-off-by: Alexandre Courbot <acourbot at nvidia.com>
---
Changes since v1:
- Fixed typo and inaccuracy in commit message
drivers/gpu/drm/nouveau/dispnv04/crtc.c