diff options
author | Inki Dae <inki.dae@samsung.com> | 2012-09-24 07:04:24 -0400 |
---|---|---|
committer | Inki Dae <inki.dae@samsung.com> | 2012-10-03 21:06:01 -0400 |
commit | 58f6aad7d93f7ce009d371aa5065b70d593d3b17 (patch) | |
tree | 0d8dc7d3fdbd8d8f4fb8ba69189864c12d2c7c66 /drivers/md | |
parent | e2e1338900208ab36e3b86349ffdb3eba52302f8 (diff) |
drm/exynos: fix display power call issue.
Changelog v3:
make exynos_drm_display_power function use exynos_drm_best_encoder
function instead of connector->encoder to get a valid encoder.
connector->encoder could be NULL because with DRM_IOCTL_MODE_RMFB
request, connector->encoder is NULL so fix this issue.
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 called so this patch makes
exynos_drm_best_encoder function to be used to get a valid encoder
of each connector.
Signed-off-by: Inki Dae <inki.dae@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Diffstat (limited to 'drivers/md')
0 files changed, 0 insertions, 0 deletions