]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drm/i915/dsi: remove unnecessary dsi device callbacks
authorJani Nikula <jani.nikula@intel.com>
Fri, 16 Jan 2015 12:27:20 +0000 (14:27 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 27 Jan 2015 08:51:13 +0000 (09:51 +0100)
commit36d21f4c557a2b18ed7c9d254060d4ca07a6c5c7
tree577ad53b0b1672c316f7e43c83f8476d3aa57a74
parent7f6a6a4a19f236ba068a2501f7ee0acc26051cac
drm/i915/dsi: remove unnecessary dsi device callbacks

Remove all the trivial and/or dummy callbacks from intel dsi device
ops. Merge send_otp_cmds into panel_reset as they're called back to
back.

This will be helpful for switching to use drm_panel for the
callbacks. If we ever need the additional callbacks, we should add them
to drm_panel funcs.

Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Reviewed-By: Shobhit Kumar <shobhit.kumar@intel.com>
[danvet: Resolve tiny conflict with ongoing atomic work.]
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_dsi.c
drivers/gpu/drm/i915/intel_dsi.h
drivers/gpu/drm/i915/intel_dsi_panel_vbt.c