drm/radeon: add missing hdmi callbacks for rv6xx
authorAlex Deucher <alexander.deucher@amd.com>
Mon, 23 Sep 2013 19:47:08 +0000 (15:47 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 5 Oct 2013 14:13:12 +0000 (07:13 -0700)
commitb2a9484006875ecd7d94582e7bcb72a02682be92
tree0ef31669c7fb4e03b8ed93ca29484f0afc330735
parent05e1be66ed3e42ea63a30771531af4d9146efe3c
drm/radeon: add missing hdmi callbacks for rv6xx

commit 99d79aa2f3b7729e7290e8bda5d0dd8b0240ec62 upstream.

When dpm was merged, I added a new asic struct for
rv6xx, but it never got properly updated when the
hdmi callbacks were added due to the two patch sets
being developed in parallel.

Fixes:
https://bugs.freedesktop.org/show_bug.cgi?id=69729

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/gpu/drm/radeon/radeon_asic.c