search for: drm_mode_getresources

Displaying 6 results from an estimated 6 matches for "drm_mode_getresources".

2016 Jan 26
2
help with signal from monitor
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? Where does the output data go? Is there a way to get it into a file? Thanks Don
2012 Oct 13
0
hang after switcheroo'd...
...t_config], [drm:drm_crtc_helper_set_config], [CRTC:3] [NOFB] [drm:drm_crtc_helper_set_config], [drm:drm_crtc_helper_set_config], [CRTC:5] [NOFB] [drm:drm_crtc_helper_set_config], [drm:drm_crtc_helper_set_config], [CRTC:7] [NOFB] [drm:i915_driver_open], [drm:i915_getparam], Unknown parameter 21 [drm:drm_mode_getresources], CRTC[3] CONNECTORS[1] ENCODERS[1] [drm:drm_mode_getresources], CRTC[3] CONNECTORS[1] ENCODERS[1] [drm:drm_mode_getconnector], [CONNECTOR:9:?] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:9:VGA-1] [drm:intel_ironlake_crt_detect_hotplug], ironlake hotplug adpa=0xf40000, result 0 [drm:i...
2016 Jan 26
3
help with signal from monitor
...dmesg dump included lines after 74.948936. I then issued the command again and the dump lines repeated as you can see. Please share you thoughts, and thanks for your help. Don -------------- next part -------------- [ 39.571818] [drm:drm_mode_getconnector] [CONNECTOR:29:?] [ 39.573152] [drm:drm_mode_getresources] CRTC[0] CONNECTORS[0] ENCODERS[0] [ 39.573154] [drm:drm_mode_getresources] CRTC[0] CONNECTORS[0] ENCODERS[0] [ 41.578273] nouveau E[ PGRAPH][0000:07:00.0] HUB_INIT timed out [ 41.578277] nouveau E[ PGRAPH][0000:07:00.0] 409000 - done 0x00000240 [ 41.578281] nouveau E[ PGRAPH][0000:07:00...
2014 Apr 02
1
CH7007A (AKA CH7006) TV OUT Support for NV11 (NVidia GeForce2 Go Dell I8K Laptop)
...5.698748] nouveau D[plymouthd[128]] fini completed with 0 [ 5.698754] nouveau D[plymouthd[128]] destroying [ 5.698807] nouveau D[plymouthd[128]] fini running [ 5.698815] nouveau D[plymouthd[128]] fini completed with 0 [ 5.698821] nouveau D[plymouthd[128]] destroying [ 5.699056] [drm:drm_mode_getresources], CRTC[2] CONNECTORS[2] ENCODERS[3] [ 5.699095] [drm:drm_mode_getresources], CRTC[2] CONNECTORS[2] ENCODERS[3] [ 5.699110] [drm:drm_mode_getconnector], [CONNECTOR:11:?] [ 5.699121] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:11:VGA-1] [ 5.717091] [drm:drm_helper_probe_sing...
2014 Apr 01
3
CH7007A (AKA CH7006) TV OUT Support for NV11 (NVidia GeForce2 Go Dell I8K Laptop)
> On Tue, Apr 01, 2014 at 02:53:02PM -0400, Ilia Mirkin wrote: >I believe that ch7006 is the only external encoder that's supposed to >work, so you're in luck. It sounds like it passes the nv04_tv_identify >stage of nv04_tv_create -- perhaps it fails later? Although based on >the prints, it's even doing dpms stuff (but it hits _detect a second >time... odd). Try
2012 Dec 12
43
[PATCH 00/37] [RFC] revamped modeset locking
Hi all, First thing first: It works, I now no longer have a few dropped frames every 10s on my testbox here with the pageflip i-g-t tests. Random notes: - New design has per-crtc locks to protect the crtc input-side (pageflip, cursor) for r/w and the output state of the crtc (mode, dpms) as read-only. It also required completely revamped fb lifecycle management, those are now refcounted