| /kernel/linux/linux-5.10/include/drm/ |
| D | drm_edid.h | 290 struct edid { struct 291 u8 header[8]; 293 u8 mfg_id[2]; 294 u8 prod_code[2]; 295 u32 serial; /* FIXME: byte order */ 296 u8 mfg_week; 297 u8 mfg_year; 299 u8 version; 300 u8 revision; 302 u8 input; [all …]
|
| /kernel/linux/linux-6.6/include/drm/ |
| D | drm_edid.h | 330 struct edid { struct 331 u8 header[8]; 333 u8 mfg_id[2]; 334 u8 prod_code[2]; 335 u32 serial; /* FIXME: byte order */ 336 u8 mfg_week; 337 u8 mfg_year; 339 u8 version; 340 u8 revision; 342 u8 input; [all …]
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/ |
| D | drm_edid.c | 47 #define version_greater(edid, maj, min) \ argument 91 struct edid *edid; member 1665 struct edid *edid = (struct edid *)raw_edid; in drm_edid_block_valid() local 1754 bool drm_edid_is_valid(struct edid *edid) in drm_edid_is_valid() 1835 u8 *edid, int num_blocks) in connector_bad_edid() 1944 u8 *edid, *new; in drm_do_get_edid() local 2059 struct edid *edid; in drm_get_edid() local 2088 struct edid *edid; in drm_get_edid_switcheroo() local 2104 struct edid *drm_edid_duplicate(const struct edid *edid) in drm_edid_duplicate() 2119 static bool edid_vendor(const struct edid *edid, const char *vendor) in edid_vendor() [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
|
| D | drm_dp_helper.c | 366 static bool is_edid_digital_input_dp(const struct edid *edid) in is_edid_digital_input_dp() 405 const struct edid *edid) in drm_dp_downstream_is_tmds() 668 const struct edid *edid) in drm_dp_downstream_max_tmds_clock() 733 const struct edid *edid) in drm_dp_downstream_min_tmds_clock() 776 const struct edid *edid) in drm_dp_downstream_max_bpc() 962 const struct edid *edid, in drm_dp_downstream_debug() 1912 u32 drm_dp_get_edid_quirks(const struct edid *edid) in drm_dp_get_edid_quirks()
|
| /kernel/linux/linux-6.6/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
|
| /kernel/linux/linux-5.10/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() 615 static struct fb_videomode *fb_create_modedb(unsigned char *edid, int *dbsize, in fb_create_modedb() 694 static int fb_get_monitor_limits(unsigned char *edid, struct fb_monspecs *specs) in fb_get_monitor_limits() 775 static void get_monspecs(unsigned char *edid, struct fb_monspecs *specs) in get_monspecs() 893 int fb_parse_edid(unsigned char *edid, struct fb_var_screeninfo *var) in fb_parse_edid() 936 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
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/ |
| D | drm_edid.c | 1583 const struct edid *edid; member 1588 static int edid_hfeeodb_block_count(const struct edid *edid) in edid_hfeeodb_block_count() 1595 static int edid_extension_block_count(const struct edid *edid) in edid_extension_block_count() 1600 static int edid_block_count(const struct edid *edid) in edid_block_count() 1610 static int edid_size(const struct edid *edid) in edid_size() 1615 static const void *edid_block_data(const struct edid *edid, int index) in edid_block_data() 1622 static const void *edid_extension_block_data(const struct edid *edid, int index) in edid_extension_block_data() 1681 const struct edid *edid) in drm_edid_legacy_init() 1746 static void edid_header_fix(void *edid) in edid_header_fix() 1761 const struct edid *edid = _edid; in drm_edid_header_is_valid() local [all …]
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/ |
| D | intel_connector.c | 183 struct edid *edid) in intel_connector_update_modes() 203 struct edid *edid; in intel_ddc_get_modes() local
|
| /kernel/linux/linux-5.10/drivers/media/v4l2-core/ |
| D | v4l2-subdev.c | 271 struct v4l2_subdev_edid *edid) in check_edid() 282 static int call_get_edid(struct v4l2_subdev *sd, struct v4l2_subdev_edid *edid) in call_get_edid() 287 static int call_set_edid(struct v4l2_subdev *sd, struct v4l2_subdev_edid *edid) in call_set_edid() 600 struct v4l2_subdev_edid *edid = arg; in subdev_do_ioctl() local 606 struct v4l2_subdev_edid *edid = arg; in subdev_do_ioctl() local
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/udl/ |
| D | udl_connector.h | 11 struct edid *edid; member
|
| /kernel/linux/linux-6.6/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 | 131 struct edid *edid = NULL; in cdv_hdmi_detect() local 212 struct edid *edid = NULL; in cdv_hdmi_get_modes() local
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/gma500/ |
| D | psb_intel_modes.c | 52 struct edid *edid; in psb_intel_ddc_get_modes() local
|
| D | cdv_intel_hdmi.c | 134 struct edid *edid = NULL; in cdv_hdmi_detect() local 216 struct edid *edid = NULL; in cdv_hdmi_get_modes() local
|
| /kernel/linux/linux-6.6/drivers/video/fbdev/nvidia/ |
| D | nv_proto.h | 43 #define nvidia_probe_i2c_connector(p, c, edid) (-1) argument
|
| /kernel/linux/linux-5.10/drivers/video/fbdev/nvidia/ |
| D | nv_proto.h | 43 #define nvidia_probe_i2c_connector(p, c, edid) (-1) argument
|
| /kernel/linux/linux-6.6/drivers/video/fbdev/via/ |
| D | via_aux_edid.c | 21 unsigned char edid[EDID_LENGTH]; in query_edid() local
|
| /kernel/linux/linux-5.10/drivers/video/fbdev/via/ |
| D | via_aux_edid.c | 21 unsigned char edid[EDID_LENGTH]; in query_edid() local
|
| /kernel/linux/linux-6.6/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
|
| /kernel/linux/linux-5.10/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
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/msm/dp/ |
| D | dp_panel.c | 133 struct edid *edid) in dp_panel_update_modes() 265 static u8 dp_panel_get_edid_checksum(struct edid *edid) in dp_panel_get_edid_checksum()
|
| /kernel/linux/linux-6.6/include/media/ |
| D | cec-notifier.h | 142 const struct edid *edid) in cec_notifier_set_phys_addr_from_edid()
|