| /OK3568_Linux_fs/kernel/drivers/gpu/drm/ |
| H A D | drm_edid_load.c | 162 static int edid_size(const u8 *edid, int data_size) in edid_size() function 207 if (edid_size(fwdata, fwsize) != fwsize) { in edid_load() 210 edid_size(fwdata, fwsize), (int)fwsize); in edid_load()
|
| /OK3568_Linux_fs/u-boot/drivers/video/ |
| H A D | dw_hdmi.c | 691 u32 edid_size = HDMI_EDID_BLOCK_SIZE; in dw_hdmi_read_edid() local 695 edid_size = sizeof(pre_buf); in dw_hdmi_read_edid() 696 memcpy(buf, pre_buf, edid_size); in dw_hdmi_read_edid() 706 edid_size += HDMI_EDID_BLOCK_SIZE; in dw_hdmi_read_edid() 710 return edid_size; in dw_hdmi_read_edid()
|
| /OK3568_Linux_fs/kernel/include/video/ |
| H A D | udlfb.h | 45 size_t edid_size; member
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/ |
| H A D | udlfb.c | 883 if (copy_to_user(edid, dlfb->edid, dlfb->edid_size)) in dlfb_ops_ioctl() 1321 dlfb->edid_size = i; in dlfb_setup_modes() 1344 dlfb->edid_size = default_edid_size; in dlfb_setup_modes() 1468 if ((off >= dlfb->edid_size) || (count > dlfb->edid_size)) in edid_show() 1471 if (off + count > dlfb->edid_size) in edid_show() 1472 count = dlfb->edid_size - off; in edid_show()
|
| H A D | smscufx.c | 103 size_t edid_size; member 998 if (copy_to_user(edid, dev->edid, dev->edid_size)) in ufx_ops_ioctl() 1521 dev->edid_size = i; in ufx_setup_modes() 1544 dev->edid_size = default_edid_size; in ufx_setup_modes()
|
| /OK3568_Linux_fs/u-boot/drivers/video/rockchip/ |
| H A D | rk_edp.c | 961 u32 edid_size = EDID_LENGTH; in rk_edp_read_edid() local 978 edid_size += EDID_LENGTH; in rk_edp_read_edid() 994 return edid_size; in rk_edp_read_edid()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | vfio.h | 348 __u32 edid_size; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | vfio.h | 348 __u32 edid_size; member
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | vfio.h | 384 __u32 edid_size; member
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gvt/ |
| H A D | kvmgt.c | 515 case offsetof(struct vfio_region_gfx_edid, edid_size): in handle_edid_regs() 521 regs->edid_size = data; in handle_edid_regs() 539 if (offset + count > region->vfio_edid_regs.edid_size) in handle_edid_blob() 666 base->vfio_edid_regs.edid_size = EDID_SIZE; in kvmgt_set_edid()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/ |
| H A D | atombios_encoders.c | 2101 int edid_size = in amdgpu_atombios_encoder_get_lcd_info() local 2103 edid = kmalloc(edid_size, GFP_KERNEL); in amdgpu_atombios_encoder_get_lcd_info() 2110 adev->mode_info.bios_hardcoded_edid_size = edid_size; in amdgpu_atombios_encoder_get_lcd_info()
|
| /OK3568_Linux_fs/kernel/samples/vfio-mdev/ |
| H A D | mbochs.c | 375 offset >= edid->edid_size) { in handle_mmio_read() 415 case offsetof(struct vfio_region_gfx_edid, edid_size): in handle_edid_regs()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/ |
| H A D | radeon_atombios.c | 1723 int edid_size = in radeon_atombios_get_lvds_info() local 1725 edid = kmalloc(edid_size, GFP_KERNEL); in radeon_atombios_get_lvds_info() 1732 rdev->mode_info.bios_hardcoded_edid_size = edid_size; in radeon_atombios_get_lvds_info()
|