Home
last modified time | relevance | path

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

12345678

/OK3568_Linux_fs/kernel/include/drm/
H A Ddrm_edid.h322 struct edid { struct
323 u8 header[8];
325 u8 mfg_id[2];
326 u8 prod_code[2];
327 u32 serial; /* FIXME: byte order */
328 u8 mfg_week;
329 u8 mfg_year;
331 u8 version;
332 u8 revision;
334 u8 input;
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_edid.c47 #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()
1953 static int edid_hfeeodb_extension_block_count(const struct edid *edid) in edid_hfeeodb_extension_block_count()
1981 static int edid_hfeeodb_block_count(const struct edid *edid) in edid_hfeeodb_block_count()
2014 u8 *edid, *new; in drm_do_get_edid() local
2128 u8 *edid, *new; in drm_do_get_edid() local
2244 struct edid *edid; in drm_get_edid() local
[all …]
H A Ddrm_edid_load.c162 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
H A Ddrm_crtc_internal.h294 const struct edid *edid) in drm_add_display_info()
300 const struct edid *edid) in drm_update_tile_info()
H A Ddrm_dp_helper.c366 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()
/OK3568_Linux_fs/u-boot/common/
H A Dedid.c36 #define version_greater(edid, maj, min) \ argument
75 struct edid *edid; member
1731 int edid_get_ranges(struct edid1_info *edid, unsigned int *hmin, in edid_get_ranges()
1888 static bool edid_vendor(struct edid *edid, char *vendor) in edid_vendor()
1962 struct edid1_info *edid = (struct edid1_info *)buf; in edid_get_drm_mode() local
2010 struct edid1_info *edid = (struct edid1_info *)buf; in edid_get_timing() local
2149 static void edid_get_manufacturer_name(struct edid1_info *edid, char *name) in edid_get_manufacturer_name()
3050 static u32 edid_get_quirks(struct edid *edid) in edid_get_quirks()
3338 static u8 *drm_find_edid_extension(struct edid *edid, int ext_id) in drm_find_edid_extension()
3360 static u8 *drm_find_cea_extension(struct edid *edid) in drm_find_cea_extension()
[all …]
/OK3568_Linux_fs/kernel/drivers/video/fbdev/core/
H A Dfbmon.c145 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 …]
H A Dfb_ddc.c57 unsigned char *edid = NULL; in fb_ddc_read() local
/OK3568_Linux_fs/u-boot/include/
H A Dedid.h754 struct edid { struct
755 u8 header[8];
757 u8 mfg_id[2];
758 u8 prod_code[2];
759 u32 serial; /* FIXME: byte order */
760 u8 mfg_week;
761 u8 mfg_year;
763 u8 version;
764 u8 revision;
766 u8 input;
[all …]
/OK3568_Linux_fs/kernel/include/linux/
H A Dhdmi-notifier.h20 const void *edid; member
31 struct hdmi_event_new_edid edid; member
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/hdmirx/
H A Drk_hdmirx_cec.h25 u8 *edid; member
40 struct edid *edid; member
/OK3568_Linux_fs/kernel/drivers/media/v4l2-core/
H A Dv4l2-subdev.c274 struct v4l2_subdev_edid *edid) in check_edid()
285 static int call_get_edid(struct v4l2_subdev *sd, struct v4l2_subdev_edid *edid) in call_get_edid()
290 static int call_set_edid(struct v4l2_subdev *sd, struct v4l2_subdev_edid *edid) in call_set_edid()
625 struct v4l2_subdev_edid *edid = arg; in subdev_do_ioctl() local
631 struct v4l2_subdev_edid *edid = arg; in subdev_do_ioctl() local
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/
H A Dintel_connector.c183 struct edid *edid) in intel_connector_update_modes()
203 struct edid *edid; in intel_ddc_get_modes() local
/OK3568_Linux_fs/kernel/drivers/gpu/drm/udl/
H A Dudl_connector.h11 struct edid *edid; member
/OK3568_Linux_fs/u-boot/drivers/video/rockchip/
H A Drk_vop.c38 const struct display_timing *edid) in rkvop_enable()
138 const struct display_timing *edid, in rkvop_mode_set()
H A Drk3399_hdmi.c24 const struct display_timing *edid) in rk3399_hdmi_enable()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/gma500/
H A Dpsb_intel_modes.c52 struct edid *edid; in psb_intel_ddc_get_modes() local
H A Dcdv_intel_hdmi.c134 struct edid *edid = NULL; in cdv_hdmi_detect() local
216 struct edid *edid = NULL; in cdv_hdmi_get_modes() local
/OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/
H A Dnxp-ptn3460.c162 u8 *edid; in ptn3460_get_edid() local
192 struct edid *edid; in ptn3460_connector_get_modes() local
/OK3568_Linux_fs/kernel/drivers/video/fbdev/nvidia/
H A Dnv_proto.h43 #define nvidia_probe_i2c_connector(p, c, edid) (-1) argument
/OK3568_Linux_fs/kernel/drivers/video/fbdev/via/
H A Dvia_aux_edid.c21 unsigned char edid[EDID_LENGTH]; in query_edid() local
/OK3568_Linux_fs/u-boot/drivers/video/sunxi/
H A Dsunxi_dw_hdmi.c243 static void sunxi_dw_hdmi_lcdc_init(int mux, const struct display_timing *edid, in sunxi_dw_hdmi_lcdc_init()
294 const struct display_timing *edid) in sunxi_dw_hdmi_enable()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/dp/
H A Ddp_panel.c133 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()
/OK3568_Linux_fs/kernel/drivers/video/
H A Dhdmi-notifier.c40 void hdmi_event_new_edid(struct device *dev, const void *edid, size_t size) in hdmi_event_new_edid()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_drm_drv.c529 static u8 *find_edid_extension(const struct edid *edid, in find_edid_extension()
580 static u8 *find_displayid_extension(const struct edid *edid, in find_displayid_extension()
605 static u8 *find_cea_extension(const struct edid *edid) in find_cea_extension()
641 struct edid *edid) in rockchip_drm_get_yuv422_format()
937 const struct edid *edid) in rockchip_drm_parse_cea_ext()
965 const struct edid *edid) in rockchip_drm_parse_next_hdr()
1008 rockchip_drm_parse_colorimetry_data_block(u8 *colorimetry, const struct edid *edid) in rockchip_drm_parse_colorimetry_data_block()

12345678