lkml.org 
[lkml]   [2013]   [Oct]   [3]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[ 53/57] drm/radeon: add missing hdmi callbacks for rv6xx
    Date
    3.11-stable review patch.  If anyone has any objections, please let me know.

    ------------------

    From: Alex Deucher <alexander.deucher@amd.com>

    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 | 2 ++
    1 file changed, 2 insertions(+)

    --- a/drivers/gpu/drm/radeon/radeon_asic.c
    +++ b/drivers/gpu/drm/radeon/radeon_asic.c
    @@ -926,6 +926,8 @@ static struct radeon_asic r520_asic = {
    .wait_for_vblank = &avivo_wait_for_vblank,
    .set_backlight_level = &atombios_set_backlight_level,
    .get_backlight_level = &atombios_get_backlight_level,
    + .hdmi_enable = &r600_hdmi_enable,
    + .hdmi_setmode = &r600_hdmi_setmode,
    },
    .copy = {
    .blit = &r100_copy_blit,

    --
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/

    \
     
     \ /
      Last update: 2013-10-03 07:01    [W:2.478 / U:0.100 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site