Lines Matching defs:disp_features
410 struct disp_features { struct
411 unsigned int input_type:1;
412 unsigned int input_voltage:2;
413 unsigned int input_setup:1;
414 unsigned int input_sync:5;
415 unsigned int input_dfp:1;
416 unsigned int input_bpc:3;
417 unsigned int input_interface:4;
419 int hsize;
420 int vsize;
421 float gamma;
422 unsigned int dpms:3;
423 unsigned int display_type:2;
424 unsigned int msc:3;
425 float redx;
426 float redy;
427 float greenx;
428 float greeny;
429 float bluex;
430 float bluey;
431 float whitex;
432 float whitey;