Subversion Repositories Kolibri OS

Rev

Rev 4104 | Rev 4280 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4104 Rev 4126
Line 1215... Line 1215...
1215
			HPD_DISABLED = 1,
1215
			HPD_DISABLED = 1,
1216
			HPD_MARK_DISABLED = 2
1216
			HPD_MARK_DISABLED = 2
1217
		} hpd_mark;
1217
		} hpd_mark;
1218
	} hpd_stats[HPD_NUM_PINS];
1218
	} hpd_stats[HPD_NUM_PINS];
1219
	u32 hpd_event_bits;
1219
	u32 hpd_event_bits;
-
 
1220
	struct timer_list hotplug_reenable_timer;
Line 1220... Line 1221...
1220
 
1221
 
Line 1221... Line 1222...
1221
	int num_plane;
1222
	int num_plane;
1222
 
1223