drm/gma500: Make use of gma_pipe_has_type()
authorPatrik Jakobsson <patrik.r.jakobsson@gmail.com>
Tue, 2 Jul 2013 15:02:22 +0000 (17:02 +0200)
committerPatrik Jakobsson <patrik.r.jakobsson@gmail.com>
Tue, 23 Jul 2013 23:47:17 +0000 (01:47 +0200)
commitfe477cc1b09ecd957c8c201b4f9c84e9d03621d4
tree7f389d0a115f92c724cd410fd60efb0cf646fd20
parent2adb29ff61c97982addf702d7da106569e217329
drm/gma500: Make use of gma_pipe_has_type()

Replace any use of xxx_intel_pipe_has_type() with the generic
gma_pipe_has_type() function. Poulsbo still use it but that will be
removed when we rip out psb_intel_pipe_has_type().

Signed-off-by: Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
drivers/gpu/drm/gma500/cdv_intel_display.c
drivers/gpu/drm/gma500/mdfld_intel_display.c
drivers/gpu/drm/gma500/oaktrail_crtc.c