]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commita196c4999c86bb8121d90310a1a64b759e2175e9
tree09a4aefc9cf9155c2429c3490fa1f8782acee47b
parented4b3bda07faaba8fd3918f6b5e0ca10a959bedb
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