summaryrefslogtreecommitdiffstats
path: root/kernel/include/drm/drm_crtc.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/include/drm/drm_crtc.h')
-rw-r--r--kernel/include/drm/drm_crtc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/include/drm/drm_crtc.h b/kernel/include/drm/drm_crtc.h
index ca71c0314..54233583c 100644
--- a/kernel/include/drm/drm_crtc.h
+++ b/kernel/include/drm/drm_crtc.h
@@ -731,6 +731,8 @@ struct drm_connector {
uint8_t num_h_tile, num_v_tile;
uint8_t tile_h_loc, tile_v_loc;
uint16_t tile_h_size, tile_v_size;
+
+ struct list_head destroy_list;
};
/**