drm/radeon: drop radeon_fb_helper_set_par
authorAlex Deucher <alexdeucher@gmail.com>
Wed, 30 Sep 2015 18:47:38 +0000 (14:47 -0400)
committerDave Airlie <airlied@redhat.com>
Fri, 2 Oct 2015 05:31:00 +0000 (15:31 +1000)
commit0c6dadbe79c54818ed4c268297b663f0c4d1ef98
tree09a4aefc9cf9155c2429c3490fa1f8782acee47b
parent03f9abb28c3e10a1d0e08df8bca69e0606b23ea6
drm/radeon: drop radeon_fb_helper_set_par

It was just a wrapper around drm_fb_helper_set_par that
called cursor_set2 in addition.  Now that the core handles
this, drop this radeon specific version.

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Michel Dänzer <michel.daenzer@amd.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/radeon/radeon_fb.c