Home
last modified time | relevance | path

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

123

/drivers/gpu/drm/
Ddrm_edid.c38 #define version_greater(edid, maj, min) \ argument
74 struct edid *edid; member
969 struct edid *edid = (struct edid *)raw_edid; in drm_edid_block_valid() local
1031 bool drm_edid_is_valid(struct edid *edid) in drm_edid_is_valid()
1222 struct edid *edid = NULL; in drm_get_edid() local
1240 static bool edid_vendor(struct edid *edid, char *vendor) in edid_vendor()
1258 static u32 edid_get_quirks(struct edid *edid) in edid_get_quirks()
1398 struct edid *edid = (struct edid *)raw_edid; in drm_for_each_detailed_block() local
1432 drm_monitor_supports_rb(struct edid *edid) in drm_monitor_supports_rb()
1453 drm_gtf2_hbreak(struct edid *edid) in drm_gtf2_hbreak()
[all …]
Ddrm_edid_load.c141 u8 *fwdata = NULL, *edid, *new_edid; in edid_load() local
249 struct edid *edid; in drm_load_edid_firmware() local
/drivers/video/
Dfbmon.c149 static int check_edid(unsigned char *edid) in check_edid()
211 static void fix_edid(unsigned char *edid, int fix) in fix_edid()
260 static int edid_checksum(unsigned char *edid) in edid_checksum()
281 static int edid_check_header(unsigned char *edid) in edid_check_header()
604 static struct fb_videomode *fb_create_modedb(unsigned char *edid, int *dbsize) in fb_create_modedb()
681 static int fb_get_monitor_limits(unsigned char *edid, struct fb_monspecs *specs) in fb_get_monitor_limits()
762 static void get_monspecs(unsigned char *edid, struct fb_monspecs *specs) in get_monspecs()
880 int fb_parse_edid(unsigned char *edid, struct fb_var_screeninfo *var) in fb_parse_edid()
923 void fb_edid_to_monspecs(unsigned char *edid, struct fb_monspecs *specs) in fb_edid_to_monspecs()
992 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
999 u8 __user *edid = (u8 __user *)arg; in ufx_ops_ioctl() local
1434 static int ufx_read_edid(struct ufx_data *dev, u8 *edid, int edid_len) in ufx_read_edid()
1497 u8 *edid; in ufx_setup_modes() local
/drivers/gpu/drm/i915/
Dintel_modes.c40 struct edid *edid) in intel_connector_update_modes()
61 struct edid *edid; in intel_ddc_get_modes() local
Dintel_crt.c394 struct edid *edid; in intel_crt_get_edid() local
412 struct edid *edid; in intel_crt_ddc_get_modes() local
429 struct edid *edid; in intel_crt_detect_ddc() local
Dintel_sdvo.c1506 struct edid *edid; in intel_sdvo_tmds_sink_detect() local
1565 struct edid *edid) in intel_sdvo_connector_matches_edid()
1606 struct edid *edid; in intel_sdvo_detect() local
1643 struct edid *edid; in intel_sdvo_get_ddc_modes() local
1883 struct edid *edid; in intel_sdvo_detect_hdmi_audio() local
/drivers/gpu/drm/gma500/
Dpsb_intel_modes.c65 struct edid *edid; in psb_intel_ddc_get_modes() local
Dcdv_intel_hdmi.c143 struct edid *edid = NULL; in cdv_hdmi_detect() local
226 struct edid *edid = NULL; in cdv_hdmi_get_modes() local
Doaktrail_lvds.c333 struct edid *edid; in oaktrail_lvds_init() local
/drivers/video/via/
Dvia_aux_edid.c36 unsigned char edid[EDID_LENGTH]; in query_edid() local
/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
/drivers/media/i2c/
Dad9389b.c103 struct ad9389b_state_edid edid; member
380 struct ad9389b_state_edid *edid = &state->edid; in ad9389b_log_status() local
614 static int ad9389b_get_edid(struct v4l2_subdev *sd, struct v4l2_subdev_edid *edid) in ad9389b_get_edid()
1163 struct ad9389b_state_edid *edid = &state->edid; in ad9389b_init_setup() local
/drivers/video/aty/
Dradeon_i2c.c143 u8 *edid; in radeon_probe_i2c_connector() local
/drivers/gpu/drm/udl/
Dudl_connector.c60 struct edid *edid; in udl_get_modes() local
/drivers/video/riva/
Drivafb-i2c.c154 u8 *edid = NULL; in riva_probe_i2c_connector() local
/drivers/video/i810/
Di810-i2c.c158 u8 *edid = NULL; in i810_probe_i2c_connector() local
/drivers/gpu/drm/nouveau/
Dnouveau_connector.h82 struct edid *edid; member
Dnouveau_connector.c178 const void *edid = of_get_property(cn, "EDID", NULL); in nouveau_connector_of_detect() local
379 struct edid *edid = in nouveau_connector_detect_lvds() local
/drivers/gpu/host1x/drm/
Doutput.c19 struct edid *edid = NULL; in tegra_connector_get_modes() local
/drivers/video/savage/
Dsavagefb-i2c.c221 u8 *edid; in savagefb_probe_i2c_connector() local
/drivers/gpu/drm/omapdrm/
Domap_connector.c158 void *edid = kzalloc(MAX_EDID, GFP_KERNEL); in omap_connector_get_modes() local
/drivers/video/omap2/displays/
Dpanel-tfp410.c259 u8 *edid, int len) in tfp410_read_edid()

123