Merge tag 'drm-misc-next-2022-01-27' of git://anongit.freedesktop.org/drm/drm-misc...
[sfrench/cifs-2.6.git] / include / linux / fb.h
index 3da95842b2075adc8f658025120d43e9cbb6ed9e..9a14f3f8a3290a1e57262835af869a77b18e00c5 100644 (file)
@@ -502,6 +502,7 @@ struct fb_info {
        } *apertures;
 
        bool skip_vt_switch; /* no VT switch on suspend/resume required */
+       bool forced_out; /* set when being removed by another driver */
 };
 
 static inline struct apertures_struct *alloc_apertures(unsigned int max_num) {