Searched refs:fp_timing (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_bios.c232 /* always 3 indicating the presence of fp_timing+dvo_timing+panel_pnp_id */
236 fp_timing_size = ptrs->ptr[0].fp_timing.table_size;
241 /* fp_timing has variable size */
252 lfp_data_size = ptrs->ptr[1].fp_timing.offset - ptrs->ptr[0].fp_timing.offset;
258 if (ptrs->ptr[i].fp_timing.table_size != fp_timing_size ||
263 if (ptrs->ptr[i].fp_timing.offset - ptrs->ptr[i-1].fp_timing.offset != lfp_data_size ||
271 * unaccounted bytes in the fp_timing table. And it doesn't
272 * appear to be a really intentional hole as the fp_timing
847 const struct lvds_fp_timing *fp_timing; local
[all...]
H A Dintel_vbt_defs.h797 struct lvds_lfp_data_ptr_table fp_timing; member in struct:lvds_lfp_data_ptr
838 * For reference only. fp_timing has variable size so
843 struct lvds_fp_timing fp_timing; member in struct:lvds_lfp_data_entry
/linux-master/drivers/gpu/drm/gma500/
H A Dintel_bios.h328 struct lvds_fp_timing fp_timing; member in struct:bdb_lvds_lfp_data_entry

Completed in 152 milliseconds