Skip to content

Commit

Permalink
drm/tidss: Delete tidss->saved_state
Browse files Browse the repository at this point in the history
Not used anymore since the switch to suspend/resume helpers.

Tested-by: Jyri Sarha <[email protected]>
Acked-by: Sam Ravnborg <[email protected]>
Reviewed-by: Tomi Valkeinen <[email protected]>
Signed-off-by: Daniel Vetter <[email protected]>
Cc: Jyri Sarha <[email protected]>
Cc: Tomi Valkeinen <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
  • Loading branch information
danvet committed Apr 28, 2020
1 parent 02bb131 commit 3927037
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/gpu/drm/tidss/tidss_drv.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ struct tidss_device {

spinlock_t wait_lock; /* protects the irq masks */
dispc_irq_t irq_mask; /* enabled irqs in addition to wait_list */

struct drm_atomic_state *saved_state;
};

#define to_tidss(__dev) container_of(__dev, struct tidss_device, ddev)
Expand Down

0 comments on commit 3927037

Please sign in to comment.