]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
drm: omapdrm: Rename CRTC DSS operations with an omap_crtc_dss_ prefix
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Thu, 5 Mar 2015 20:01:02 +0000 (22:01 +0200)
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Fri, 12 Jun 2015 19:52:46 +0000 (22:52 +0300)
commit4343f0f85781d7821964fcf346d4c8aaf1f5d130
treec6701deab36153e10b357a1ff9ef3f33d26f5592
parent2d278f5414ae9cd535a7bdefaba2e2de38e116c7
drm: omapdrm: Rename CRTC DSS operations with an omap_crtc_dss_ prefix

The omap_crtc_enable() and omap_crtc_disable() DSS operations functions
will clash with the new CRTC enable and disable helpers. Rename them to
omap_crtc_dss_*, as well as the other DSS operations for consistency.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/gpu/drm/omapdrm/omap_crtc.c