/openbmc/linux/include/xen/interface/io/ |
H A D | displif.h | 871 struct xendispl_get_edid_req get_edid; member 882 struct xendispl_get_edid_resp get_edid; member
|
/openbmc/qemu/hw/display/ |
H A D | virtio-gpu.c | 212 struct virtio_gpu_cmd_get_edid get_edid; in virtio_gpu_get_edid() local 215 VIRTIO_GPU_FILL_CMD(get_edid); in virtio_gpu_get_edid() 216 virtio_gpu_bswap_32(&get_edid, sizeof(get_edid)); in virtio_gpu_get_edid() 218 if (get_edid.scanout >= b->conf.max_outputs) { in virtio_gpu_get_edid() 223 trace_virtio_gpu_cmd_get_edid(get_edid.scanout); in virtio_gpu_get_edid() 226 virtio_gpu_base_generate_edid(VIRTIO_GPU_BASE(g), get_edid.scanout, &edid); in virtio_gpu_get_edid()
|
/openbmc/qemu/contrib/vhost-user-gpu/ |
H A D | vhost-user-gpu.c | 332 struct virtio_gpu_cmd_get_edid get_edid; in vg_get_edid() local 334 VUGPU_FILL_CMD(get_edid); in vg_get_edid() 335 virtio_gpu_bswap_32(&get_edid, sizeof(get_edid)); in vg_get_edid() 341 .scanout_id = get_edid.scanout, in vg_get_edid()
|
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_bridge_connector.c | 241 edid = bridge->funcs->get_edid(bridge, connector); in drm_bridge_connector_get_modes_edid()
|
H A D | drm_bridge.c | 1277 return bridge->funcs->get_edid(bridge, connector); in drm_bridge_get_edid()
|
/openbmc/linux/drivers/gpu/drm/bridge/ |
H A D | nxp-ptn3460.c | 257 .get_edid = ptn3460_get_edid,
|
H A D | megachips-stdpxxxx-ge-b850v3-fw.c | 268 .get_edid = ge_b850v3_lvds_get_edid,
|
H A D | display-connector.c | 175 .get_edid = display_connector_get_edid,
|
H A D | lontium-lt9611uxc.c | 297 edid = lt9611uxc->bridge.funcs->get_edid(<9611uxc->bridge, connector); in lt9611uxc_connector_get_modes() 518 .get_edid = lt9611uxc_bridge_get_edid,
|
H A D | lontium-lt8912b.c | 631 .get_edid = lt8912_bridge_get_edid,
|
H A D | lontium-lt9611.c | 893 .get_edid = lt9611_bridge_get_edid,
|
H A D | sii902x.c | 517 .get_edid = sii902x_bridge_get_edid,
|
H A D | ite-it66121.c | 919 .get_edid = it66121_bridge_get_edid,
|
/openbmc/linux/include/drm/ |
H A D | drm_bridge.h | 616 struct edid *(*get_edid)(struct drm_bridge *bridge, member
|
/openbmc/linux/drivers/gpu/drm/msm/hdmi/ |
H A D | hdmi_bridge.c | 305 .get_edid = msm_hdmi_bridge_get_edid,
|
/openbmc/linux/drivers/media/v4l2-core/ |
H A D | v4l2-subdev.c | 323 return check_edid(sd, edid) ? : sd->ops->pad->get_edid(sd, edid); in call_get_edid() 447 .get_edid = call_get_edid, 805 return v4l2_subdev_call(sd, pad, get_edid, edid); in subdev_do_ioctl()
|
/openbmc/linux/drivers/media/i2c/adv748x/ |
H A D | adv748x-hdmi.c | 611 .get_edid = adv748x_hdmi_get_edid,
|
/openbmc/linux/drivers/gpu/drm/omapdrm/dss/ |
H A D | hdmi5.c | 478 .get_edid = hdmi5_bridge_get_edid,
|
H A D | hdmi4.c | 495 .get_edid = hdmi4_bridge_get_edid,
|
/openbmc/linux/include/media/ |
H A D | v4l2-subdev.h | 866 int (*get_edid)(struct v4l2_subdev *sd, struct v4l2_edid *edid); member
|
/openbmc/linux/drivers/staging/media/tegra-video/ |
H A D | vi.c | 694 if (!v4l2_subdev_has_op(subdev, pad, get_edid)) in tegra_channel_g_edid() 697 return v4l2_subdev_call(subdev, pad, get_edid, edid); in tegra_channel_g_edid()
|
/openbmc/linux/drivers/media/platform/renesas/rcar-vin/ |
H A D | rcar-v4l2.c | 789 ret = v4l2_subdev_call(sd, pad, get_edid, edid); in rvin_g_edid()
|
/openbmc/linux/drivers/gpu/drm/bridge/adv7511/ |
H A D | adv7511_drv.c | 980 .get_edid = adv7511_bridge_get_edid,
|
/openbmc/linux/drivers/gpu/drm/xlnx/ |
H A D | zynqmp_dp.c | 1582 .get_edid = zynqmp_dp_bridge_get_edid,
|
/openbmc/linux/drivers/media/pci/cobalt/ |
H A D | cobalt-v4l2.c | 1030 ret = v4l2_subdev_call(s->sd, pad, get_edid, edid); in cobalt_g_edid()
|