Re: drm/radeon/kms: drm_detect_hdmi_monitor issue with EDID?

2009-12-12 Thread Rafał Miłecki
2009/12/12 Alex Deucher : > On Sat, Dec 12, 2009 at 10:21 AM, Rafał Miłecki wrote: >> 2009/12/11 Dave Airlie : >>> Oops had fixed it locally but didn't run the correct git commit --amend. >>> >>> pushed now should be mirrored in 5 mins or so. >> >> Dave I've tried radeon testing branch with manual

Re: drm/radeon/kms: drm_detect_hdmi_monitor issue with EDID?

2009-12-12 Thread Alex Deucher
On Sat, Dec 12, 2009 at 10:21 AM, Rafał Miłecki wrote: > 2009/12/11 Dave Airlie : >> Oops had fixed it locally but didn't run the correct git commit --amend. >> >> pushed now should be mirrored in 5 mins or so. > > Dave I've tried radeon testing branch with manual fixing > (workarounding?) http://

Re: drm/radeon/kms: drm_detect_hdmi_monitor issue with EDID?

2009-12-12 Thread Rafał Miłecki
2009/12/12 Mike Lothian : > That adds the line to my dmesg but again no sound :-( > > Do you think this will be fixed before the new year? Well, it always can be, but I really would not expect that. Personally I've just ordered notebook with 4650, hope it won't have working audio and I will able t

Re: drm/radeon/kms: drm_detect_hdmi_monitor issue with EDID?

2009-12-12 Thread Mike Lothian
2009/12/12 Rafał Miłecki : > 2009/12/12 Mike Lothian : >> Yip no audio >> >> However I don't get the: >> >> [drm] Enabling audio support >> >> line in my dmesg - it is listed as a valid device however > > Checking radeon_device.c: > case CHIP_RV770: > case CHIP_RV730: > case CHIP_RV710: > case CHIP

Re: drm/radeon/kms: drm_detect_hdmi_monitor issue with EDID?

2009-12-12 Thread Rafał Miłecki
2009/12/12 Mike Lothian : > Yip no audio > > However I don't get the: > > [drm] Enabling audio support > > line in my dmesg - it is listed as a valid device however Checking radeon_device.c: case CHIP_RV770: case CHIP_RV730: case CHIP_RV710: case CHIP_RV740: rdev->asic = &rv770_asic;

Re: drm/radeon/kms: drm_detect_hdmi_monitor issue with EDID?

2009-12-12 Thread Mike Lothian
Yip no audio However I don't get the: [drm] Enabling audio support line in my dmesg - it is listed as a valid device however Mike -- Return on Information: Google Enterprise Search pays you back Get the facts. http://p

Re: drm/radeon/kms: drm_detect_hdmi_monitor issue with EDID?

2009-12-12 Thread Rafał Miłecki
2009/12/12 Rafał Miłecki : > Enable your audio capable device I've meant display there. Like xrandr --output HDMI-0 --auto -- Rafał -- Return on Information: Google Enterprise Search pays you back Get the facts. http://

Re: drm/radeon/kms: drm_detect_hdmi_monitor issue with EDID?

2009-12-12 Thread Rafał Miłecki
2009/12/12 Mike Lothian : > I'll quite happily test the audio on my RV730 I'm just now 100% sure how to Checkout the branch, compile, run that kernel, make sure you've audio working: > dmesg | grep audio [ 12.748305] [drm] Enabling audio support Enable your audio capable device, list your audio

Re: drm/radeon/kms: drm_detect_hdmi_monitor issue with EDID?

2009-12-12 Thread Mike Lothian
2009/12/12 Rafał Miłecki : > 2009/12/11 Dave Airlie : >> Oops had fixed it locally but didn't run the correct git commit --amend. >> >> pushed now should be mirrored in 5 mins or so. > > Dave I've tried radeon testing branch with manual fixing > (workarounding?) http://bugs.freedesktop.org/show_bug

Re: drm/radeon/kms: drm_detect_hdmi_monitor issue with EDID?

2009-12-12 Thread Rafał Miłecki
2009/12/11 Dave Airlie : > Oops had fixed it locally but didn't run the correct git commit --amend. > > pushed now should be mirrored in 5 mins or so. Dave I've tried radeon testing branch with manual fixing (workarounding?) http://bugs.freedesktop.org/show_bug.cgi?id=25580 . HDMI audio works fine

Re: drm/radeon/kms: drm_detect_hdmi_monitor issue with EDID?

2009-12-10 Thread Dave Airlie
2009/12/11 Brian Paterni : > On Fri, 11 Dec 2009, Dave Airlie wrote: >> >> I've rebaseed Christian's last patch and fixed up a bunch of >> patchcheck violations in it, >> >> its sitting on drm-radeon-testing branch of my git repo, please test >> it if you can as I've >> no HDMI audio. >> >> Hopeful

Re: drm/radeon/kms: drm_detect_hdmi_monitor issue with EDID?

2009-12-10 Thread Brian Paterni
On Fri, 11 Dec 2009, Dave Airlie wrote: > I've rebaseed Christian's last patch and fixed up a bunch of > patchcheck violations in it, > > its sitting on drm-radeon-testing branch of my git repo, please test > it if you can as I've > no HDMI audio. > > Hopefully when Alex clears IP review he can pro

Re: drm/radeon/kms: drm_detect_hdmi_monitor issue with EDID?

2009-12-10 Thread Dave Airlie
On Fri, Dec 11, 2009 at 7:59 AM, Christian König wrote: > Alex already fixed this if i remember correctly. > > And for the RV7xx HDMI case, we managed to get it working for resolution > with lower pixel clocks (1024x768 and 640x480). but still now sound at > 1280x768, 1280x1024 or even 1920x1080.

Re: drm/radeon/kms: drm_detect_hdmi_monitor issue with EDID?

2009-12-10 Thread Christian König
Alex already fixed this if i remember correctly. And for the RV7xx HDMI case, we managed to get it working for resolution with lower pixel clocks (1024x768 and 640x480). but still now sound at 1280x768, 1280x1024 or even 1920x1080. I really think the error is somewhere in the timing setup, but can

Re: drm/radeon/kms: drm_detect_hdmi_monitor issue with EDID?

2009-12-10 Thread Alex Deucher
On Thu, Dec 10, 2009 at 4:59 PM, Christian König wrote: > Alex already fixed this if i remember correctly. > > And for the RV7xx HDMI case, we managed to get it working for resolution > with lower pixel clocks (1024x768 and 640x480). but still now sound at > 1280x768, 1280x1024 or even 1920x1080.

Re: drm/radeon/kms: drm_detect_hdmi_monitor issue with EDID?

2009-12-10 Thread Alex Deucher
2009/12/10 Rafał Miłecki : > W dniu 10 grudnia 2009 22:46 użytkownik Alex Deucher > napisał: >> 2009/12/10 Rafał Miłecki : >>> Christian, I'd like to rebase your patches, correct some minor issue >>> with timer and try to post it. >>> >>> I'm looking into your patch >>> 0001-drm-radeon-kms-fix-HDM

Re: drm/radeon/kms: drm_detect_hdmi_monitor issue with EDID?

2009-12-10 Thread Rafał Miłecki
W dniu 10 grudnia 2009 22:46 użytkownik Alex Deucher napisał: > 2009/12/10 Rafał Miłecki : >> Christian, I'd like to rebase your patches, correct some minor issue >> with timer and try to post it. >> >> I'm looking into your patch >> 0001-drm-radeon-kms-fix-HDMI-auto-detection.patch >> >> Could yo

Re: drm/radeon/kms: drm_detect_hdmi_monitor issue with EDID?

2009-12-10 Thread Alex Deucher
2009/12/10 Rafał Miłecki : > Christian, I'd like to rebase your patches, correct some minor issue > with timer and try to post it. > > I'm looking into your patch > 0001-drm-radeon-kms-fix-HDMI-auto-detection.patch > > Could you explain somehow please, why do you need to store EDID > per-encoder? W

Re: drm/radeon/kms: drm_detect_hdmi_monitor issue with EDID?

2009-12-10 Thread Rafał Miłecki
W dniu 10 grudnia 2009 22:18 użytkownik Dave Airlie napisał: > 2009/12/11 Rafał Miłecki : >> Christian, I'd like to rebase your patches, correct some minor issue >> with timer and try to post it. >> >> I'm looking into your patch >> 0001-drm-radeon-kms-fix-HDMI-auto-detection.patch >> >> Could you

Re: drm/radeon/kms: drm_detect_hdmi_monitor issue with EDID?

2009-12-10 Thread Dave Airlie
2009/12/11 Rafał Miłecki : > Christian, I'd like to rebase your patches, correct some minor issue > with timer and try to post it. > > I'm looking into your patch > 0001-drm-radeon-kms-fix-HDMI-auto-detection.patch > > Could you explain somehow please, why do you need to store EDID > per-encoder? W

drm/radeon/kms: drm_detect_hdmi_monitor issue with EDID?

2009-12-10 Thread Rafał Miłecki
Christian, I'd like to rebase your patches, correct some minor issue with timer and try to post it. I'm looking into your patch 0001-drm-radeon-kms-fix-HDMI-auto-detection.patch Could you explain somehow please, why do you need to store EDID per-encoder? What is wrong with (struct edid *)connecto