[PATCH v2] drm/exynos: fix display power call issue.

2012-09-24 Thread Inki Dae
Changelog v2: remove static prefix so that exynos_drm_best_encoder function could be called by other modules. Changelog v1: this patch fixes the issue that display power callback isn't called. with DRM_IOCTL_MODE_RMFB request, encoder->connector becomes NULL so display_ops->power_on() wouldn't be

[PATCH v2] drm/exynos: fix display power call issue.

2012-09-24 Thread Inki Dae
Changelog v2: remove static prefix so that exynos_drm_best_encoder function could be called by other modules. Changelog v1: this patch fixes the issue that display power callback isn't called. with DRM_IOCTL_MODE_RMFB request, encoder-connector becomes NULL so display_ops-power_on() wouldn't be