]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915/dsi: call vbt_panel_get_modes directly instead of via drm_panel
authorJani Nikula <jani.nikula@intel.com>
Mon, 6 Mar 2017 14:31:25 +0000 (16:31 +0200)
committerJani Nikula <jani.nikula@intel.com>
Tue, 7 Mar 2017 13:17:20 +0000 (15:17 +0200)
commit122ad609900fb16fed436e852001d20f84d33071
tree015fc0243c8db7628a20bb55f7ccadce0c854321
parent6e2548fbc43e945cf34fce35a8e3a5397e19e989
drm/i915/dsi: call vbt_panel_get_modes directly instead of via drm_panel

Commit a46e1d0adc58 ("drm/i915/dsi: Make intel_dsi_enable/disable
directly exec VBT sequences") started calling the VBT sequence functions
directly instead of using the drm_panel hooks. Remove the last drm_panel
hook by calling vbt_panel_get_modes() directly. No functional changes.

Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Reviewed-by: Bob Paauwe <bob.j.paauwe@intel.com>
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Cc: Madhav Chauhan <madhav.chauhan@intel.com>
Cc: Hans de Goede <hdegoede@redhat.com>
Cc: Bob Paauwe <bob.j.paauwe@intel.com>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/63d0d41f29583507f5968b42b5f52e6574a1f245.1488810382.git.jani.nikula@intel.com
drivers/gpu/drm/i915/intel_dsi.c
drivers/gpu/drm/i915/intel_dsi.h
drivers/gpu/drm/i915/intel_dsi_panel_vbt.c