summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorDouglas Anderson <dianders@chromium.org>2023-08-04 14:06:05 -0700
committerDouglas Anderson <dianders@chromium.org>2023-09-13 08:36:18 -0700
commitd43f0fe153dcb963374cd5b1256ec14287f951e4 (patch)
treed659f90a6dff06249fe6cbb7c59cbb5f9dd60918 /tools/perf/scripts/python/export-to-postgresql.py
parentf8c37b88092e12157b2b707f1a83684b0b97b68e (diff)
drm/panel: s6e63m0: Don't store+check prepared/enabled
As talked about in commit d2aacaf07395 ("drm/panel: Check for already prepared/enabled in drm_panel"), we want to remove needless code from panel drivers that was storing and double-checking the prepared/enabled state. Even if someone was relying on the double-check before, that double-check is now in the core and not needed in individual drivers. For the s6e63m0 panel driver, this actually fixes a subtle/minor error handling bug in s6e63m0_prepare(). In one error case s6e63m0_prepare() called s6e63m0_unprepare() directly if there was an error. This call to s6e63m0_unprepare() would have been a no-op since ctx->prepared wasn't set yet. Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Douglas Anderson <dianders@chromium.org> Link: https://patchwork.freedesktop.org/patch/msgid/20230804140605.RFC.2.Iabafd062e70f6b6b554cf23eeb75f57a80f7e985@changeid
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions