search for: drm_sysfs_connector_add

Displaying 5 results from an estimated 5 matches for "drm_sysfs_connector_add".

2011 Nov 29
1
nouveau driver is not loading
...0: putting AGP V3 device into 8x mode [ 7.073396] nouveau 0000:06:00.0: putting AGP V3 device into 8x mode [ 7.073400] [drm] nouveau 0000:06:00.0: 0 MiB GART (aperture) [ 7.073537] [drm:drm_irq_install], irq=16 [ 7.073604] [drm] nouveau 0000:06:00.0: Saving VGA fonts [ 7.167317] [drm:drm_sysfs_connector_add], adding "VGA-1" to sysfs [ 7.167354] [drm:drm_sysfs_hotplug_event], generating hotplug event [ 7.167373] [drm:drm_sysfs_connector_add], adding "DVI-I-1" to sysfs [ 7.167405] [drm:drm_sysfs_hotplug_event], generating hotplug event [ 7.167424] [drm:drm_sysfs_connector...
2014 Jul 11
1
[PATCH 0/3] drm/gk20a: support for reclocking
...es won't apply to your tree and require some tweaking. I will probably end up sending a v2 anyway, so maybe you should wait for it. If you want to try this version anyway, I have fixed-up patches against your tree. Note that your tree currently won't build against -next because it uses drm_sysfs_connector_add/remove which are not available anymore (replaced by drm_connector_register/unregister I believe). Oh and while I'm at it, there seems to be a typo in line 131 of clock.h, which should read _nouveau_clock_fini and not _nouveau_clock_init. >> >> The last patch adds the GK20A clock...
2019 Nov 26
0
nouveau regression [bisected] hotplug broken on gf108 since 4.1
...btle changes to the initialization order. I've been poking things surrounding this the entire day but no luck. One thing which I did found out, is that I can break the commit before the troublesome commit to behave in the exact same way by commenting out the drm_sysfs_hotplug_event() call from drm_sysfs_connector_add(). One thing to note here is that drm_register_connector has the following at the top: if (!connector->dev->registered) return 0; Before the troublesome commit, when we still had a load callback, this check would not be hit when nouveau_drm_load() (now nouveau_drm...
2014 Jul 10
10
[PATCH 0/3] drm/gk20a: support for reclocking
This series adds support for reclocking on GK20A. The first two patches touch the clock subsystem to allow GK20A to operate, by making the presence of the thermal and voltage devices optional, and allowing pstates to be provided directly instead of being probed using the BIOS (which Tegra does not have). The last patch adds the GK20A clock device. Arguably the clock can be seen as a stripped-down
2013 Oct 06
40
[xen] double fault: 0000 [#1] PREEMPT SMP DEBUG_PAGEALLOC
Greetings, I got the below dmesg and the first bad commit is commit cf39c8e5352b4fb9efedfe7e9acb566a85ed847c Merge: 3398d25 23b7eaf Author: Linus Torvalds <torvalds@linux-foundation.org> Date: Wed Sep 4 17:45:39 2013 -0700 Merge tag ''stable/for-linus-3.12-rc0-tag'' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip Pull Xen updates from Konrad