]> git.baikalelectronics.ru Git - kernel.git/commit
drm: omapdrm: Deconstruct the omap_drv.h header.
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Fri, 13 Oct 2017 14:59:05 +0000 (17:59 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Tue, 19 Dec 2017 08:32:00 +0000 (10:32 +0200)
commit1a5377de016533b025b72562dfbf3baa8ac73906
treea24f0ef7ec8b56495146133cbc4401a69600525e
parent3f97e19dd83e69e7bed33ab5816d262b3a084a21
drm: omapdrm: Deconstruct the omap_drv.h header.

The number of function declarations in the omap_drv.h degrades
readability. To fix it, create new header files for each part of the
driver and move the related functions.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/gpu/drm/omapdrm/omap_connector.h [new file with mode: 0644]
drivers/gpu/drm/omapdrm/omap_crtc.h [new file with mode: 0644]
drivers/gpu/drm/omapdrm/omap_drv.h
drivers/gpu/drm/omapdrm/omap_encoder.h [new file with mode: 0644]
drivers/gpu/drm/omapdrm/omap_fb.h [new file with mode: 0644]
drivers/gpu/drm/omapdrm/omap_fbdev.h [new file with mode: 0644]
drivers/gpu/drm/omapdrm/omap_gem.h [new file with mode: 0644]
drivers/gpu/drm/omapdrm/omap_irq.h [new file with mode: 0644]
drivers/gpu/drm/omapdrm/omap_plane.h [new file with mode: 0644]