Home
last modified time | relevance | path

Searched defs:edid (Results 1 – 25 of 48) sorted by relevance

12

/linux-3.3/include/drm/
Ddrm_edid.h191 struct edid { struct
192 u8 header[8];
194 u8 mfg_id[2];
195 u8 prod_code[2];
196 u32 serial; /* FIXME: byte order */
197 u8 mfg_week;
198 u8 mfg_year;
200 u8 version;
201 u8 revision;
203 u8 input;
[all …]
/linux-3.3/drivers/gpu/drm/
Ddrm_edid.c38 #define version_greater(edid, maj, min) \ argument
72 struct edid *edid; member
157 struct edid *edid = (struct edid *)raw_edid; in drm_edid_block_valid() local
213 bool drm_edid_is_valid(struct edid *edid) in drm_edid_is_valid()
381 struct edid *edid = NULL; in drm_get_edid() local
402 static bool edid_vendor(struct edid *edid, char *vendor) in edid_vendor()
420 static u32 edid_get_quirks(struct edid *edid) in edid_get_quirks()
536 struct edid *edid = (struct edid *)raw_edid; in drm_for_each_detailed_block() local
570 drm_monitor_supports_rb(struct edid *edid) in drm_monitor_supports_rb()
591 drm_gtf2_hbreak(struct edid *edid) in drm_gtf2_hbreak()
[all …]
/linux-3.3/drivers/video/
Dfbmon.c147 static int check_edid(unsigned char *edid) in check_edid()
209 static void fix_edid(unsigned char *edid, int fix) in fix_edid()
258 static int edid_checksum(unsigned char *edid) in edid_checksum()
279 static int edid_check_header(unsigned char *edid) in edid_check_header()
602 static struct fb_videomode *fb_create_modedb(unsigned char *edid, int *dbsize) in fb_create_modedb()
679 static int fb_get_monitor_limits(unsigned char *edid, struct fb_monspecs *specs) in fb_get_monitor_limits()
760 static void get_monspecs(unsigned char *edid, struct fb_monspecs *specs) in get_monspecs()
878 int fb_parse_edid(unsigned char *edid, struct fb_var_screeninfo *var) in fb_parse_edid()
921 void fb_edid_to_monspecs(unsigned char *edid, struct fb_monspecs *specs) in fb_edid_to_monspecs()
990 void fb_edid_add_monspecs(unsigned char *edid, struct fb_monspecs *specs) in fb_edid_add_monspecs()
[all …]
Dfb_ddc.c57 unsigned char *edid = NULL; in fb_ddc_read() local
Dsmscufx.c106 u8 *edid; /* null until we read edid from hw or get from sysfs */ member
996 u8 __user *edid = (u8 __user *)arg; in ufx_ops_ioctl() local
1431 static int ufx_read_edid(struct ufx_data *dev, u8 *edid, int edid_len) in ufx_read_edid()
1494 u8 *edid; in ufx_setup_modes() local
Dudlfb.c756 static int dlfb_get_edid(struct dlfb_data *dev, char *edid, int len) in dlfb_get_edid()
795 void __user *edid = (void __user *)arg; in dlfb_ops_ioctl() local
1231 char *edid; in dlfb_setup_modes() local
/linux-3.3/drivers/gpu/drm/gma500/
Dpsb_intel_modes.c65 struct edid *edid; in psb_intel_ddc_get_modes() local
Dcdv_intel_hdmi.c144 struct edid *edid = NULL; in cdv_hdmi_detect() local
229 struct edid *edid = NULL; in cdv_hdmi_get_modes() local
Doaktrail_lvds.c333 struct edid *edid; in oaktrail_lvds_init() local
/linux-3.3/drivers/video/nvidia/
Dnv_proto.h42 #define nvidia_probe_i2c_connector(p, c, edid) (-1) argument
Dnv_i2c.c155 u8 *edid = NULL; in nvidia_probe_i2c_connector() local
/linux-3.3/include/acpi/
Dvideo.h28 int device_id, void **edid) in acpi_video_get_edid()
/linux-3.3/drivers/gpu/drm/i915/
Dintel_modes.c71 struct edid *edid; in intel_ddc_get_modes() local
Dintel_hdmi.c331 struct edid *edid; in intel_hdmi_detect() local
375 struct edid *edid; in intel_hdmi_detect_audio() local
Dintel_sdvo.c1264 struct edid *edid; in intel_sdvo_tmds_sink_detect() local
1322 struct edid *edid) in intel_sdvo_connector_matches_edid()
1369 struct edid *edid; in intel_sdvo_detect() local
1407 struct edid *edid; in intel_sdvo_get_ddc_modes() local
1649 struct edid *edid; in intel_sdvo_detect_hdmi_audio() local
/linux-3.3/drivers/video/aty/
Dradeon_i2c.c143 u8 *edid; in radeon_probe_i2c_connector() local
/linux-3.3/drivers/video/riva/
Drivafb-i2c.c155 u8 *edid = NULL; in riva_probe_i2c_connector() local
/linux-3.3/drivers/gpu/drm/nouveau/
Dnouveau_connector.h72 struct edid *edid; member
Dnouveau_connector.c157 const void *edid = of_get_property(cn, "EDID", NULL); in nouveau_connector_of_detect() local
357 struct edid *edid = in nouveau_connector_detect_lvds() local
/linux-3.3/drivers/video/i810/
Di810-i2c.c158 u8 *edid = NULL; in i810_probe_i2c_connector() local
/linux-3.3/drivers/gpu/drm/exynos/
Dexynos_drm_connector.c131 void *edid; in exynos_drm_connector_get_modes() local
/linux-3.3/drivers/video/savage/
Dsavagefb-i2c.c221 u8 *edid; in savagefb_probe_i2c_connector() local
/linux-3.3/drivers/video/omap2/displays/
Dpanel-dvi.c251 u8 *edid, int len) in panel_dvi_read_edid()
/linux-3.3/drivers/staging/omapdrm/
Domap_connector.c173 void *edid = kzalloc(MAX_EDID, GFP_KERNEL); in omap_connector_get_modes() local
/linux-3.3/include/video/
Dudlfb.h47 char *edid; /* null until we read edid from hw or get from sysfs */ member

12