History log of /drivers/gpu/drm/radeon/dce3_1_afmt.c
Revision Date Author Comments
4910403836ded89803fab201d4b5caaa85de3a89 13-Oct-2014 Alex Deucher <alexander.deucher@amd.com> drm/radeon: fix speaker allocation setup

If the sad_count is 0, set the hw to stereo and change
the error message to a warn. A lot of monitors don't
set the speaker allocation block.

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.org
83d04c39f9048807a8500e575ae3f1718a3f45bb 13-Oct-2014 Alex Deucher <alexander.deucher@amd.com> drm/radeon: initialize sadb to NULL in the audio code

Fixes kfree of the sadb buffer when it's NULL.

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
d3d8c141a333879719173a522a89532bf8d32229 18-Sep-2014 Alex Deucher <alexander.deucher@amd.com> drm/radeon: split audio enable between eg and r600 (v2)

Clean up the enable sequence as well.

V2: clean up duplicate defines

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
8f33a156c2adeddb5b5755b277b2c0b68da56ae2 16-May-2014 Rafał Miłecki <zajec5@gmail.com> drm/radeon/hdmi: use separated file for DCE 3.1/3.2 code

DCE 3.1 and 3.2 should be programmed in a different way than DCE 2 and
DCE 3. The order of setting registers and sets of registers are
different.
It's still unsure how we will handle DCE 3.1 vs. DCE 3.2, since they
have few differences as well.
For now separate DCE 2 and DCE 3 path, so we can work on it without a
risk of breaking DCE 3.1+.

This has been tested for possible regressions on DCE32 HD4550 (RV710).

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>