/Linux-v6.1/include/drm/ |
D | drm_edid.h | 326 struct edid { struct 327 u8 header[8]; 329 u8 mfg_id[2]; 330 u8 prod_code[2]; 331 u32 serial; /* FIXME: byte order */ 332 u8 mfg_week; 333 u8 mfg_year; 335 u8 version; 336 u8 revision; 338 u8 input; [all …]
|
/Linux-v6.1/drivers/video/fbdev/core/ |
D | fbmon.c | 145 static int check_edid(unsigned char *edid) in check_edid() 207 static void fix_edid(unsigned char *edid, int fix) in fix_edid() 256 static int edid_checksum(unsigned char *edid) in edid_checksum() 277 static int edid_check_header(unsigned char *edid) in edid_check_header() 616 static struct fb_videomode *fb_create_modedb(unsigned char *edid, int *dbsize, in fb_create_modedb() 695 static int fb_get_monitor_limits(unsigned char *edid, struct fb_monspecs *specs) in fb_get_monitor_limits() 776 static void get_monspecs(unsigned char *edid, struct fb_monspecs *specs) in get_monspecs() 894 int fb_parse_edid(unsigned char *edid, struct fb_var_screeninfo *var) in fb_parse_edid() 937 void fb_edid_to_monspecs(unsigned char *edid, struct fb_monspecs *specs) in fb_edid_to_monspecs() 1404 int fb_parse_edid(unsigned char *edid, struct fb_var_screeninfo *var) in fb_parse_edid() [all …]
|
D | fb_ddc.c | 57 unsigned char *edid = NULL; in fb_ddc_read() local
|
/Linux-v6.1/drivers/gpu/drm/ |
D | drm_edid.c | 1572 const struct edid *edid; member 1578 const struct edid *edid = drm_edid->edid; in version_greater() local 1586 static int edid_hfeeodb_block_count(const struct edid *edid) in edid_hfeeodb_block_count() 1593 static int edid_extension_block_count(const struct edid *edid) in edid_extension_block_count() 1598 static int edid_block_count(const struct edid *edid) in edid_block_count() 1608 static int edid_size(const struct edid *edid) in edid_size() 1613 static const void *edid_block_data(const struct edid *edid, int index) in edid_block_data() 1620 static const void *edid_extension_block_data(const struct edid *edid, int index) in edid_extension_block_data() 1672 const struct edid *edid) in drm_edid_legacy_init() 1737 static void edid_header_fix(void *edid) in edid_header_fix() [all …]
|
D | drm_edid_load.c | 162 static int edid_size(const u8 *edid, int data_size) in edid_size() 175 u8 *edid; in edid_load() local 270 struct edid *edid; in drm_load_edid_firmware() local
|
/Linux-v6.1/drivers/media/v4l2-core/ |
D | v4l2-subdev.c | 273 struct v4l2_subdev_edid *edid) in check_edid() 284 static int call_get_edid(struct v4l2_subdev *sd, struct v4l2_subdev_edid *edid) in call_get_edid() 289 static int call_set_edid(struct v4l2_subdev *sd, struct v4l2_subdev_edid *edid) in call_set_edid() 673 struct v4l2_subdev_edid *edid = arg; in subdev_do_ioctl() local 679 struct v4l2_subdev_edid *edid = arg; in subdev_do_ioctl() local
|
/Linux-v6.1/drivers/gpu/drm/i915/display/ |
D | intel_connector.c | 185 struct edid *edid) in intel_connector_update_modes() 205 struct edid *edid; in intel_ddc_get_modes() local
|
D | intel_crt.c | 609 struct edid *edid; in intel_crt_get_edid() local 628 struct edid *edid; in intel_crt_ddc_get_modes() local 645 struct edid *edid; in intel_crt_detect_ddc() local
|
/Linux-v6.1/drivers/gpu/drm/udl/ |
D | udl_connector.h | 11 struct edid *edid; member
|
/Linux-v6.1/drivers/gpu/drm/gma500/ |
D | psb_intel_modes.c | 55 struct edid *edid; in psb_intel_ddc_get_modes() local
|
D | cdv_intel_hdmi.c | 129 struct edid *edid = NULL; in cdv_hdmi_detect() local 210 struct edid *edid = NULL; in cdv_hdmi_get_modes() local
|
/Linux-v6.1/drivers/gpu/drm/bridge/ |
D | nxp-ptn3460.c | 162 u8 *edid; in ptn3460_get_edid() local 192 struct edid *edid; in ptn3460_connector_get_modes() local
|
/Linux-v6.1/drivers/video/fbdev/nvidia/ |
D | nv_proto.h | 43 #define nvidia_probe_i2c_connector(p, c, edid) (-1) argument
|
D | nv_i2c.c | 155 u8 *edid = NULL; in nvidia_probe_i2c_connector() local
|
/Linux-v6.1/drivers/video/fbdev/via/ |
D | via_aux_edid.c | 21 unsigned char edid[EDID_LENGTH]; in query_edid() local
|
/Linux-v6.1/drivers/gpu/drm/msm/dp/ |
D | dp_panel.c | 135 struct edid *edid) in dp_panel_update_modes() 267 static u8 dp_panel_get_edid_checksum(struct edid *edid) in dp_panel_get_edid_checksum()
|
/Linux-v6.1/include/media/ |
D | cec-notifier.h | 142 const struct edid *edid) in cec_notifier_set_phys_addr_from_edid()
|
/Linux-v6.1/drivers/media/i2c/ |
D | ad9389b.c | 86 struct ad9389b_state_edid edid; member 343 struct ad9389b_state_edid *edid = &state->edid; in ad9389b_log_status() local 664 static int ad9389b_get_edid(struct v4l2_subdev *sd, struct v4l2_edid *edid) in ad9389b_get_edid() 1071 struct ad9389b_state_edid *edid = &state->edid; in ad9389b_init_setup() local
|
/Linux-v6.1/drivers/gpu/drm/hisilicon/hibmc/ |
D | hibmc_drm_vdac.c | 25 void *edid; in hibmc_connector_get_modes() local
|
/Linux-v6.1/drivers/gpu/drm/i915/gvt/ |
D | edid.c | 53 struct intel_vgpu_i2c_edid *edid = &vgpu->display.i2c_edid; in edid_get_byte() local 572 struct intel_vgpu_i2c_edid *edid = &vgpu->display.i2c_edid; in intel_vgpu_init_i2c_edid() local
|
/Linux-v6.1/include/uapi/linux/ |
D | v4l2-common.h | 92 __u8 *edid; member
|
/Linux-v6.1/drivers/video/fbdev/aty/ |
D | radeon_i2c.c | 144 u8 *edid; in radeon_probe_i2c_connector() local
|
/Linux-v6.1/drivers/video/fbdev/riva/ |
D | rivafb-i2c.c | 154 u8 *edid = NULL; in riva_probe_i2c_connector() local
|
/Linux-v6.1/drivers/media/i2c/adv748x/ |
D | adv748x-hdmi.c | 463 static int adv748x_hdmi_get_edid(struct v4l2_subdev *sd, struct v4l2_edid *edid) in adv748x_hdmi_get_edid() 513 static int adv748x_hdmi_set_edid(struct v4l2_subdev *sd, struct v4l2_edid *edid) in adv748x_hdmi_set_edid()
|
/Linux-v6.1/drivers/gpu/drm/nouveau/ |
D | nouveau_connector.c | 475 const void *edid = of_get_property(cn, "EDID", NULL); in nouveau_connector_of_detect() local 538 struct edid *edid) in nouveau_connector_set_edid() 669 struct edid *edid = NULL; in nouveau_connector_detect_lvds() local
|