diff options
author | Ville Syrjälä <[email protected]> | 2023-09-28 18:24:49 +0300 |
---|---|---|
committer | Ville Syrjälä <[email protected]> | 2023-12-09 04:13:57 +0200 |
commit | 6128becaeafa876048bd1b6a83d836329e4940c5 (patch) | |
tree | ee4a84a8d0b735003dbe1bd16f0ee25f41931d0a /scripts/generate_rust_analyzer.py | |
parent | 872ee9cc0219334486e19da20e56665e612fdcb7 (diff) |
drm/i915: Stop accessing crtc->state from the flip done irq
Assuming crtc->state is pointing at the correct thing for the
async flip commit is nonsense. If we had already queued up multiple
commits this would point at the very lates crtc state even if the
older commits hadn't even happened yet.
Instead properly stage/arm the event like we do for async flips.
Since we don't need to arm multiple of these at the same time we
don't need a list like the normal vblank even processing uses.
Signed-off-by: Ville Syrjälä <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Reviewed-by: Arun R Murthy <[email protected]>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions