Home
last modified time | relevance | path

Searched refs:info_packet (Results 1 – 13 of 13) sorted by relevance

/linux-6.3-rc2/drivers/gpu/drm/amd/display/modules/info_packet/
A Dinfo_packet.c167 info_packet->hb0 = 0x00; in mod_build_vsc_infopacket()
171 info_packet->hb1 = 0x07; in mod_build_vsc_infopacket()
175 info_packet->hb2 = 0x04; in mod_build_vsc_infopacket()
180 info_packet->hb3 = 0x0E; in mod_build_vsc_infopacket()
183 info_packet->sb[i] = 0; in mod_build_vsc_infopacket()
190 info_packet->hb0 = 0x00; in mod_build_vsc_infopacket()
194 info_packet->hb1 = 0x07; in mod_build_vsc_infopacket()
198 info_packet->hb2 = 0x02; in mod_build_vsc_infopacket()
202 info_packet->hb3 = 0x08; in mod_build_vsc_infopacket()
205 info_packet->sb[i] = 0; in mod_build_vsc_infopacket()
[all …]
A DMakefile26 INFO_PACKET = info_packet.o
28 AMD_DAL_INFO_PACKET = $(addprefix $(AMDDALPATH)/modules/info_packet/,$(INFO_PACKET))
/linux-6.3-rc2/drivers/gpu/drm/amd/display/modules/inc/
A Dmod_info_packet.h37 struct dc_info_packet *info_packet,
42 struct dc_info_packet *info_packet);
73 struct dc_info_packet *info_packet);
76 const struct AS_Df_params *param, struct dc_info_packet *info_packet);
78 void mod_build_adaptive_sync_infopacket_v1(struct dc_info_packet *info_packet);
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn30/
A Ddcn30_vpg.c49 const struct dc_info_packet *info_packet, in vpg3_update_generic_info_packet() argument
89 VPG_GENERIC_DATA_BYTE0, info_packet->hb0, in vpg3_update_generic_info_packet()
90 VPG_GENERIC_DATA_BYTE1, info_packet->hb1, in vpg3_update_generic_info_packet()
91 VPG_GENERIC_DATA_BYTE2, info_packet->hb2, in vpg3_update_generic_info_packet()
92 VPG_GENERIC_DATA_BYTE3, info_packet->hb3); in vpg3_update_generic_info_packet()
100 (const uint32_t *) &info_packet->sb[0]; in vpg3_update_generic_info_packet()
A Ddcn30_vpg.h141 const struct dc_info_packet *info_packet,
167 const struct dc_info_packet *info_packet,
A Ddcn30_dio_stream_encoder.c55 const struct dc_info_packet *info_packet) in enc3_update_hdmi_info_packet() argument
59 if (info_packet->valid) { in enc3_update_hdmi_info_packet()
63 info_packet, in enc3_update_hdmi_info_packet()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn20/
A Ddcn20_stream_encoder.c53 const struct dc_info_packet *info_packet) in enc2_update_hdmi_info_packet() argument
57 if (info_packet->valid) { in enc2_update_hdmi_info_packet()
61 info_packet); in enc2_update_hdmi_info_packet()
214 const struct dc_info_packet_128 *info_packet, in enc2_update_gsp7_128_info_packet() argument
223 const uint32_t *content = (const uint32_t *) &info_packet->sb[0]; in enc2_update_gsp7_128_info_packet()
225 ASSERT(info_packet->hb1 == DC_DP_INFOFRAME_TYPE_PPS); in enc2_update_gsp7_128_info_packet()
248 AFMT_GENERIC_HB0, info_packet->hb0, in enc2_update_gsp7_128_info_packet()
249 AFMT_GENERIC_HB1, info_packet->hb1, in enc2_update_gsp7_128_info_packet()
250 AFMT_GENERIC_HB2, info_packet->hb2, in enc2_update_gsp7_128_info_packet()
251 AFMT_GENERIC_HB3, info_packet->hb3); in enc2_update_gsp7_128_info_packet()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/
A DMakefile35 subdir-ccflags-y += -I$(FULL_AMD_DISPLAY_PATH)/modules/info_packet
46 DAL_LIBS = amdgpu_dm dc modules/freesync modules/color modules/info_packet modules/power dmub/src
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dce/
A Ddce_stream_encoder.c65 const struct dc_info_packet *info_packet) in dce110_update_generic_info_packet() argument
107 AFMT_GENERIC_HB0, info_packet->hb0, in dce110_update_generic_info_packet()
108 AFMT_GENERIC_HB1, info_packet->hb1, in dce110_update_generic_info_packet()
109 AFMT_GENERIC_HB2, info_packet->hb2, in dce110_update_generic_info_packet()
110 AFMT_GENERIC_HB3, info_packet->hb3); in dce110_update_generic_info_packet()
118 (const uint32_t *) &info_packet->sb[0]; in dce110_update_generic_info_packet()
180 const struct dc_info_packet *info_packet) in dce110_update_hdmi_info_packet() argument
184 if (info_packet->valid) { in dce110_update_hdmi_info_packet()
188 info_packet); in dce110_update_hdmi_info_packet()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn10/
A Ddcn10_stream_encoder.c60 const struct dc_info_packet *info_packet) in enc1_update_generic_info_packet() argument
97 AFMT_GENERIC_HB0, info_packet->hb0, in enc1_update_generic_info_packet()
98 AFMT_GENERIC_HB1, info_packet->hb1, in enc1_update_generic_info_packet()
99 AFMT_GENERIC_HB2, info_packet->hb2, in enc1_update_generic_info_packet()
100 AFMT_GENERIC_HB3, info_packet->hb3); in enc1_update_generic_info_packet()
108 (const uint32_t *) &info_packet->sb[0]; in enc1_update_generic_info_packet()
161 const struct dc_info_packet *info_packet) in enc1_update_hdmi_info_packet() argument
165 if (info_packet->valid) { in enc1_update_hdmi_info_packet()
169 info_packet); in enc1_update_hdmi_info_packet()
A Ddcn10_stream_encoder.h616 const struct dc_info_packet *info_packet);
/linux-6.3-rc2/drivers/tty/ipwireless/
A Dhardware.c1404 struct ipw_setup_info_packet *info_packet; in __handle_setup_get_version_rsp() local
1473 info_packet = alloc_ctrl_packet(sizeof(struct ipw_setup_info_packet), in __handle_setup_get_version_rsp()
1477 if (!info_packet) in __handle_setup_get_version_rsp()
1479 info_packet->header.length = sizeof(struct tl_setup_info_msg); in __handle_setup_get_version_rsp()
1480 info_packet->body.driver_type = NDISWAN_DRIVER; in __handle_setup_get_version_rsp()
1481 info_packet->body.major_version = NDISWAN_DRIVER_MAJOR_VERSION; in __handle_setup_get_version_rsp()
1482 info_packet->body.minor_version = NDISWAN_DRIVER_MINOR_VERSION; in __handle_setup_get_version_rsp()
1483 send_packet(hw, PRIO_SETUP, &info_packet->header); in __handle_setup_get_version_rsp()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/core/
A Ddc_resource.c2938 struct dc_info_packet *info_packet, in set_avi_info_frame() argument
3207 info_packet->valid = true; in set_avi_info_frame()
3211 struct dc_info_packet *info_packet, in set_vendor_info_packet() argument
3222 *info_packet = stream->vsp_infopacket; in set_vendor_info_packet()
3226 struct dc_info_packet *info_packet, in set_spd_info_packet() argument
3237 *info_packet = stream->vrr_infopacket; in set_spd_info_packet()
3241 struct dc_info_packet *info_packet, in set_hdr_static_info_packet() argument
3254 struct dc_info_packet *info_packet, in set_vsc_info_packet() argument
3263 struct dc_info_packet *info_packet, in set_hfvs_info_packet() argument
3301 struct dc_info_packet *info_packet, in set_adaptive_sync_info_packet() argument
[all …]

Completed in 52 milliseconds