summaryrefslogtreecommitdiff
path: root/scripts/stackusage
diff options
context:
space:
mode:
authorAndy Yan <andy.yan@rock-chips.com>2025-06-18 17:15:20 +0800
committerNeil Armstrong <neil.armstrong@linaro.org>2025-06-30 17:39:57 +0200
commit691674a282bdbf8f8bce4094369a2d1e4b5645e9 (patch)
treed442499b97e6be1225846ec20af0eebd897a551d /scripts/stackusage
parent941461216c8d96b2c8b91233ba71483e011f78a3 (diff)
downloadkernel-691674a282bdbf8f8bce4094369a2d1e4b5645e9.tar.gz
drm/panel: raydium-rm67200: Move initialization from enable() to prepare stage
The DSI host has different modes in prepare() and enable() functions, prepare() is in LP command mode and enable() is in HS video mode. >From our experience, generally the initialization sequence needs to be sent in the LP command mode. Move the setup init function from enable() to prepare() to fix a display shift on rk3568 evb. Tested on rk3568/rk3576/rk3588 EVB. Signed-off-by: Andy Yan <andy.yan@rock-chips.com> Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org> Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org> Link: https://lore.kernel.org/r/20250618091520.691590-1-andyshrk@163.com
Diffstat (limited to 'scripts/stackusage')
0 files changed, 0 insertions, 0 deletions
700'>2017-03-15mqprio: Modify mqprio to pass user parameters via ndo_setup_tc.Amritha Nambiar 2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar 2017-02-03sfc-falcon: get rid of custom busy polling codeEric Dumazet 2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet 2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger 2017-01-03sfc-falcon: declare module version (same as ethtool drvinfo version)Edward Cree 2017-01-02net: sfc: falcon: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes 2016-11-30sfc: separate out SFC4000 ("Falcon") support into new sfc-falcon driverEdward Cree