Searched defs:drm_edid (Results 1 – 16 of 16) sorted by relevance
/linux-6.8/drivers/gpu/drm/ |
D | drm_edid.c | 100 const struct drm_edid *drm_edid; member 1583 struct drm_edid { struct 1585 size_t size; 1586 const struct edid *edid; 1631 static int __drm_edid_block_count(const struct drm_edid *drm_edid) in __drm_edid_block_count() 1655 static int drm_edid_block_count(const struct drm_edid *drm_edid) in drm_edid_block_count() 1663 static int drm_edid_extension_block_count(const struct drm_edid *drm_edid) in drm_edid_extension_block_count() 1668 static const void *drm_edid_block_data(const struct drm_edid *drm_edid, int index) in drm_edid_block_data() 1673 static const void *drm_edid_extension_block_data(const struct drm_edid *drm_edid, in drm_edid_extension_block_data() 1683 static const struct drm_edid *drm_edid_legacy_init(struct drm_edid *drm_edid, in drm_edid_legacy_init() [all …]
|
D | drm_edid_load.c | 151 const struct drm_edid *drm_edid; in edid_load() local 193 const struct drm_edid *drm_edid; in drm_edid_load_firmware() local
|
D | drm_displayid.c | 52 static const u8 *drm_find_displayid_extension(const struct drm_edid *drm_edid, in drm_find_displayid_extension() 75 void displayid_iter_edid_begin(const struct drm_edid *drm_edid, in displayid_iter_edid_begin()
|
D | drm_probe_helper.c | 1196 const struct drm_edid *drm_edid; in drm_connector_helper_get_modes() local
|
/linux-6.8/drivers/gpu/drm/i915/display/ |
D | intel_connector.c | 182 const struct drm_edid *drm_edid) in intel_connector_update_modes() 202 const struct drm_edid *drm_edid; in intel_ddc_get_modes() local
|
D | intel_bios.c | 629 const struct drm_edid *drm_edid, bool use_fallback) in opregion_get_panel_type() 636 const struct drm_edid *drm_edid, bool use_fallback) in vbt_get_panel_type() 661 const struct drm_edid *drm_edid, bool use_fallback) in pnpid_get_panel_type() 711 const struct drm_edid *drm_edid, bool use_fallback) in fallback_get_panel_type() 725 const struct drm_edid *drm_edid, bool use_fallback) in get_panel_type() 3143 const struct drm_edid *drm_edid, in intel_bios_init_panel() 3184 const struct drm_edid *drm_edid) in intel_bios_init_panel_late()
|
D | intel_crt.c | 629 const struct drm_edid *drm_edid; in intel_crt_get_edid() local 648 const struct drm_edid *drm_edid; in intel_crt_ddc_get_modes() local 666 const struct drm_edid *drm_edid; in intel_crt_detect_ddc() local
|
D | intel_lvds.c | 845 const struct drm_edid *drm_edid; in intel_lvds_init() local
|
D | intel_sdvo.c | 2092 const struct drm_edid *drm_edid; in intel_sdvo_tmds_sink_detect() local 2118 const struct drm_edid *drm_edid) in intel_sdvo_connector_matches_edid() 2164 const struct drm_edid *drm_edid; in intel_sdvo_detect() local 2189 const struct drm_edid *drm_edid; in intel_sdvo_get_ddc_modes() local
|
D | intel_dp.c | 5503 const struct drm_edid *drm_edid) in intel_dp_update_dfp() 5593 const struct drm_edid *drm_edid; in intel_dp_set_edid() local 6269 const struct drm_edid *drm_edid; in intel_edp_init_connector() local
|
D | intel_dp_mst.c | 1200 const struct drm_edid *drm_edid; in intel_dp_mst_get_ddc_modes() local
|
D | intel_opregion.c | 1110 const struct drm_edid *drm_edid; in intel_opregion_get_edid() local
|
D | intel_hdmi.c | 2457 const struct drm_edid *drm_edid; in intel_hdmi_set_edid() local
|
/linux-6.8/drivers/gpu/drm/display/ |
D | drm_dp_helper.c | 749 static bool is_edid_digital_input_dp(const struct drm_edid *drm_edid) in is_edid_digital_input_dp() 791 const struct drm_edid *drm_edid) in drm_dp_downstream_is_tmds() 1049 const struct drm_edid *drm_edid) in drm_dp_downstream_max_tmds_clock() 1114 const struct drm_edid *drm_edid) in drm_dp_downstream_min_tmds_clock() 1157 const struct drm_edid *drm_edid) in drm_dp_downstream_max_bpc() 1375 const struct drm_edid *drm_edid, in drm_dp_downstream_debug()
|
D | drm_dp_mst_topology.c | 4239 const struct drm_edid *drm_edid; in drm_dp_mst_edid_read() local 4273 const struct drm_edid *drm_edid; in drm_dp_mst_get_edid() local
|
/linux-6.8/include/drm/ |
D | drm_displayid.h | 148 const struct drm_edid *drm_edid; member
|