aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/net_dropmonitor.py
diff options
context:
space:
mode:
authorJerry Han <jerry.han.hq@gmail.com>2019-12-12 19:52:08 +0800
committerSam Ravnborg <sam@ravnborg.org>2019-12-13 19:29:24 +0100
commit4b6dd3cae3cb53a2c45e5238d7c1af7c39cd4685 (patch)
treedccf3dbb7ef154db47e9f2b3b4aa912ce824a26b /tools/perf/scripts/python/net_dropmonitor.py
parentdrm/gma500: globle no more! (diff)
downloadlinux-4b6dd3cae3cb53a2c45e5238d7c1af7c39cd4685.tar.gz
linux-4b6dd3cae3cb53a2c45e5238d7c1af7c39cd4685.zip
drm/panel: Add Boe Himax8279d MIPI-DSI LCD panel
Support Boe Himax8279d 8.0" 1200x1920 TFT LCD panel, it is a MIPI DSI panel. V11: - Use the backlight support in drm_panel to simplify the driver (Sam) V10: - Adjust init code, make the format more concise (Emil) V9: - kill off default_off_cmds (Emil) - use mipi_dsi_dcs_set_display_{on,off} in their enable/disable callbacks. (Emil) - Adjusting the delay function (Emil) V8: - modify PARENTHESIS_ALIGNMENT format (Sam) - use gpios are required API replace optional gpio API (Emil) V7: - Modify communication address V6: - Add the information of the reviewer - Remove unnecessary delays, The udelay_range code gracefully returns without hitting the scheduler on a delay of 0. (Derek) - Merge the same data structures, like display_mode and off_cmds (Derek) - Optimize the processing of results returned by devm_gpiod_get_optional (Derek) V5: - Add the information of the reviewer (Sam) - Delete unnecessary header files #include <linux/fb.h> (Sam) - The config DRM_PANEL_BOE_HIMAX8279D appears twice. Drop one of them (Sam) - ADD static, set_gpios function is not used outside this module (Sam) V4: - Frefix all function maes with boe_ (Sam) - Fsed "enable_gpio" replace "reset_gpio", Make it look clearer (Sam) - Sort include lines alphabetically (Sam) - Fixed entries in the makefile must be sorted alphabetically (Sam) - Add send_mipi_cmds function to avoid duplicating the code (Sam) - Add the necessary delay(reset_delay_t5) between reset and sending the initialization command (Rock wang) V3: - Remove unnecessary delays in sending initialization commands (Jitao Shi) V2: - Use SPDX identifier (Sam) - Use necessary header files replace drmP.h (Sam) - Delete unnecessary header files #include <linux/err.h> (Sam) - Specifies a GPIOs array to control the reset timing, instead of reading "dsi-reset-sequence" data from DTS (Sam) - Delete backlight_disable() function when already disabled (Sam) - Use devm_of_find_backlight() replace of_find_backlight_by_node() (Sam) - Move the necessary data in the DTS to the current file, like porch, display_mode and Init code etc. (Sam) - Add compatible device "boe,himax8279d10p" (Sam) V1: - Support Boe Himax8279d 8.0" 1200x1920 TFT LCD panel, it is a MIPI DSI panel. Signed-off-by: Jerry Han <jerry.han.hq@gmail.com> Reviewed-by: Sam Ravnborg <sam@ravnborg.org> Reviewed-by: Derek Basehore <dbasehore@chromium.org> Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com> Reported-by: kbuild test robot <lkp@intel.com> Cc: Jitao Shi <jitao.shi@mediatek.com> Cc: Rock wang <rock_wang@himax.com.cn> Signed-off-by: Sam Ravnborg <sam@ravnborg.org> [fixed boe_panel_get_modes + backlight] Link: https://patchwork.freedesktop.org/patch/msgid/20191212115208.3878-1-jerry.han.hq@gmail.com
Diffstat (limited to 'tools/perf/scripts/python/net_dropmonitor.py')
0 files changed, 0 insertions, 0 deletions
_release.c?id=66c0255cf58718517e4cdff3612b92b82c2bf71b&follow=1'>qxl: fix qxl_release_{map,unmap}Gerd Hoffmann2-5/+5 2018-04-25Revert "drm/sun4i: add lvds mode_valid function"Ondrej Jirman1-55/+0 2018-04-25virtio_console: reset on out of memoryMichael S. Tsirkin1-7/+10 2018-04-25virtio_console: move removal codeMichael S. Tsirkin1-36/+36 2018-04-25virtio_console: drop custom control queue cleanupMichael S. Tsirkin1-17/+0 2018-04-25virtio_console: free buffers after resetMichael S. Tsirkin1-25/+24 2018-04-25virtio: add ability to iterate over vqsMichael S. Tsirkin1-0/+3 2018-04-25virtio_console: don't tie bufs to a vqMichael S. Tsirkin1-7/+7 2018-04-25firmware: some documentation fixesAndres Rodriguez3-6/+6 2018-04-25ARM: amba: Don't read past the end of sysfs "driver_override" bufferGeert Uytterhoeven1-1/+2 2018-04-25ARM: amba: Fix race condition with driver_overrideGeert Uytterhoeven1-2/+9 2018-04-25Revert "blk-mq: remove code for dealing with remapping queue"Ming Lei1-3/+31 2018-04-25selftests:firmware: fixes a call to a wrong function nameJeffrin Jose T1-1/+1 2018-04-25drm/amd/display: Check dc_sink every time in MST hotplugJerry (Fangzhi) Zuo1-7/+9 2018-04-25drm/amd/display: Update MST edid property every timeJerry (Fangzhi) Zuo1-3/+3 2018-04-25drm/amd/display: Don't read EDID in atomic_checkHarry Wentland1-22/+10 2018-04-25drm/amd/display: Disallow enabling CRTC without primary plane with FBHarry Wentland1-1/+9 2018-04-25drm/amd/display: Fix deadlock when flushing irqMikita Lipski1-2/+3 2018-04-25ALSA: hda - Skip jack and others for non-existing PCM streamsTakashi Iwai1-1/+8 2018-04-25tracing: Fix missing tab for hwlat_detector print formatPeter Xu1-1/+1