]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
drm/radeon: fix hdmi callbacks for rv6xx (incorrectly added to r520)
authorRafał Miłecki <zajec5@gmail.com>
Tue, 8 Oct 2013 09:36:58 +0000 (11:36 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 14 Oct 2013 01:14:31 +0000 (18:14 -0700)
commit681231c66e1953a91addca97eb83d5565d3bffaa
treef79f3c143254d8148b970ec4113065fb1489db99
parent3e1fee600177eed70abbd7e7703a40b5edb6cb8f
drm/radeon: fix hdmi callbacks for rv6xx (incorrectly added to r520)

Commit 99d79aa2f3b7729e7290e8bda5d0dd8b0240ec62 was backported slightly
wrong adding callbacks in the wrong struct. This moves callbacks to the
correct place (matching mainline patch/code).

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/gpu/drm/radeon/radeon_asic.c