]> git.baikalelectronics.ru Git - 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)
commit8e3a80384ec709de7dafb33a36cb65b9ccfb83a0
treec6701deab36153e10b357a1ff9ef3f33d26f5592
parent0c6f352aa1a3348a39ff2d9c2edc95d2c38d267b
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