HDMI Audio screwed up w/ recent kernels

2017-01-02 Thread James Cloos
mmits between those two tags. ;) -JimC -- James Cloos OpenPGP: 0x997A9F17ED7DAEA6

[lm-sensors] Kaveri [and Radeon] temps

2014-11-05 Thread James Cloos
PCI_DEVICE_ID_AMD_16H_M30H_NB_F3 and PCI_DEVICE_ID_AMD_16H_M30H_NB_F4 and lspci reports no driver for the F4 device. GR> Does the temperature increase with load ? It seems to max out w/in a kelvin or two of the room's ambient temp. -JimC -- James Cloos OpenPGP: 0x997A9F17ED7DAEA6

HDMI Audio screwed up w/ recent kernels

2016-12-22 Thread James Cloos
persist for so long. -JimC -- James Cloos OpenPGP: 0x997A9F17ED7DAEA6

HDMI Audio screwed up w/ recent kernels

2016-12-27 Thread James Cloos
=1? In linux/drivers/gpu/drm/amd/amdgpu: :; grep -l audio_enable *.c|xargs dce_v10_0.c dce_v11_0.c dce_v6_0.c dce_v8_0.c :; grep -l amdgpu_audio *.c |xargs amdgpu_connectors.c amdgpu_display.c amdgpu_drv.c atombios_encoders.c dce_v10_0.c dce_v11_0.c dce_v6_0.c dce_v8_0.c -JimC

HDMI Audio screwed up w/ recent kernels

2016-12-28 Thread James Cloos
>>>>> "DV" == Daniel Vetter writes: DV> Hm, I thought there was in issue there still. Anyway, was just a drive-by DV> comment, please ignore me ;-) Any and all help is always appreciated. -JimC -- James Cloos OpenPGP: 0x997A9F17ED7DAEA6

HDMI Audio screwed up w/ recent kernels

2016-12-31 Thread James Cloos
3. kernels, I doubt bisecting the kernel would help. -JimC -- James Cloos OpenPGP: 0x997A9F17ED7DAEA6

Re: [PATCH] Fix wrong assumptions in cea_for_each_detailed_block v2

2011-11-15 Thread James Cloos
rst DTD in the DTD CS> list (which starts in the base EDID block)." A device can of course CS> support non-native formats. CS> As such the number can't be used to determine n, and the existing code CS> will filter non-timing 18byte descriptors anyway. CS> V2 removes an unus

Re: [PATCH] drm_edid_to_eld: check for CEA data blocks only from structure revision 3 on

2011-11-15 Thread James Cloos
>>>>> "CS" == Christian Schmidt writes: CS> CEA datablocks are only defined from revision 3 onwards. Only check for CS> them if the revision says so. CS> Signed-of-by: Christian Schmidt Tested-by: James Cloos Works fine here on top of Linus’ 7f80850d3f9f

Re: [PATCH] drm_edid: support CEA video modes

2011-11-15 Thread James Cloos
. CS> Signed-off-by: Christian Schmidt Tested-by: James Cloos Works fine here on top of Linus’ 7f80850d3f9f with a Radeon HD 4290 and an hdmi-connected tv. The new modes not previously seen, as reported by libdrm’s modetest are: :; diff -U0 a/mt.out b/mt.out --- a/mt.out2011-11-14 17:25:21.785

QAContact

2012-02-21 Thread James Cloos
|Driver/intel|DRM/Intel DRI should have a list to put in qacontact akin to xorg's xorg-team list. It is vastly easier to stay aware of what bugs exist in bz when one can subscribe to a single mm list to read the reports and updates for a given product. And doing that

Re: [PATCH 000/165] radeon drm-next patches

2013-06-27 Thread James Cloos
>>>>> "AD" == Alex Deucher writes: AD> Nope. 6xx and APUs do not require ucode. only 7xx+ dGPUs. Does that mean that APUs do not require *any* ucode blobs? Or just that they do not require updated or additional blobs for the new functionality like DPM? -JimC --

Re: [PATCH v5] drm/i915: pass ELD to HDMI/DP audio driver

2011-09-04 Thread James Cloos
you will require configurability and/or per-monitor audio control even when the video is cloned. -JimC -- James Cloos OpenPGP: 1024D/ED7DAEA6 ___ dri-devel mailing list dri-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/dri-devel

found __[us]{8,16,32,64} type without #include

2011-09-09 Thread James Cloos
/ioctl.h:10: found __[us]{8,16,32,64} type without #include -JimC -- James Cloos OpenPGP: 1024D/ED7DAEA6 ___ dri-devel mailing list dri-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/dri-devel

Re: found __[us]{8,16,32,64} type without #include

2011-09-12 Thread James Cloos
essage before. It is good to know that it is a false positive. -JimC -- James Cloos OpenPGP: 1024D/ED7DAEA6 ___ dri-devel mailing list dri-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/dri-devel

[PATCH v5] drm/i915: pass ELD to HDMI/DP audio driver

2011-09-04 Thread James Cloos
you will require configurability and/or per-monitor audio control even when the video is cloned. -JimC -- James Cloos OpenPGP: 1024D/ED7DAEA6

found __[us]{8,16,32,64} type without #include

2011-09-09 Thread James Cloos
/ioctl.h:10: found __[us]{8,16,32,64} type without #include -JimC -- James Cloos OpenPGP: 1024D/ED7DAEA6

found __[us]{8,16,32,64} type without #include

2011-09-12 Thread James Cloos
essage before. It is good to know that it is a false positive. -JimC -- James Cloos OpenPGP: 1024D/ED7DAEA6

QAContact

2012-02-21 Thread James Cloos
onent|Driver/intel|DRM/Intel DRI should have a list to put in qacontact akin to xorg's xorg-team list. It is vastly easier to stay aware of what bugs exist in bz when one can subscribe to a single mm list to read the reports and updates for a given product. And doing that

[PATCH] Fix wrong assumptions in cea_for_each_detailed_block v2

2011-11-15 Thread James Cloos
rst DTD in the DTD CS> list (which starts in the base EDID block)." A device can of course CS> support non-native formats. CS> As such the number can't be used to determine n, and the existing code CS> will filter non-timing 18byte descriptors anyway. CS> V2 removes an unus

[PATCH] drm_edid_to_eld: check for CEA data blocks only from structure revision 3 on

2011-11-15 Thread James Cloos
>>>>> "CS" == Christian Schmidt writes: CS> CEA datablocks are only defined from revision 3 onwards. Only check for CS> them if the revision says so. CS> Signed-of-by: Christian Schmidt Tested-by: James Cloos Works fine here on top of Linus? 7f80850d3f9f

[PATCH] drm_edid: support CEA video modes

2011-11-15 Thread James Cloos
. CS> Signed-off-by: Christian Schmidt Tested-by: James Cloos Works fine here on top of Linus? 7f80850d3f9f with a Radeon HD 4290 and an hdmi-connected tv. The new modes not previously seen, as reported by libdrm?s modetest are: :; diff -U0 a/mt.out b/mt.out --- a/mt.out2011-11-14 17:25:21.785

[PATCH 000/165] radeon drm-next patches

2013-06-27 Thread James Cloos
>>>>> "AD" == Alex Deucher writes: AD> Nope. 6xx and APUs do not require ucode. only 7xx+ dGPUs. Does that mean that APUs do not require *any* ucode blobs? Or just that they do not require updated or additional blobs for the new functionality like DPM? -JimC --