diff options
author | Daniel Vetter <[email protected]> | 2020-06-12 18:00:55 +0200 |
---|---|---|
committer | Daniel Vetter <[email protected]> | 2020-06-24 09:17:34 +0200 |
commit | 7e06886bbfca73717e45a0f20cdb4053793c191b (patch) | |
tree | 4608d9633f9afd2b2d69e83a65060c89d7e667c0 /tools/perf/util/scripting-engines/trace-event-python.c | |
parent | e8411b7ede3bd59f45a7ad997536d235e9c71c36 (diff) |
drm/mipi-dbi: Remove ->enabled
The atomic helpers try really hard to not lose track of things,
duplicating enabled tracking in the driver is at best confusing.
Double-enabling or disabling is a bug in atomic helpers.
In the fb_dirty function we can just assume that the fb always exists,
simple display pipe helpers guarantee that the crtc is only enabled
together with the output, so we always have a primary plane around.
Now in the update function we need to be a notch more careful, since
that can also get called when the crtc is off. And we don't want to
upload frames when that's the case, so filter that out too.
Reviewed-by: Noralf Trønnes <[email protected]>
Acked-by: David Lechner <[email protected]>
Reviewed-by: Emil Velikov <[email protected]>
Signed-off-by: Daniel Vetter <[email protected]>
Cc: Maarten Lankhorst <[email protected]>
Cc: Maxime Ripard <[email protected]>
Cc: Thomas Zimmermann <[email protected]>
Cc: David Airlie <[email protected]>
Cc: Daniel Vetter <[email protected]>
Cc: David Lechner <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions