summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
authorJani Nikula <jani.nikula@intel.com>2017-03-06 16:31:25 +0200
committerJani Nikula <jani.nikula@intel.com>2017-03-07 15:17:20 +0200
commitb9e56754ec797da839cbf103222084228a67c65e (patch)
tree015fc0243c8db7628a20bb55f7ccadce0c854321 /tools/perf/scripts/python/export-to-sqlite.py
parent7967ef6a02c7e6a85d780ab20b38ece4f210243a (diff)
downloadkernel-b9e56754ec797da839cbf103222084228a67c65e.tar.gz
drm/i915/dsi: call vbt_panel_get_modes directly instead of via drm_panel
Commit 18a00095a5f3 ("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
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions
id=e78395334ba6034b53e21e09ce8a50c303d130a9'>Input: synaptics-rmi4 - fix error return code in rmi_probe_interrupts()Wei Yongjun 2017-02-06Merge branch 'synaptics-rmi4' into nextDmitry Torokhov 2017-02-06Input: synaptics-rmi4 - add rmi_find_function()Benjamin Tissoires 2017-01-31Input: synaptics-rmi4 - add sysfs interfaces for hardware IDsNick Dyer 2017-01-31Input: synaptics-rmi4 - fix reversed conditions in enable/disable_irq_wakeChristophe JAILLET 2017-01-21Input: synaptics-rmi4 - use local variables consistentlyGuenter Roeck 2016-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds 2016-12-12Input: synaptics-rmi4 - add support for F34 V7 bootloaderNick Dyer 2016-12-02Input: synaptics-rmi4 - store the attn data in the driverBenjamin Tissoires 2016-12-02Input: synaptics-rmi4 - allow to add attention dataBenjamin Tissoires 2016-11-30Input: synaptics-rmi4 - remove EXPORT_SYMBOL_GPL for internal functionsBenjamin Tissoires 2016-11-30Input: synaptics-rmi4 - remove mutex calls while updating the firmwareBenjamin Tissoires 2016-11-30Input: synaptics-rmi4 - add rmi_enable/disable_irqBenjamin Tissoires 2016-11-22Input: synaptics-rmi4 - add support for F34 device reflashNick Dyer 2016-11-08Input: synaptics-rmi4 - move IRQ handling to rmi_driverBjorn Andersson 2016-11-08Input: synaptics-rmi4 - add a couple of debug linesNick Dyer 2016-11-08Input: synaptics-rmi4 - factor out functions from probeNick Dyer 2016-11-08Input: synaptics-rmi4 - stop scanning PDT after two empty pagesNick Dyer 2016-10-11treewide: remove redundant #include <linux/kconfig.h>Masahiro Yamada 2016-08-22Input: synaptics-rmi4 - fix register descriptor subpacket map constructionAndrew Duggan 2016-03-17Input: synaptics-rmi4 - remove check of Non-NULL arrayAndrew Duggan 2016-03-10Input: synaptics-rmi4 - add device tree support for RMI4 I2C devicesAndrew Duggan 2016-03-10Input: synaptics-rmi4 - add support for Synaptics RMI4 devicesAndrew Duggan