]> git.baikalelectronics.ru Git - kernel.git/commit
drm/exynos: Remove dummy encoder get_crtc operation implementation
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Wed, 16 May 2012 15:08:54 +0000 (17:08 +0200)
committerInki Dae <inki.dae@samsung.com>
Tue, 5 Jun 2012 04:25:15 +0000 (13:25 +0900)
commit60e17e03f4a75262b739728bc83a7bd8f7416dae
tree489e4defd1689ca03a0279a8561aa2ee30da42c4
parent3850bbf0ad807f8778892e481b45d0d0e3dfb846
drm/exynos: Remove dummy encoder get_crtc operation implementation

The encoder get_crtc operation is called to retrieve a pointer to the
CRTC the encoder is currenctly connected to, right after setting the
encoder::crtc field to the new CRTC. The implementation of this
operation returns the pointer to the new CRTC, which is then pointlessly
compared to itself.

As the operation is not mandatory, don't implement it.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
drivers/gpu/drm/exynos/exynos_drm_encoder.c